Skip to content

Latest commit

 

History

History
52 lines (26 loc) · 2.47 KB

File metadata and controls

52 lines (26 loc) · 2.47 KB

2.1.0 (2026-04-28)

Features

  • add sync option to update command: synchronizes updated files to local dir (605bda5)
  • report invalid config.json, either in an app itself or one of its dependencies (be2ac8b)

2.0.2 (2026-01-10)

Bug Fixes

  • create-profile generates invalid expath-pkg.xml (db8b924)
  • handle transitive dependencies: docs -> playground -> upload (89a82b1)

2.0.1 (2026-01-07)

Bug Fixes

  • some actions (reindex, download) now run on jinks itself; if response is application/zip, save it to directory (cac7219)

2.0.0 (2026-01-07)

  • chore!: upgrade dependencies requiring Node.js 20+ (a04682f)

BREAKING CHANGES

  • Minimum Node.js version is now 20.0.0

Upgraded @inquirer/prompts (8.1.0), ora (9.0.0), and terminal-link (5.0.0). All require Node.js 20+.

1.2.0 (2026-01-07)

Features

1.0.0 (2026-01-07)

Features

  • add parameter -c to read config from file when creating app (2856f86)
  • add tests (053840e)
  • add version reporting (a0ecc66), closes #2