immutable_collection 0.2.1+3
immutable_collection: ^0.2.1+3 copied to clipboard
Immutable collections, IList<E>, ISet<E>, IMap<K, V>. They all compare as value types.
0.2.1+3 Dec 04, 2020 #
- Internal fixes.
0.2.1+2 Dec 04, 2020 #
- Internal fixes.
0.2.1+1 Oct 27, 2020 #
- Fixed CHANGELOG.md
0.2.1 Oct 27, 2020 #
- Added
IList.empty()
,ISet.empty()
,IMap.empty()
constructors - Updated example
0.2.0+3 Oct 06, 2020 #
- Fixed README.md
0.2.0+2 Oct 06, 2020 #
- Fixed README.md
0.2.0+1 Oct 04, 2020 #
- Fixed README.md
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 Aug 05, 2020 #
- Initial version.