Skip to content

Tags: ahmetb/go-linq

Tags

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ahmetb Ahmet Alp Balkan
Release v3.2.0

Signed-off-by: Ahmet Alp Balkan <[email protected]>

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ahmetb Ahmet Alp Balkan
Release v3.1.0

- Support for Go modules.
- Added IndexOf()/IndexOfT().

Signed-off-by: Ahmet Alp Balkan <[email protected]>

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 #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 #39 from ahmetalpbalkan/docs-migration

Move github site to docs/

v0.9-rc5

Toggle v0.9-rc5's commit message
Merge pull request #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