Releases: rdkcentral/ThunderJS
Releases · rdkcentral/ThunderJS
v1.2.5: Merge pull request #25 from LibertyGlobal/astolcenburg-commonjs
v1.2.4
- Fix issue where calling a dispose on a listener again throw's an error
v1.2.3
- Implement error callback on listeners
- Updated readme with error callback and internal connect/disconnect/error events
v1.2.2
Fixes in this build:
- Change globalThis approach to window.thunder only (since thats browser only)
- Allow options.token to provide token externally (over implicit retrieval if thunder provides one on the window)
- Limited implicit token usage to browsers only
v1.2.1
Fixes in this build:
- Fix globalThis issue
v1.2.0 Release
Changed in this version:
- Fix npm install and module import flow
v1.1.5 release
Changes in this release:
- Move to rdkcentral
- Add .token support for security
- Add connect/disconnect/error events