fast_equatable 1.3.1
fast_equatable: ^1.3.1 copied to clipboard
A simple Dart package that provides fast and secure equality comparison as a mixin. It optionally offers hash caching to improve the speed of Map's and Set's significantly.
1.3.1 #
- Fix compatibility issue of
xxh3for web
1.3.0 #
- Set
cacheHashdefault totruee.g. assuming immutability - Expose
EquatableValuewrapper
1.2.0 #
- Use
xxh3forTypedData - Export
secureHashthroughhash.dart - Refactored codebase
1.1.0 #
- Added
mustBeOverridenandmustCallSuperannotation - Potentially Breaking: Simplify codebase by removing internal
IFastEquatable
1.0.0 #
- Updated to Dart 3
- Switched from
lintstolint - Fixed lints
- Minor performance optimizations
0.9.1 #
- Added
metadependency - Annotated some members with
@protected
0.9.0 #
- Initial version.