All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Tested against janus-gateway v0.14.1
- Modernized web app infrastructure of the demo
- Cleaned main project dependencies
- CHANGELOG.md
- Ran
npm audit fix
- The demo now supports all modern browsers, not just Google Chrome with experimental support for import maps.
- Run automated tests against
janus-gateway
v0.9.2
- Don't require a specific Node.js version. This was only for tests and not for the package itself. Remove
engines
field frompackage.json
.
- Require Node 13.11.0
- Ran
npm audit fix
- Show testing badge from master branch (README)
- Test for Janus admin API to document the exact version of Janus we were developing for.
- README
- remove uptime feature
- enable reception of plugin messages after plugin detachment
- turn off default logging for Session (empty function instead of console)
- rename log to logger
- improve code style and documentation
- refactor demo for better readability