Releases: unchartedsoftware/lex
Releases · unchartedsoftware/lex
Release 0.5.0
Release 0.4.0
- Fixes for #63, #64
- Adding additional
context
argument to option-generatingasync function
withinOptionState
which contains the current (unfinished) value of the containing token. #62 - Adding custom delimiter support for multivalue entry. #60
- Adding paste support for multivalue entry (with an additionally customizable paste delimiter character). #59
- Adding a
displayKey
option toOptionStateOption
.OptionStateOption
constructor refactored to accept aconfig
object argument instead of additional flat parameters. #43
Release 0.3.0
- Initial support for token editing
- Can now click to remove values in the multi-value entry assistant
Release 0.2.0
- Support for multi-value entry in
OptionState
#52 - Style fixes
- Many bug fixes
Release 0.1.0
First release of Lex
.
This is pre-release software. While the API has achieved some stability, expect certain things to change in the future.
A (very) rough implementation of a multi-value-entry state has been included in this release as a preview, but hasn't been tested as much as other states/builders/assistants.