Skip to content

Tags: cloud-computer/webrtc-signal-http

Tags

v2.0.1

Toggle v2.0.1's commit message
fixing problems with event handler and readme (bengreenier#19)

* fixing problems with event handler and readme

* removing enum for event handling

* removing unused import

* updating npm package number

* adding strict event emitter

* describing name

v2.0.0

Toggle v2.0.0's commit message
Porting to Typescripting (bengreenier#18)

* testing PR workflow

* Getting the app to build

* fixing bugs

* initial conversion to TS

* fixing testing issues and reinstalling mocha

* updating to my npm package

* fixing problems with exporting PeerList

* updating instanceeof as a temp workaround

* removing new lines

* finished investigation of data variable conclusion should e any

* updated readme with local running instructions

* altering import statement for tests

* fixing to export PeerResponse Interface

* updating dist on gitignore

* fixing problems with type checking

* fixing --fix flag linter

* fixing lint script

* git ignore update remove dist

* addressing PR comments

* removing validation of peerlist as it is implicit in the routeropts interface

* manual type casting

* versioning appropriately

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.5.0 - peerList events (bengreenier#12)

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.4.0 (bengreenier#10)

* Added DataFor(id) method to increase extensibility (bengreenier#9)

* Added the dataFor() method to make the peerList actually extensible, this is a non breaking change

* Added unit test for dataFor() method support

* bump to v1.4.0

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.3.0 release (bengreenier#8)

* Added CORS support using NPM cors library (bengreenier#7)

* Added CORS support using NPM cors library

* Added unit tests, made CORS configurable using environment variable opt

* updated README to reflect new enableCors variable

* bump version to 1.3.0

v1.2.0

Toggle v1.2.0's commit message
test fixes, bump to 1.2.0

v1.1.1

Toggle v1.1.1's commit message
v1.1.1 - readme example bugfix

v1.1.0

Toggle v1.1.0's commit message
v1.1.0 - improved extensibility model

v1.0.0

Toggle v1.0.0's commit message
update swagger hosted link :chain: