Skip to content

Commit

Permalink
words: update changelog & notes
Browse files Browse the repository at this point in the history
  • Loading branch information
verdverm committed Jul 23, 2022
1 parent a5a9c2a commit b5ded47
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
10 changes: 6 additions & 4 deletions changelogs/0.6.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,12 @@ See the following to learn more

## v0.6.4

[v0.6.3...v0.6.4](https://github.com/hofstadter-io/hof/compare/v0.6.3..._dev)
[v0.6.3...v0.6.4](https://github.com/hofstadter-io/hof/compare/v0.6.3...v0.6.4)

General cleanup and bugfixes, a few small additions
Bugfix and cleanup

- remove many template helpers which overrode or duplicated Go's, or did not make sense
- add newline when writing generator outputs
- 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...

20 changes: 9 additions & 11 deletions notes/curr.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,31 +31,29 @@
### next

bugs:
- loading only yaml broken (need repro case)


v0.6.4
- loading only yaml broken (need repro case)

- [ ] update some deps
- [ ] remove deps
- [ ] github.com/ghodss/yaml
- [ ] github.com/aymerick/raymond
- [ ] github.com/bmatcuk/doublestar/v4 ?
- [ ] add cue template helper & datafile
- [ ] override templates & partials, propagate through subgens (layer back up)
- [ ] Gen (top-level) commands (exec), gens can provide some nice defaults

v0.6.5

- [ ] generator info (help to know what you can do, what you can override, docs)
- [ ] integrate datamodel history to hof gen
- [ ] hof create ... (also from github repos) easier startup for gen user only mode
- [ ] generators should have create templates as well
- [ ] use -t (tag) to inject values? (or something else to not conflict with cue?)
- [ ] hof st (import bulk commands from cuetils)
- [ ] hof mod get & tidy, move to cue.mod/hof.cue
- [ ] hof doc
- [ ] remove deps
- [ ] github.com/aymerick/raymond (not really used)
- [ ] github.com/bmatcuk/doublestar/v4 ?

v0.6.x

- [ ] real datamodel upgrades & efforts
- [ ] hof faux
- [ ] add cue template helper & datafile
- [ ] override templates & partials, propagate through subgens (layer back up)
- [ ] Gen (top-level) commands (exec), gens can provide some nice defaults

0 comments on commit b5ded47

Please sign in to comment.