Releases: elliotchance/pie
Releases · elliotchance/pie
v1.5.1
docs: fix example code (#59)
v1.5.0
Added Keys() and Values() (#57) This means pie now supports functions for maps!
v1.4.1
Fixes FAQ fragment identifiers (#56)
v1.4.0
Added all() and any() (#55)
v1.3.0
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
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
Adding Join() (#52) Join returns a string from joining each of the elements.
v1.1.0
Added ToStrings() (#51) ToStrings transforms each element to a string.
v1.0.0
Rename Only/Without to Select/Unselect. Fixes #36 (#50)