@tivio/sdk-js 2.3.2 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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