Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 17:17
· 25 commits to main since this release
f322d3b

Changelog

  • ee2db5d feat: add tab completion for delete
  • 303bb78 feat: add delete command
  • f6e129b feat: introduce NoMatch state
  • 9b51905 fix: matching glob, which contains no expansion
  • 5ba0c53 Upgrade to Go 1.19
  • 63bf5cf refactor: split into FetchAllKonfs and FetchKonfsForGlob
  • 92e1923 refactor: create memFs in tests at test execution
  • 4af0c23 refactor: rename store.TableOutput to Metadata
  • 704d482 refactor: remove dependency on sprig
  • 04d39bc refactor: introduce custom KonfID type
  • 5a1e789 refactor: Include templatefuncs in TemplateCreator
  • bafbd35 refactor: extract prompt-building into own package
  • 9784973 refactor: move fetching konfs into its own package