All Versions
39
Latest Version
Avg Release Cycle
10 days
Latest Release
181 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v1.8.0 Changes
March 10, 2022โ Adding Union.
-
v1.7.0 Changes
March 09, 2022โ Adding ContainBy
โ Adding MapValues
โ Adding FlatMap
-
v1.6.0 Changes
March 07, 2022๐ Fixed PartitionBy.
โ Adding Sample
โ Adding Samples
-
v1.5.0 Changes
March 07, 2022โ Adding Times
โ Adding Attempt
โ Adding Repeat
-
v1.4.0 Changes
March 07, 2022- โ adding tuple types (2->9)
- โ adding Zip + Unzip
- โ adding lo.PartitionBy + lop.PartitionBy
- โ adding lop.GroupBy
- ๐ fixing Nth
-
v1.3.0 Changes
March 03, 2022Last and Nth return errors
-
v1.2.0 Changes
March 03, 2022โ Adding
lop.Map
andlop.ForEach
. -
v1.1.0 Changes
March 03, 2022โ Adding
i int
param tolo.Map()
,lo.Filter()
,lo.ForEach()
andlo.Reduce()
predicates. -
v1.0.0 Changes
March 02, 2022๐ Initial release
๐ Supported helpers for slices:
- Filter
- Map
- โฌ๏ธ Reduce
- ForEach
- Uniq
- UniqBy
- GroupBy
- Chunk
- Flatten
- Shuffle
- Reverse
- Fill
- ToMap
๐ Supported helpers for maps:
- Keys
- Values
- Entries
- FromEntries
- ๐ Assign (maps merge)
๐ Supported intersection helpers:
- Contains
- Every
- Some
- Intersect
- Difference
๐ Supported search helpers:
- IndexOf
- LastIndexOf
- Find
- Min
- Max
- Last
- Nth
Other functional programming helpers:
- Ternary (1 line if/else statement)
- If / ElseIf / Else
- 0๏ธโฃ Switch / Case / Default
- ToPtr
- ToSlicePtr
Constraints:
- Clonable
- Ordered