What changed in meow from 13 to 14

2 releases numbered after v13.2.0 up to and including v14.1.0, stable releases only. v13.2.0 and v14.1.0 are the newest stable releases of 13 and 14 we track; this page follows them as new ones ship.

7 changes across 2 releases

Added 3

v14.1.0

  • Add `commands` option for subcommand parsing
  • Add `input.isRequired` option to make input arguments required
  • Export `AnyFlag` and `AnyFlags` types
Changed 3

v14.1.0

  • Improve startup performance
  • Accept camelCase flags in strict mode

v14.0.0

  • Require Node.js 20
Fixed 1

v14.0.0

  • Fix incorrect automatic number conversion for flag values

Original release notes, newest first

The list above is our reading of these notes; the originals from meow are here, one fold per release.

v14.1.0
  • Add commands option for subcommand parsing ade4bb0
  • Add input.isRequired option to make input arguments required b1561c9
  • Export AnyFlag and AnyFlags types 0afdc27
  • Improve startup performance cce0096
  • Accept camelCase flags in strict mode c3a4b9b

https://github.com/sindresorhus/meow/compare/v14.0.0...v14.1.0

View originalPermalink

v14.0.0
Breaking
  • Require Node.js 20 47b3bcb
Fixes
  • Fix incorrect automatic number conversion for flag values 8f3909c

https://github.com/sindresorhus/meow/compare/v13.2.0...v14.0.0

View originalPermalink