Releases: Looking-Glass/bridge.js
0.0.8-alpha.4
adds all events listener, changes logging defaults
0.0.8-alpha.3
Adds the all events listener, changes default console.log behavior
0.0.8-alpha.1
Fixes an issue where some types weren't included in the library.
0.0.8-alpha
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
Fixes an issue where focus wouldn't be sent along with the cast parameters.
0.0.6-alpha
- Update Parameter Schema
- Implement Logging Verbosity
0.0.5-alpha
Adds new event New Item Playing
which allows us to tell when a cast is properly completed.
0.0.4-alpha
- Improve Casting Logic
- Resolve bug with event registration
0.0.3-Alpha
Add support for the following endpoints.
set_named_autostart_playlist
set_autostart_playlist
update_playlist_entry
update_current_entry
0.0.2-Alpha
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.