All Versions
10
Latest Version
Avg Release Cycle
50 days
Latest Release
1952 days ago
Changelog History
Changelog History
-
v1.6.1
June 30, 2019 -
v1.6.0 Changes
April 07, 2019โก๏ธ Update compatible with Swift 5
-
v1.5.1
January 23, 2019 -
v1.5.0 Changes
January 06, 2019- Implement pattern matching with predicates
-
v1.4.2
December 02, 2018 -
v1.4.1
November 20, 2018 -
v1.4.0 Changes
November 18, 2018- Modernize API by using
by:
label instead ofof:
to match more closely with Swift stdlib - ๐ Use
reduce(into:)
for better performances
โจ Enhanceor
andand
to immediatly return on the first element that doesn't match the expression requirement โ it has the benefits to make it work with infinite sequence - โ Add a specialized version of
distinct()
that works withHashable
elements in order to use aSet
โ it should make thecontains
lookup faster - โจ Enhance
filter
to immediatly return on the first element that doesn't match the expression requirement - Pull NSPredicate init out of
filter
closure in order to init it only once - 0๏ธโฃ Leverage Swift 4.0 new "subscript with default value" Dictionary API (SE-0165)
- ๐ Use stdlib
min(by:)
andmax(by:)
methods instead of a customreduce()
- Modernize API by using
-
v1.3.2
October 08, 2018 -
v1.3.1
April 08, 2018 -
v1.3.0
April 07, 2018