Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@privatenumber privatenumber released this 09 Nov 11:29

3.0.0 (2022-11-09)

Bug Fixes

  • flag parsing to ignore prototype (2c5bcfd)
  • remove validation already enforced by types (9d16ee5)
  • unknown flag values to be passed in explicitly (#13) (4d19ae3)
  • unknown flags to not collide with object prototype (d52925b)

Features

BREAKING CHANGES

  • replace ignoreUnknown with ignore callback and mutates passed in argv
  • typeFlag is now a named export
  • values must be explicitly passed into unknown flags (e.g. --unknown=value instead of --unknown value)