Skip to content

Releases: zakstucke/zetch

v0.0.16

27 Feb 08:58
Compare
Choose a tag to compare

Changes

  • Bugfix: env var breaking parent state serialization in nested zetch commands (#21) @zakstucke

v0.0.15

27 Feb 07:37
Compare
Choose a tag to compare

Changes

  • Var sc bugfix when used in post and pre exists (#20) @zakstucke

v0.0.14

26 Feb 10:56
Compare
Choose a tag to compare

Changes

  • Mix of previous behaviour and last update: static vars cli light values and defaults can all either use the shorthand of the full {value (#19) @zakstucke

v0.0.13

26 Feb 08:45
Compare
Choose a tag to compare

Changes

  • Error msgs improved, cli light vals and enf defaults use static syntax, to allow coersion (#18) @zakstucke

v0.0.12

25 Feb 08:18
Compare
Choose a tag to compare

Changes

  • light/superlight to replace initial (#17) @zakstucke
  • Bit of a refactor after feature creep (#16) @zakstucke
  • Errors in templates now show line of error and surrounding context, command errors show the command that failed and all preceding commands, the two most common usage errors. (#15) @zakstucke
  • Improved toml putting to maintain comments on more types of replaced values (#14) @zakstucke

v0.0.11

20 Feb 17:22
Compare
Choose a tag to compare

Changes

  • Fixed bug when using custom_extensions and initials together, made lockfile alphabetical to prevent annoying git diffs when nothing changed. (#13) @zakstucke
  • Generic project improvements (#12) @zakstucke
  • Removing debug log which looks like an error (#11) @zakstucke
  • General internal project improvements (#10) @zakstucke

v0.0.10

08 Feb 09:24
Compare
Choose a tag to compare

Changes

  • Fixed schema directive, removed engine allow_undefined & trim_trailing_newline, both should just enforce defaults (#9) @zakstucke
  • file subcommand split into read, put and del, filepath can now also be inline content, when it is, for put and del the updated contents will be printed to stdout. (#8) @zakstucke

v0.0.9

06 Feb 22:27
Compare
Choose a tag to compare

Changes

v0.0.8

06 Feb 18:02
Compare
Choose a tag to compare

Changes

v0.0.7

06 Feb 16:31
Compare
Choose a tag to compare

Changes

  • No changes