Skip to content

8.0.0-beta.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@1Computer1 1Computer1 released this 07 Apr 02:17
· 67 commits to master since this release

Changes

  • Added Argument.tagged and Argument.taggedWithInput.
  • Added Argument.taggedUnion.
  • Added Argument.composeWithFailure, splits off the last option of Argument.compose.
  • Changed otherwise and modifyOtherwise to allow an empty string, which will do nothing, like propmts.
  • Changed Argument.compose (and therefore Argument.composeWithFailure) to work with variable arguments.
  • Changed Argument.range to work on things with a length or size property.
  • Changed the name of Argument.tuple to Argument.product.
  • Changed typings and documentation to specify more about objects.

Fixes

  • Fixed typings for argumentDefaults.
  • Fixed otherwise being used when an argument doesn't have it specified.