Skip to content

v8.0.0

Compare
Choose a tag to compare
@maxrimue maxrimue released this 30 Jun 14:11
· 574 commits to main since this release

Bug Fixes

  • commands are now applied in order, from left to right (#857) (baba863)
  • help now takes precedence over command recommendation (#866) (17e3567)
  • positional arguments now work if no handler is provided to inner command (#864) (e28ded3)

Chores

Features

BREAKING CHANGES

  • extends functionality now always loads the JSON provided, rather than reading from a specific key
  • Node 4+ is now required; this will allow us to start updating our dependencies.
  • the first argument to strict() is now used to enable/disable its functionality, rather than controlling whether or not it is global.