Skip to content

v3.0.0 (2017-01-10)

Compare
Choose a tag to compare
@ahmetb ahmetb released this 10 Jan 21:24
· 15 commits to master since this release
  • 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() and AggregateWithSeedBy().

Also thanks @kalaninja for working on this release.