v1.0.4
Changes
- feat(cli): Collapse splatted multi-value args for changelog flags. PowerShell array splatting and similar shell tokenization no longer cause
Unknown argumentserrors when passing multi-line changelogs. - refactor(stores): Extract shared zip and changelog field schemas into
src/stores/shared-fields.ts. - refactor: Extract compound
if-conditions to descriptive variables; rename booleans to use theisprefix; replace type assertions with type predicates where possible. - chore: Drop redundant
lintscript and apply lint padding fixes.
Full Changelog: v1.0.3...v1.0.4