hasgo v1.2.0 Release Notes

Release Date: 2020-02-09 // about 4 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