immutable_collection 0.2.0 immutable_collection: ^0.2.0 copied to clipboard
Immutable collections, IList<E>, ISet<E>, IMap<K, V>. They all compare as value types.
[0.2.0] - Oct 02, 2020 #
- The minimum version of Dart SDK is now 2.10
- ISet now uses HashSet internally
- IMap now uses HashMap internally
- Fixed example
[0.1.0+3] - Aug 07, 2020 #
- Fixed pubspec.yaml
[0.1.0+2] - Aug 07, 2020 #
- Fixed pubspec.yaml
[0.1.0+1] - Aug 07, 2020 #
- Fixed README.md
[0.1.0] - Aug 07, 2020 #
- The minimum version of Dart SDK is now 2.9.
- Updated dependencies.
- Added documentation.
- Fixed README.md
- Internal fixes.
[0.0.1] - TODO: Aug 05, 2020 #
- Initial version.