Releases: DolbyIO/web-webrtc-stats
Releases · DolbyIO/web-webrtc-stats
1.0.2
What's Changed
- Use
source-map
to removeeval
in output. Smaller output.
Full Changelog: 1.0.1...1.0.2
1.0.1
1.0.0
What's Changed
- Breaking change - Remove the default export for SDK entry point. The
WebRTCStats
class needs to be imported this way:
import { WebRTCStats } from '@dolbyio/webrtc-stats';
- Add documentation
- Update definitions
Full Changelog: 0.4.0...1.0.0
0.4.0
What's Changed
- Update dependencies
- Generate external map file
- Export logger instance
- Embed JS-logger in the distribution package
Full Changelog: 0.3.0...0.4.0
0.3.0
0.2.0
0.1.0
Initial release of this project.