Releases: zakstucke/zetch
Releases · zakstucke/zetch
v0.0.16
Changes
- Bugfix: env var breaking parent state serialization in nested zetch commands (#21) @zakstucke
v0.0.15
Changes
- Var sc bugfix when used in post and pre exists (#20) @zakstucke
v0.0.14
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
Changes
- Error msgs improved, cli light vals and enf defaults use static syntax, to allow coersion (#18) @zakstucke
v0.0.12
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
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
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
Changes
- Bump bb to fix pwd in tasks (#7) @zakstucke
v0.0.8
Changes
- Remove runtime dep on typing_extensions (#6) @zakstucke
v0.0.7
Changes
- No changes