cactoos_dart 2.7.0+0
cactoos_dart: ^2.7.0+0 copied to clipboard
Cactoos Dart is a collection of object-oriented primitives for Dart.
1.0.0+1 #
- Initial version.
1.0.0+2 #
- Fixed issues on Pub points.
1.1.0+0 #
- Added example/main.dart.
1.1.0+1 #
- Updated README.md.
1.1.0+2 #
- Updated pubspec.yaml.
2.0.0+0 #
- Added Filtered iterable.
- Added Mapped iterable.
- Added FirstOf iterable.
- Added LastOf iterable.
2.0.1+0 #
- Made [FirstOf].[defaultValue], and [LastOf].[defaultValue] of type: [Scalar].
2.0.2+0 #
- Added [Length].
- Removed [Text] interface.
2.1.0+0 #
- Added [LazyMap].
- Added [UnmodifiableLazyMap]
2.2.0+0 #
- Added [LinesOfFile].
2.3.0+0 #
- Refactored IO Utils Objects.
- Changed [ScalarOf.fromValue] to [ScalarOf.value].
- Made ScalarEnevlope Ctor [const].
2.4.0+0 #
- Added [LazyList].
2.5.0+0 #
- Added const to [ScalarOf] ctor.
2.6.0+0 #
- Renamed [LazyMap] default ctor to [LazyMap.fromIterable].
- Added default ctor for [LazyMap].
2.7.0+0 #
- Fixed [JsonOf] to return [dynamic] instead of [Map<String, dynamic>].