Tags: cloud-computer/webrtc-signal-http
Tags
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
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.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 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