Skip to content

v0.6.4

Compare
Choose a tag to compare
@verdverm verdverm released this 23 Jul 21:27
· 459 commits to _dev since this release

v0.6.3...v0.6.4

Bugfix and cleanup

  • The and template helper was custom, wrong, and needed to be removed. This is the primary reason for the release.
  • Removed many template helpers which overrode or duplicated Go's, or did not make sense or seemed unusual.
  • Add newline when writing generator outputs, ending on a curly brace seemed odd.
  • Update almost all deps, remove some others, need Go 1.17 to go out of fasion before rest can be... generics and breaking changes in deps...

Commits:

  • 8b3fa3a deps: remove ghodss/yaml
  • a5a9c2a deps: update most
  • a09a330 hof/gen: add newline when writing generator output, self-regen after this change
  • 16ae036 hof/gen: clean up the template helpers, removing many which were overriding or duplicating Go's
  • 024bb21 hof/gen: fixup render tests
  • b5ded47 words: update changelog & notes