Commit Graph

10 Commits

Author SHA1 Message Date
e82385d4b9 feat: add types per jsdoc and types for testing interfaces 2020-12-01 12:03:13 +01:00
eacdc246da chore: add type generation from jsdoc (#64) 2020-09-30 11:21:11 +02:00
c77d8de2e7 fix: remove use of assert module (#34)
* fix: remove use of assert module

The polyfill is big, we can simulate it by throwing an Error and it doesn't work under React Native.

* chore: pr comments
2020-02-17 22:19:13 +01:00
5c88d77aaa fix(connection): tracks streams properly (#25) 2020-02-04 17:34:56 +01:00
5967834a2f fix(connection): dont require remoteAddr on creation (#20) 2020-01-17 15:38:14 +01:00
bdbd58e897 feat: export connection status' (#15)
* feat: export the connection status'

* docs(fix): correct status listing
2019-12-15 16:54:43 +01:00
749a8d035d fix: localAddr should be optional (#6)
The local address of a connection will not always be known, such as a browser client, so it should not be required.
2019-10-30 16:56:28 +01:00
32f863be86 chore: clean up content routing 2019-10-18 14:20:29 +02:00
c9fa1ac249 chore: fix connection tests and do cleanup 2019-10-18 14:14:27 +02:00
020f72b336 refactor: move all files to the right place 2019-10-18 13:58:35 +02:00