hive_ce 2.13.2
hive_ce: ^2.13.2 copied to clipboard
Hive Community Edition - A spiritual continuation of Hive v2
2.13.2 #
- Removes the print statement from the inspector
2.13.1 #
- Fixes the first column header not showing in the inspector
2.13.0 #
- Adds the Hive CE Inspector DevTools extension
2.12.0 #
- Notify with the value of a deleted frame instead of
null - Improves adapter of same type warning
2.11.4 #
- Handles exception thrown during compaction on some platforms
- Updates documentation for
IsolatedHive
2.11.3 #
- Prints warning when writing integers greater than 2^53
2.11.2 #
- Fixes web compatibility check
- Fixes
deleteFromDisknot completing on web
2.11.1 #
- Allows boxes of primitive iterables
2.11.0 #
- Isolate support through
IsolatedHive - Warning messages for potentially unsafe isolate usage
- Updates suggested placement of
GenerateAdaptersannotation - Fixes custom objects in
BoxCollection. Custom objects must now be json serializable. - Adds much more information to the unknown typeId error message
- Supports
freezeddefault values - Enforces that boxes of type
Mapmust beMap<dynamic, dynamic> - Enforces that boxes of type
Iterablemust beIterable<dynamic> - Adds
reservedTypeIdstoGenerateAdaptersannotation
2.10.1 #
- Fixes
HiveObjectdisposal in lazy boxes
2.10.0 #
- Raises the maximum type ID from 223 to 65439
2.9.0 #
- Prints a warning when writing
intorList<int>types in a WASM environment - Only emits print statements when assertions are enabled (aka debug mode)
2.8.0+3 #
- Updates the commit hash for the transitive Hive dependencies workaround
2.8.0+2 #
- Adds workaround for transitive Hive dependencies to README
2.8.0+1 #
- Adds tutorial link to README
2.8.0 #
- Adds
GenerateAdaptersannotation and relevant documentation
2.7.0+1 #
- Adds a storage benchmark to compare Hive CE with Hive v4
2.7.0 #
- No longer reinitializes
Hivewhen opening aBoxCollection
2.6.0 #
- Adds
TargetKind.parametertoHiveFieldto supportfreezed
2.5.0+2 #
- Adds documentation for adding new fields (@vizakenjack)
- Updates README badges
2.5.0+1 #
- Documentation updates for
HiveFieldin support ofhive_ce_generatorchanges
2.5.0 #
- Adds
Targetannotations toHiveFieldandHiveTypeto prevent invalid usage - Bumps
analyzerto^6.5.0to deal with deprecations - Bumps
metato^1.14.0forTargetKind.enumValue
2.4.4 #
- Loosens constraint on
web
2.4.3 #
- Loosens constraint on
meta
2.4.2 #
- Only shows the adapter with same type warning if the adapters have different type ids
2.4.1 #
- Upgrades
package:webto1.0.0
2.4.0+1 #
- Adds a guide to migrate from
hive - Adds documentation for the new
HiveRegistrarextension created byhive_ce_generator
2.4.0 #
- Adds support for Sets
- Adds a built in
DurationAdapter - Adds a warning if attempting to register multiple adapters for the same type
2.3.0 #
- The first release of Hive Community Edition
- Supports Flutter web WASM compilation
- Fixes analysis issues