- Remove prepublishOnly script. Moving files after tagging was causing uncommitted changes
- Update README, update package name to include npm org
- Switch to fetch due to errors when running axios on the server. Switch to dual-entry point configuration. One for browser, one for node. Update readme, documentation, migrate tests to jest.
- Fix an issue with webpack config causing imports via require to throw an error
- Fix issue where
-latest
was missing from link to map file
- Deploy minified
.map
file as well
- Add quality event reporting to analytics on level switch [#39]
- Avoid DOMException in incognito browsers accessing localStorage
- Support re-attaching analytics to a new broadcast #28
- Update JW Player example to use a playlist #28
- Updated dependencies (webpack v5)
- Do not attempt to present playlist if not reporting live or recorded [DS-453] [#20]
- Fix buffering analytics for FireTV #18
- Security updates for npm dependencies
- Use a monotonic clock to accumulate playing/buffering time #11
- Fix reported buffering calculation #10
- Fix React Native crash caused by error serialization #9
- Fix React Native crash caused by missing window.location.hostname #6
- Add support for react-native-video analytics implementations #5
- Support authenticated API queries using client credentials #4
- Add support for video.js and ChromeCast analytics implementations #2
- Initial release