Skip to content

Commit

Permalink
fix: Added deprecation notes in change log
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Sep 25, 2024
1 parent 483a723 commit 2af0def
Show file tree
Hide file tree
Showing 2,001 changed files with 29 additions and 1,891,499 deletions.
29 changes: 29 additions & 0 deletions apis/latest/core/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ sdk: core
* SecondScreen.protocol() got new capability - xrn:firebolt:capability:secondscreen:protocol.
* Added individual sdk openrpcs to the doc specification ([#311](https://github.com/rdkcentral/firebolt-apis/issues/311)) ([ace1d64](https://github.com/rdkcentral/firebolt-apis/commit/ace1d644cac114c457a739a4e4cdfe8990a96fc8))

### Deprecation
* Method: **Device.screenResolution()**
* Alternative: **Use non-Firebolt APIs specific to your platform, e.g. W3C APIs**


# [1.3.0](https://github.com/rdkcentral/firebolt-apis/compare/v1.2.0...v1.3.0) (2024-08-12)

### Features
Expand Down Expand Up @@ -75,6 +80,10 @@ fix: Add enumerated values for fontFamily/fontEdge (#181)

* fix: Using 3 letter ISO639 language codes ([#173](https://github.com/rdkcentral/firebolt-apis/issues/173))

### Deprecation
* Method: **Localization.language()**
* Alternative: **Localization.locale()** [See here](./Localization/index.md#locale)

# [0.15.0](https://github.com/rdkcentral/firebolt-apis/compare/v0.14.0...v0.15.0) (2023-07-31)

### Bug Fixes
Expand Down Expand Up @@ -147,6 +156,9 @@ fix: Add enumerated values for fontFamily/fontEdge (#181)
* Trigger ([607825b](https://github.com/rdkcentral/firebolt-core-sdk/commit/607825bd5547c74a8a7707f751446ab0e069d9f9))
* Turn on dryRun ([dcddc60](https://github.com/rdkcentral/firebolt-core-sdk/commit/dcddc6068f91505d97457ed04eb8e2996dab9278))

### Deprecation
* Method: **Discovery.entitlements()**
* Alternative: **Discovery.contentAccess()** [See here](./Discovery/index.md#contentaccess)

# 0.9.0

Expand All @@ -161,6 +173,13 @@ fix: Add enumerated values for fontFamily/fontEdge (#181)
* Build SDK before npm publish ([#64](https://github.com/rdkcentral/firebolt-core-sdk/issues/64)) ([f221fa3](https://github.com/rdkcentral/firebolt-core-sdk/commit/f221fa34e24e29e86487b1ec98468b64f495d134))
* **Lifecycle:** lifecycle state api returns correct state in all circumstances ([31e405c](https://github.com/rdkcentral/firebolt-core-sdk/commit/31e405c124d29a3e87294dc4b356ff8df9972af8))

### Deprecation
* Method: **Authentication.token()**
* Alternative: Authentication module has individual methods for each token type.
* **type=platform : Authentication.root()** [See here](./Authentication/index.md#root)
* **type=device : Authentication.device()** [See here](./Authentication/index.md#device)
* **type=distributor : Authentication.session()** [See here](./Authentication/index.md#session)

# 0.8.1

- Added Device.version().firmware to surface the underlying hardware firmware version
Expand Down Expand Up @@ -221,6 +240,16 @@ const res:[number, number] = await Device.screenResolution()
- Added proper TypeScript declarations for Discovery.entityInfo and Discovery.purchasedContent
- Fixed race condition w/ Transport Layer initialization

### Deprecation
* Method: **Accessibility.closedCaptions()**
* Alternative: **Accessibility.closedCaptionsSettings()** [See here](./Accessibility/index.md#closedcaptionssettings)

* Method: **Accessibility.voiceGuidance()**
* Alternative: **Accessibility.voiceGuidanceSettings()** [See here](./Accessibility/index.md#voiceguidancesettings)

* Method: **Device.listen('deviceNameChanged')**
* Alternative: **Device.name()** [See here](./Device/index.md#name)

# 0.5.2

- Added Parameters modules
Expand Down
Loading

0 comments on commit 2af0def

Please sign in to comment.