Skip to content

v0.1.0

Compare
Choose a tag to compare
@ClevyrBot ClevyrBot released this 11 May 16:57
· 318 commits to main since this release
bf2bca6

Changelog

  • 4c7e691 πŸ› Don't complete filenames when no template values are found
  • 3407843 πŸ› Fix multi-document YAML templates not always being detected in completions
  • 636920d πŸ› Fix test race condition
  • 3c1b2c9 πŸ”₯ Remove unused variable
  • 46e82db πŸ₯… Allow variables to be unset, add --strict flag for original behavior
  • 3a23a32 πŸ”‡ Remove doc generation logs
  • 6714670 ♻️ Add config factory with default values
  • 357a6a2 ♻️ Simplify return type
  • d7eb202 ♻️ Some value completion code cleanups
  • e9170ea 🚨 Fix lint warning
  • a740365 ✨ Add indent flag
  • 84e69f1 ✨ Add support for nested values
  • 93586c5 ✨ Remove existing values from shell completion
  • cc97390 ✨ Simplify value completion regex while adding support for nested values
  • 07252f6 🚚 Rename inline flag to inplace
  • 59cf33e 🚚 Rename some value completion variables for clarity
  • a34ae89 πŸ”§ Exclude tests from release changelog
  • bf2bca6 πŸ”§ Fix docker_manifests build config
  • 9b28546 ⚑ Slight repo and tag func optimization