stash_memory
Memory storage extension for the stash API. Provides support to store vaults and caches in-memory
5.2.0
19K downloads/mo
#2242 most downloaded on pub.dev
ivoleitao/stash
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Ships fairly regularly
a new release about every 2 months
Some releases are documented
notes for 16 of 27 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
31 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
31 releases · May 2021 to Apr 2024Releases
latest 31-
5.2.019 Apr 2024Nothing published for this version
-
5.1.219 Apr 2024Nothing published for this version
-
5.1.119 Apr 2024Nothing published for this version
-
5.1.017 Jan 2024Release notes
Open source →- FEAT(sqlite): use NativeDatabase.createInBackground factory. (2921a92a)
2023-08-21
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
-
5.0.321 Dec 2023Nothing published for this version
-
5.0.207 Oct 2023Nothing published for this version
-
5.0.121 Aug 2023 -
5.0.024 Jun 2023Nothing published for this version
-
4.5.329 Apr 2023Nothing published for this version
-
4.5.204 Mar 2023Nothing published for this version
-
4.5.112 Feb 2023Nothing published for this version
-
4.5.029 Jan 2023Nothing published for this version
-
4.4.119 Nov 2022Nothing published for this version
-
4.3.403 Sep 2022 -
4.3.302 Sep 2022Release notes
Open source →- chore: Updated dependencies
- feat: Added VaultStore and CacheStore marker interfaces support to allow a cleaner usage of a store or cache abstraction for more advanced clients
-
4.3.203 Aug 2022 -
4.3.112 Jul 2022 -
4.3.004 Jul 2022Release notes
Open source →- chore: Updated dependencies
- BREAKING CHANGE: The
fromEncodablefunction is not specified on the store creation but instead on thevaultorcachecreation. This allows vaults and caches that support different classes with differentfromEncodablefunctions
-
4.2.010 Jun 2022 -
4.1.029 May 2022Release notes
Open source →- 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 - chore: Updated dependencies
- feat: melos configured with
usePubspecOverrides - fix: Concurrency problem on the creation / removal of stores
-
4.0.121 Jan 2022 -
4.0.021 Dec 2021 -
4.0.0-dev.220 Dec 2021 pre-release -
4.0.0-dev.120 Dec 2021 pre-releaseRelease notes
Open source →- BREAKING CHANGE: First version after major revamp adding support for generics, vaults and statistics
-
3.2.105 Sep 2021 -
3.2.025 Jul 2021Release notes
Open source →- Updated dependencies
- It's now easier to reuse a store in multiple cache instances
-
3.1.004 Jul 2021 -
3.0.128 May 2021 -
3.0.026 May 2021Release notes
Open source →- Updated dependencies
- Releasing the lastest development version of 3.x line
-
3.0.0-dev.223 May 2021 pre-releaseRelease notes
Open source →- Updated to the latest dart sdk
- Updated dependencies
- Integrated with the new version of stash which implies importing the testing harness from the new stash_test package
- Added support for events
-
3.0.0-dev.116 May 2021 pre-release