File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -170,16 +170,17 @@ From(sentences).
170
170
** More examples** can be found in the [ documentation] ( https://godoc.org/github.com/ahmetalpbalkan/go-linq ) .
171
171
172
172
## Release Notes
173
+
173
174
~~~
174
- v3.0.0 (2017-01-05 )
175
+ v3.0.0 (2017-01-10 )
175
176
* Breaking change: ToSlice() now overwrites existing slice starting
176
177
from index 0 and grows/reslices it as needed.
177
178
* Generic methods support (thanks @cleitonmarx!)
178
179
- Accepting parametrized functions was originally proposed in #26
179
180
- You can now avoid type assertions and interface{}s
180
181
- Functions with generic methods are named as "MethodNameT" and
181
182
signature for the existing LINQ methods are unchanged.
182
- * Added AggregateWithSeedBy()
183
+ * Added ForEach(), ForEachIndexed() and AggregateWithSeedBy().
183
184
184
185
v2.0.0 (2016-09-02)
185
186
* IMPORTANT: This release is a BREAKING CHANGE. The old version
You can’t perform that action at this time.
0 commit comments