Skip to content

Commit

Permalink
fixed: updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
biozal committed Nov 13, 2024
1 parent 660e91e commit c60708d
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion docs/ProductNotes/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,29 @@ id: release-notes
sidebar_position: 1
---

# Release Notes
# Release Notes
**0.2.4**
- Included support for Couchbase Lite 3.2.0
- Updated Ionic Capacitor version to [version 6](https://ionic.io/blog/announcing-capacitor-6-0)
- Applications will need to [migrate from version 5 to version 6](https://capacitorjs.com/docs/updating/6-0)
- Updated Documents and MutableDocuments API to match the Native SDK APIs, including default values for each data type
- Updated Blob support with fixes so that blob content is included when retrieving a document vs calling a seperate API `getBlobContent`. [Blob Documentation](../blobs.md) has been updated with these changes.
- Updated to fix issue with Android and nested arrays in documents. Prior to this change, nested arrays would cause a crash in Android.
- Removed dependency on `chia.js` as tests are broken out from cblite-js now. The [example application](https://github.com/Couchbase-Ecosystem/cbl-ionic/tree/main/example) included in the main repo now uses the new testing library [cblite-js-tests](https://github.com/Couchbase-Ecosystem/cblite-js-tests) for testing.
- Added new [Database Delete API](../databases.md#deleting-a-database) to match the Native SDK APIs
- Added new API for Document Expiration and updated the [Document](../documents.md#document-expiration) documentation to include information about this API.
- Updated Contribute documentation to include new information about requirements for Ionic Capacitor 6.
- Updated NPM packages to include security updates for various 3rd party dependencies.


**0.2.3**
- Included support for Couchbase Lite 3.1.8
- Added support for Scopes and Collections
- Added support for Replication Configuration with Collections
- Updated Bridge iOS Code to Swift
- Updated Bridge Android Code to Kotlin
- Refactored Typescript code into reusable library cblite-js
- Changed Database Maintenance APIs to match the Native SDK APIs

**0.2.2**
- Early Access Release

0 comments on commit c60708d

Please sign in to comment.