Skip to content

Releases: vadimdemedes/pastel

v4.0.1

21 Mar 09:49

Choose a tag to compare

  • Fix importing of custom apps on Windows (#88) 1cc72c3

v4.0.0...v4.0.1

v4.0.0

18 Oct 19:20

Choose a tag to compare

Breaking

  • Require Node.js 20, Ink 6, React 19, Zod 4 7eeb91c

Improvements


v3.0.0...v4.0.0

v3.0.0

06 Jun 11:41

Choose a tag to compare

Breaking

Improvements

v2.0.2...v3.0.0

v2.0.2

11 Jun 18:49

Choose a tag to compare

Highlights

  • Add missing prepare script afef4ca

v2.0.1...v2.0.2

v2.0.1

29 May 08:00

Choose a tag to compare

Highlights

  • Fix importing of commands on Windows (#56) 15823e9

Credits

Thanks to @Railly, @renatorib and @lr0pb for contributing to this release 💛

v2.0.0...v2.0.1

v2.0.0

24 May 08:50

Choose a tag to compare

This is a ground-up rewrite of Pastel. While the core idea of Next.js-like framework for CLIs is still here, it now relies on battle-tested Commander.js to configure commands, options and arguments. Pastel 2.0 has also switched to Zod for defining, parsing and validating options and arguments.

v1.1.1...v2.0.0

v1.1.1

12 Aug 18:33

Choose a tag to compare

Highlights

v1.1.0...v1.1.1

v1.1.0

09 Aug 18:34

Choose a tag to compare

Huge thanks to @karaggeorge for a tremendous work on this release. Instead of just copy pasting his detailed overview of changes, I encourage you to read his PR - #31.

Highlights

  • Add TypeScript support, allow missing index routes, and more (#31) a35417b
  • Only read and parse .js and .tsx files in the commands folder (#21) 0b883df
  • Fix unlinking on exit (#22) cf75d76
  • Unlink bin on exit, SIGINT or SIGTERM (#19) 75f1f1e
  • Fix variable reassignment error (#16) 0e959db

v1.0.3...v1.1.0

v1.0.3

20 Jun 20:58

Choose a tag to compare

  • Use pastel package name on npm c087680

v1.0.2...v1.0.3

v1.0.2

01 Jun 17:18

Choose a tag to compare

  • Use relative command paths to fix distributed CLIs 305937b

v1.0.1...v1.0.2