stash_sembast_web 5.2.0 stash_sembast_web: ^5.2.0 copied to clipboard
Sembast Web storage extension for the stash API. Provides support to store vaults and caches in a IndexedDB in binary format using the msgpack json format
5.2.0 #
- BREAKING CHANGE: Changed minimum dart sdk version
- chore: Updated dependencies
5.1.2 #
- FIX: Deployment dependency error on stash_test
5.1.1 #
- CHORE: Updated dependencies
5.1.0 #
- CHORE: Updated dependencies
- FEAT: Added support to close stores and stashes
5.0.3 #
- CHORE: Updated min dart SDK to 3.2.0
- CHORE: Updated dependencies to the latest release.
- CHORE: Updated melos script
5.0.2 #
- CHORE: Update a dependency to the latest release.
5.0.1 #
- CHORE: Update a dependency to the latest release.
5.0.0 #
- BREAKING CHANGE: Changed minimum dart sdk version
- chore: Updated dependencies
4.5.2 #
- Update a dependency to the latest release.
4.5.1 #
- CHORE: updated dependencies
4.5.0 #
- FEAT: added shared_preferences support.
- FEAT: added flutter support.
4.4.1 #
- FIX: downgraded some dependencies to guarantee compatibility with latest flutter version (see https://github.com/ivoleitao/stash/issues/34).
4.4.0 #
- BREAKING CHANGE: Changed minimum sdk version
- chore: Updated dependencies
4.3.4 #
- feat: Updated stash, stash_test and stash_sembast dependencies
4.3.3 #
- chore: Updated dependencies
4.3.2 #
- feat: dependency updates
- chore: Improved and added package attributes
4.3.1 #
- chore: version bump
4.3.0 #
- chore: Updated dependencies
- BREAKING CHANGE: The
fromEncodable
function is not specified on the store creation but instead on thevault
orcache
creation. This allows vaults and caches that support different classes with differentfromEncodable
functions
4.2.0 #
- chore: Version bump
4.1.0 #
- BREAKING CHANGE: Changed minimum sdk version
- BREAKING CHANGE: The creation of vaults and caches now returns a
Future<Vault<T>>
andFuture<Cache<T>>
- BREAKING CHANGE: The creation of stores now returns a
Future<XXXStore>
where XXX is the specific store - feat: melos configured with
usePubspecOverrides
- chore: Updated dependencies
4.0.1 #
- chore: Updated dependencies
- chore: Updated package description
4.0.0 #
- build: Release version
4.0.0-dev.2 #
- chore: Changelog fixes and example linking to the main stash package
4.0.0-dev.1 #
- BREAKING CHANGE: First version after major revamp adding support for generics, vaults and statistics
3.3.1 #
- Updated SDK
3.3.0 #
- Initial version