hasgo v1.2.0 Release Notes
Release Date: 2020-02-09 // about 3 years ago-
๐ New generator flag
You can now specify an output file name for the generated functions such as
//go:generate hasgo -N=myname -T=int64 -S=Ints
๐ New functions
These functions can now be generated:
- Group
- Foldr
- Foldr1
- Scanl
- IsPrefixOf
๐ Fixes
- ๐ Foldl function was implemented in Foldr style, now fixed
Previous changes from v1.1.0
-
๐ New Functions
- Span
- Break
- TakeWhile
- โฌ๏ธ DropWhile
- โฌ๏ธ Drop
๐ Fixes
- ๐ golint now runs as part of build script
- ๐ fix various golint issues regarding godoc