objectid 1.1.1
objectid: ^1.1.1 copied to clipboard
Blazing fast, cross-platform ObjectId implementation for the dart language.
1.1.1 09/05/2020 Stable version. #
- Use StringBuffer instead of String class for hexString generation (almost 5 times faster generation of hexStrings).
1.1.0 09/05/2020 Stable version. #
- Migrate package to effective dart style.
- 100% tests coverage.
- Improve readme docs.
- Added badges.
- Added benchmark section.
1.0.0 09/05/2020 Stable version. #
- Added readme documentation
0.2.0 09/05/2020 #
- Added unit tests
- Restructured projects
- Added
fromBytes,fromValuesandfromTimestampconstructors. - Renamed
generationTimeproperty totimestamp. - Added missing
hashCodeimplementation based onmurmurHash2. - Added
bytesproperty.
0.1.0-dev.1 09/04/2020 Initial release. #
- Added ObjectId class.
- Added
ObjectId()andObjectId.fromHexString()constructors. - Added
isValidhelper method. - Added equality operator overload
==. - Added
hexStringandgenerationTimegetters with caching support.
- Added