Skip to content

Releases: Looking-Glass/bridge.js

0.0.8-alpha.4

12 Mar 14:16
Compare
Choose a tag to compare
0.0.8-alpha.4 Pre-release
Pre-release

adds all events listener, changes logging defaults

0.0.8-alpha.3

12 Mar 14:04
Compare
Choose a tag to compare
0.0.8-alpha.3 Pre-release
Pre-release

Adds the all events listener, changes default console.log behavior

0.0.8-alpha.1

22 Jan 16:06
0fd7e4b
Compare
Choose a tag to compare

Fixes an issue where some types weren't included in the library.

0.0.8-alpha

17 Aug 15:18
ce366d0
Compare
Choose a tag to compare

To address Bridge's version numbering we've made a new type called BridgeVersion this is an object that consists of the following structure.

{
Major: number
Minor: number
Patch?: number
Hotfix?: number
}

instead of getVersion and getApiVersion returning a number they will now return this object.

0.0.7-alpha

26 Jul 16:52
9f916f8
Compare
Choose a tag to compare

Fixes an issue where focus wouldn't be sent along with the cast parameters.

0.0.6-alpha

10 Jul 17:35
Compare
Choose a tag to compare
  • Update Parameter Schema
  • Implement Logging Verbosity

0.0.5-alpha

07 Jul 21:27
01beafd
Compare
Choose a tag to compare

Adds new event New Item Playing which allows us to tell when a cast is properly completed.

0.0.4-alpha

07 Jul 16:54
Compare
Choose a tag to compare
  • Improve Casting Logic
  • Resolve bug with event registration

0.0.3-Alpha

07 Jul 04:45
Compare
Choose a tag to compare

Add support for the following endpoints.

  • set_named_autostart_playlist
  • set_autostart_playlist
  • update_playlist_entry
  • update_current_entry

0.0.2-Alpha

03 Jul 13:36
Compare
Choose a tag to compare

This release cleans up the connection state of Bridge and changes the import structure to shift the creation of the singleton to the user, rather than attempting to implement the singleton creation ourselves.