Releases: arthurkushman/pgo
Releases · arthurkushman/pgo
Add Range func that creates int slice of min to max range with step
0.6.4 #30. Fix step > 1 + readme
Implement ArrayIntersect to intersect one array with the rest
0.6.3 #28. Add ArrayIntersect + test
Add Z, T, F, A and l (lower L) Date modifiers
0.6.2 #27. Add F, l and A modifiers for Date func
Add ArrayDiff/ArraySum, Date RFC-2822/RFC-3339
0.6.1 #27. Add rfc-3339 to Date
Add ArrayFilter/ArrayMap to filter and map slices
#26. Add ArrayFilter filters elements of an array using a callback function
Add ArrayCountValues to count all occurrence of elements
0.4.2 #18. Add ArrayCountValues + change file names
Add ArrayChunk to split array by chunks with tailing
0.4.1 #16. Add ArrayChunk - split an array into chunks
Add InArray function to check if array contains an element
0.4.0 #15. InArray - check if array contains an element
New functions family - FileExists and IsDir/IsFile/IsLink
0.3.0 #14. Add IsDir/IsFile/IsLink methods
Add HTTPBuildQuery method to make GET query parameters
0.2.2 #11. Change readme