Skip to content

v0.22.87

Compare
Choose a tag to compare
@plexus plexus released this 09 Feb 11:08
· 11 commits to main since this release

Added

  • :middleware can now be a single function, not only a sequence of functions

Changed

  • [BREAKING] When setting a :handler for a boolean flag (one that looks like
    --[no-]...), the handler now receives the boolean value as a second argument
  • [BREAKING] Invoke flag handlers/middleware in the order they are specified, so
    that later flags can override earlier flags