go-linq v3.1.0 Release Notes
Release Date: 2019-07-10 // over 5 years ago-
No data yet ๐
You can check the official repo
Previous changes from v3.0.0
-
- ๐ฅ Breaking change:
ToSlice()
now overwrites existing slice starting
from index 0 and grows/reslices it as needed. - ๐ Generic/parametrized methods support (Thanks @cleitonmarx!)
- Accepting parametrized functions was originally proposed in #26
- You can now avoid type assertions and
interface{}
s - Functions with generic methods are named as
MethodNameT
- Method signatures for the existing LINQ methods are unchanged.
- โ Added
ForEach()
,ForEachIndexed()
andAggregateWithSeedBy()
.
๐ Also thanks @kalaninja for working on this release.
- ๐ฅ Breaking change: