@tivio/sdk-js 2.3.2 → 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,21 @@ 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
15
29
  * 2.3.2
16
30
  * patch: disable logging when verbose is not set to true
17
31
  * 2.3.1