Tags: michaelsync/go-linq
Tags
v3.0.0 (2017-01-10) * Breaking change: ToSlice() now overwrites existing slice starting from index 0 and grows/reslices it as needed. * Generic methods support (thanks @cleitonmarx!) - Accepting parametrized functions was originally proposed in ahmetb#26 - You can now avoid type assertions and interface{}s - Functions with generic methods are named as "MethodNameT" and signature for the existing LINQ methods are unchanged. * Added ForEach(), ForEachIndexed() and AggregateWithSeedBy().
Merge pull request ahmetb#39 from ahmetalpbalkan/docs-migration Move github site to docs/