build: Release 0.24.2

This commit is contained in:
Krille 2023-12-11 09:01:15 +01:00
parent b2c4f3e8fa
commit 7f5d279ae1
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## [0.24.2] - 11th December 2023
- docs: Add issue tracker to pub.dev (Krille)
- fix: Copy all maps got from database (Krille)
## [0.24.1] - 7th December 2023 ## [0.24.1] - 7th December 2023
This release brings a new **experimental** database based on SQFlite and IndexedDB as a *Drop-In-Replacement* for Hive and HiveCollections. You can already test it out (on your own risk) by using it as the new databaseBuilder and migrate your current users by using the legacyDatabaseBuilder with your current Database: This release brings a new **experimental** database based on SQFlite and IndexedDB as a *Drop-In-Replacement* for Hive and HiveCollections. You can already test it out (on your own risk) by using it as the new databaseBuilder and migrate your current users by using the legacyDatabaseBuilder with your current Database:

View File

@ -1,6 +1,6 @@
name: matrix name: matrix
description: Matrix Dart SDK description: Matrix Dart SDK
version: 0.24.1 version: 0.24.2
homepage: https://famedly.com homepage: https://famedly.com
repository: https://github.com/famedly/matrix-dart-sdk.git repository: https://github.com/famedly/matrix-dart-sdk.git
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues