xdk-device-lg-webos
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
4.2.3 (2023-10-10)
Note: Version bump only for package @accedo/xdk-device-lg-webos
4.2.2 (2023-06-14)
Note: Version bump only for package @accedo/xdk-device-lg-webos
4.2.1 (2023-04-17)
Features
- update node engine to >=14 (953479f)
4.2.0 (2022-11-04)
Note: Version bump only for package @accedo/xdk-device-lg-webos
4.2.0-rc.3 (2022-11-03)
Note: Version bump only for package @accedo/xdk-device-lg-webos
4.2.0-rc.2 (2022-10-27)
Note: Version bump only for package @accedo/xdk-device-lg-webos
4.2.0-rc.1 (2022-10-13)
Bug Fixes
- rm all the dependencies that may install core-js-pure on xdk 4.2 (5ac722e)
4.2.0-rc.0 (2022-10-11)
Bug Fixes
- issue with device detections. thx Bo (9235699)
Features
- change __playAction function to async (7079640)
- change _doLoad function to async (70fbbe5)
- change _playDRM function to async (2f58cd8)
- change load function to async (c414316)
- change play function to async (7accb60)
- refactoring async code in _doLoad function (b3d461b)
4.1.0 (2022-02-21)
Features
- added tests and new exported ID and config for lgwebos (3f1731b)
- update base to peer and 4.1.0 to 4.1.0-rc.1 (9c18109)
4.1.0-rc.1 (2021-12-02)
Bug Fixes
- removing util.bind references (713ab3b)
Features
- remove promise and thennable (db011e9)
- removing defer usage from webOS Player (4160252)
- removing toNative method usage (cc14d80)
- update peer dependency to 4.1.x (75ea384)
4.0.4 (2021-10-19)
Note: Version bump only for package @accedo/xdk-device-lg-webos
4.0.3 (2021-09-03)
Note: Version bump only for package @accedo/xdk-device-lg-webos
4.0.2 (2021-09-03)
Note: Version bump only for package @accedo/xdk-device-lg-webos
4.0.1 (2021-07-14)
Features
- update tag, node and peerDependencies (cef04a6)
4.0.0 (2021-05-26)
Note: Version bump only for package @accedo/xdk-device-lg-webos
4.0.0-rc.8 (2021-04-28)
Bug Fixes
- update from ^4 from ~4.0.0-rc.0 for peerDependencies (bc2b591)
4.0.0-rc.7 (2021-04-08)
Bug Fixes
- update node support in packages (56cba10)
4.0.0-rc.6 (2021-02-19)
Features
- add capability matrix changelog files (408c3e4)
4.0.0-rc.5 (2020‑12‑17)
Doc update in order to add Capability Matrix
4.0.0-rc.4 (2020‑11‑27)
Note: Version bump only for package @accedo/xdk-device-lg-webos
4.0.0-rc.3 (2019-09-04)
Note: Version bump only for package @accedo/xdk-device-lg-webos
4.0.0-rc.2 (2019-07-16)
Note: Version bump only for package @accedo/xdk-device-lg-webos
4.0.0-rc.1 (2019-06-28)
Note: Version bump only for package @accedo/xdk-device-lg-webos
4.0.0-beta.1 (2019-06-28)
Note: Version bump only for package @accedo/xdk-device-lg-webos
4.0.0-alpha.19 (2019-06-28)
Features
- beta (c3e7bde)
4.0.0-alpha.18 (2019-06-17)
Features
- we need to allow event to be bubbled from XDK event handlers (57f6e2a)
4.0.0-alpha.17 (2019-06-10)
Bug Fixes
- xdk-config as peerDep for everything (c6bce0b)
Features
- move to use xdk-log (6823638)
4.0.0-alpha.16 (2019-05-30)
Bug Fixes
- await keyword was missing (1d0957e)
- base DRM agent will now fetch its own webos object (547e26b)
- change to inner async (649a443)
- deferred object is not needed (02411ab)
- destructure differently here (23425b4)
- device expect async function from device package setup (8fd2a8b)
- export default directly (7c96153)
- here we return an native promise (fd332b9)
- implement webOS own doStop (def99f3)
- native Map return value first, follow by key (c2c358d)
- network also returns an native promise (f801ec6)
- network module will now fetch its own webOS instance (9e41037)
- reorder such that doPause happened at the end (7b80e55)
- simplify time calculation and add debug log (4e1fc02)
- system will now fetch its own webos (369c74a)
- wait until real deviceInfo return (9ca3022)
- webOS player will now fetch its own webOS object (993aaac)
Features
- api loader will now cache the deviceInfo object (f7824ea)
- service will now fetch its own webos object (c1ed9b7)
- we don't need to pass the global object down (2062c29)
4.0.0-alpha.15 (2019-05-21)
Bug Fixes
- optional chaining not required (c46c459)
- pr comment - use null as the third state (d436cc2)
- refactor and use latest connection manager info (a2b57c2)
- use console.xxx.bind instead (32e6649)
4.0.0-alpha.14 (2019-04-25)
Bug Fixes
- to allow Jest to run, main must be defined in pkg.json (d0fc42a)
4.0.0-alpha.13 (2019-04-04)
Bug Fixes
- drop more useless tag (9ef63ea)
- drop this useless tag as well (41f1944)
- isReadyToPlay should also check the pause status (c73e7db)
- print the data out properly (d7e245e)
- simplify and unify the checking logic (8f35917)
Features
4.0.0-alpha.12 (2019-04-03)
Bug Fixes
- only set the transport type if Smooth Streaming (bc3cb4a)
4.0.0-alpha.11 (2019-04-01)
Bug Fixes
- drm should be lowercase (7eb7671)
- it is possible to have dash character at p (bc18ca7)
- multiple (a2683d0)
4.0.0-alpha.10 (2019-03-29)
Bug Fixes
- add eslint-plugin-jest and fix error (e2ca97a)
- async is not needed (2c0cd65)
- error found during test (ed5a178)
- parallelise the async tasks (1350cc2)
- reorg the code so two subfun return the same base object (eca85c0)
- these variables can be merged (b2ed6ad)
- this is not needed (0fc50e7)
- webpack is not clever enough to unwrap the map (50441c4)
Features
- add more tests to assist (793f235)
- dynamic import the webOS lib (11f8d33)
- get screen dimension from deviceInfo (f9d853e)
- implement a webOS model parser (0baf2e9)
- unit test for model identifier for happy path (03efb63)
- use latest webOSTVjs 1.1.0 (c19ffe1)
- use new webOSTV lib to fetch info (52b5534)
- use the new API loader in async manner (4120edc)
4.0.0-alpha.9 (2019-03-06)
Note: Version bump only for package @accedo/xdk-device-lg-webos
4.0.0-alpha.8 (2019-03-05)
Bug Fixes
- cannot use fix npmrc as user name and _auth will also be needed (d7d5b0d)
- generate missing changelog (0e5eb4d)
- update the runtime-corejs2 to match the Babel version (ceb2b88)
Bug Fixes
- address PR comments (7607b86)
- as defined in troubleshooting we need registry defined in npmrc (35c5f38)
- as describe by lerna troubleshoot, lock the publish registry here (b2e32b3)
- auto-fix one-var (6255d5f)
- auto-fix prefer-arrow-callback (77af3b6)
- auto-fix prefer-spread and prefer-template (b427105)
- auto-fox no-var with following not auto-fixable (360156d)
- cannot use fix npmrc as user name and _auth will also be needed (d7d5b0d)
- DRM agent returns a native promise here (e1bf869)
- drm parameter is NEEDED (2263cf0)
- enable no-useless-return and strict (efe1eac)
- extensionManager.getExtension return native Promise (b83d2c5)
- get DRM extension properly, with refactor (637c7da)
- lock peerDep to ~4.0.0 (2ffb783)
- manually fix no-var (999e234)
- manually fix webOS Widevine DRM Agent (f321a2c)
- need to use a safer stringify function to avoid infinite loop (4388320)
- prefer-object-spread (586edc9)
- rename to stringifyWithoutDom and use a different solution (0b93513)
- spaced-comment (2f7d392)
- temporary rename it so sourcemap can show this file properly (143914f)
- this is what needed to get syntax highlight in Chrome DevTool work (cce2b00)
- typo (42b5042)
Features
- add local util function for the changes (358ca60)
Bug Fixes
- both LG and Panasonic packages should use Babel transform runtime (d8f4a93)
- typo (61261cc)
- typo (595148d)
Features
- add default config for webOS (03d0e43)
- add LG webOS device package package.json and README (907a08a)
- add webOS device package (41fefec)
- port webOS API Loader (202c888)
- port webOS API service (d4f2f06)
- port webOS Base DRM Agent (b6b79ef)
- port webOS detection (45c4c44)
- port webOS fallback wrapper (cd7d8f2)
- port webOS HTML5Player (15a1407)
- port webOS Mouse On Off (9030aa2)
- port webOS Network module from XDK3 (f1f6a44)
- port webOS PlayReady and Widevine DRM agent (4e8b981)
- port webOS system (dbe145c)
- port webOS TVKey (5066de1)