Skip to content

Releases: rdkcentral/ThunderJS

v1.2.5: Merge pull request #25 from LibertyGlobal/astolcenburg-commonjs

12 Jan 20:43
70cbd70
Compare
Choose a tag to compare

v1.2.4

03 Jun 17:38
069dab3
Compare
Choose a tag to compare
  • Fix issue where calling a dispose on a listener again throw's an error

v1.2.3

27 Apr 22:04
d825e57
Compare
Choose a tag to compare
  • Implement error callback on listeners
  • Updated readme with error callback and internal connect/disconnect/error events

v1.2.2

16 Apr 16:47
2636066
Compare
Choose a tag to compare

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

15 Apr 17:08
69ec65f
Compare
Choose a tag to compare

Fixes in this build:

  • Fix globalThis issue

v1.2.0 Release

08 Apr 20:08
d0e3d04
Compare
Choose a tag to compare

Changed in this version:

  • Fix npm install and module import flow

v1.1.5 release

02 Apr 21:51
f0eeda9
Compare
Choose a tag to compare

Changes in this release:

  • Move to rdkcentral
  • Add .token support for security
  • Add connect/disconnect/error events