list_utilities 0.1.3
list_utilities: ^0.1.3 copied to clipboard
A collection of basic extension methods for Iterables, Lists, and Sets.
0.1.3 March 3, 2021 #
-
Added the [getRandom], [transform], [transformAll], and [count] methods to [ListUtilities].
-
Added the [getRandom], [removeFirst] and [removeLast] methods to [SetUtilities].
-
Fixed a bug in [removeLastWhere] in [ListUtilities].
0.1.2 February 1, 2021 #
- Added the
+operator to [IterableUtilities].
0.1.1 February 1, 2021 #
-
Moved [equals] from [SetUtilities] to [IterableUtilities], renamed it to [matches], and added the [ordered] parameter to it.
-
Moved [random] from [ListUtilities] to [IterableUtilities].
-
Added [removeRandom] to [ListUtilities] and [SetUtilities].
-
Added the [removeFirst], [removeFirstWhere] and [removeLastWhere] methods to [ListUtilities].
0.1.0 January 28, 2021 #
- Initial release.