Skip to content

v1.0.4

Choose a tag to compare

@avi12 avi12 released this 08 May 13:51
· 12 commits to main since this release

Changes

  • feat(cli): Collapse splatted multi-value args for changelog flags. PowerShell array splatting and similar shell tokenization no longer cause Unknown arguments errors 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 the is prefix; replace type assertions with type predicates where possible.
  • chore: Drop redundant lint script and apply lint padding fixes.

Full Changelog: v1.0.3...v1.0.4