gg_list 2.0.1 gg_list: ^2.0.1 copied to clipboard
GgList - Effectively manage native and nonative 1d and 2d data
Changelog #
2.0.1 - 2024-12-18 #
Changed #
- Changed hashing of typed data
2.0.0 - 2024-12-07 #
Changed #
- Changed fnv1 algorithm - No Int64Lists are generated anymore because it does not work on web
1.3.3 - 2024-12-07 #
Changed #
- Make ranges web compatible. Uint64 is 2^53 -1 now
1.3.2 - 2024-06-22 #
Fixed #
- Fix an small issue
1.3.1 - 2024-06-22 #
Added #
- Add GgRanges.minInt, maxInt, isInRange
Changed #
- Make min and max for float list optional
- Make min and max value optional for GgIntList. Allow to specify the type directly
1.3.0 - 2024-04-29 #
Added #
- Add GgFloatList
1.2.7 - 2024-04-26 #
Fixed #
- Fix an hash collision with small int arrays
1.2.6 - 2024-04-13 #
Changed #
- Adjusted version
- Remove pubspec.lock from committed files
- ignore pubspec lock
1.2.5 - 2024-04-13 #
Changed #
- ignore pubspec.lock
Removed #
- dependency to gg_install_gg, remove ./check script
- dependency pana
1.2.4 - 2024-04-09 #
Removed #
- 'Pipline: Disable cache'
1.2.3 - 2024-04-09 #
Changed #
- Rework changelog
- 'Github Actions Pipeline'
- 'Github Actions Pipeline: Add SDK file containing flutter into .github/workflows to make github installing flutter and not dart SDK'
- Prepare publish
1.2.2 - 2024-01-01 #
- Make
GgIntListFactory
public - Add
GgRanges
1.2.0 - 2024-01-01 #
GgList
implementsList
- Add
GgRow
1.1.1 - 2024-01-01 #
- Add
GgRowList
- Add
toString
1.0.3 - 2024-01-01 #
- Initial version.