Skip to content

Tags: michaelsync/go-linq

Tags

v3.0.0

Toggle v3.0.0's commit message
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().

v2.0.0-rc0

Toggle v2.0.0-rc0's commit message
Merge pull request ahmetb#39 from ahmetalpbalkan/docs-migration

Move github site to docs/

v0.9-rc5

Toggle v0.9-rc5's commit message
Merge pull request ahmetb#12 from mkitawaki/myFeatureSpike

Add SelectMany and SelectManyBy

v0.9-rc4

Toggle v0.9-rc4's commit message
GroupBy added

v0.9-rc3.2

Toggle v0.9-rc3.2's commit message
bugfix

v0.9-rc3.1

Toggle v0.9-rc3.1's commit message
bugfix

v0.9-rc3

Toggle v0.9-rc3's commit message
removed ..OrNil methods, updated docs with examples

v0.9-rc2.5

Toggle v0.9-rc2.5's commit message
accept slices of any type via reflect

v0.9-rc2

Toggle v0.9-rc2's commit message
parallel linq methods

v0.9-rc1

Toggle v0.9-rc1's commit message
Initial open sourcing release