Skip to content

Releases: elliotchance/pie

v1.5.1

28 Apr 09:09
Compare
Choose a tag to compare
docs: fix example code (#59)

v1.5.0

27 Apr 03:06
0f7b10c
Compare
Choose a tag to compare
Added Keys() and Values() (#57)

This means pie now supports functions for maps!

v1.4.1

26 Apr 13:14
Compare
Choose a tag to compare
Fixes FAQ fragment identifiers (#56)

v1.4.0

26 Apr 04:48
aa936f6
Compare
Choose a tag to compare
Added all() and any() (#55)

v1.3.0

15 Apr 06:54
1cc6394
Compare
Choose a tag to compare
Added Append() and Extend(). Fixes #44 (#54)

Append() will return a new slice with the elements appended to the end.

Extend() will return a new slice with the slices of elements appended to the end.

v1.2.1

15 Apr 00:46
45f1462
Compare
Choose a tag to compare
Fix pie generated imports (#53)

The files are now split up into the functions package. This is easier to interpret and maintain.

v1.2.0

12 Apr 01:08
a195917
Compare
Choose a tag to compare
Adding Join() (#52)

Join returns a string from joining each of the elements.

v1.1.0

12 Apr 00:53
c753310
Compare
Choose a tag to compare
Added ToStrings() (#51)

ToStrings transforms each element to a string.

v1.0.0

12 Apr 00:18
4c108fc
Compare
Choose a tag to compare
Rename Only/Without to Select/Unselect. Fixes #36 (#50)