@tivio/sdk-js 2.3.1 → 2.3.3-beta.0

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -11,7 +11,23 @@ yarn add @tivio/sdk-js
11
11
  ```
12
12
 
13
13
  # Changelog
14
-
14
+ * UNRELEASED
15
+ * automatic binding methods of PlayerWrapper
16
+ * minor (or MAJOR?): Remove deprecated stuff
17
+ * getters
18
+ * getChannelById
19
+ * getSectionById
20
+ * getWidgetById
21
+ * subscriptions
22
+ * subscribeToWidget
23
+ * subscribeToChannel
24
+ * subscribeToSection
25
+ * subscribeToVideosInSection
26
+ * subscribeToSectionsInChannel
27
+ * subscribeToChannelsInWidget
28
+ * subscribeToScreen
29
+ * 2.3.2
30
+ * patch: disable logging when verbose is not set to true
15
31
  * 2.3.1
16
32
  * patch: add support for old solutions which depends on global objects
17
33
  * 2.3.0