Skip to content

Releases: nsftx/seven-gravity-gateway

v1.14.0

24 Jun 10:28
Compare
Choose a tag to compare

Changed

  • Renamed events:
    • Slave.Snooze -> Slave.Mute
    • Slave.Awake -> Slave.Unmute

v1.13.1

04 May 12:04
Compare
Choose a tag to compare

Fixed

  • Publish with latest changes in build

v1.13.0

04 May 12:03
Compare
Choose a tag to compare

Added

  • Project now have CODEOWNERS (#12)
  • test:watch can be used to watch code changes and run tests (#12)

Fixed

  • Async callback in Slave now returns only what is resolved in a parent frame (#11)

v1.12.0

15 Apr 13:20
Compare
Choose a tag to compare

Changed

  • Change logger implementation so it works on Chrome 50 (73ac30a)

v1.11.1

11 Jan 15:07
Compare
Choose a tag to compare

Fixed

  • Add missing doc images (c0ec6e8)
  • Removed broken links from README.md (03327b5)

v1.11.0

04 Jun 08:38
Compare
Choose a tag to compare

Changed

  • New approach to promise based communication (#5)

v1.10.6

04 Jun 08:37
Compare
Choose a tag to compare

Fixed

  • Handle callback in master when provided as object (#2)
  • Fix this not pointing to slave instance (#1)