Skip to content

Releases: unchartedsoftware/lex

Release 0.5.0

23 Feb 22:53
7c9d691
Compare
Choose a tag to compare
Release 0.5.0 Pre-release
Pre-release

Big bugfix release. Fixes for #73, #74, #75, #76, and #78

Minor internal API changes, but there are no changes to the external-facing API.

Release 0.4.0

01 Feb 18:59
f77fb06
Compare
Choose a tag to compare
Release 0.4.0 Pre-release
Pre-release
  • Fixes for #63, #64
  • Adding additional context argument to option-generating async function within OptionState 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 to OptionStateOption. OptionStateOption constructor refactored to accept a config object argument instead of additional flat parameters. #43

Release 0.3.0

30 Jan 20:01
f4ee461
Compare
Choose a tag to compare
Release 0.3.0 Pre-release
Pre-release
  • Initial support for token editing
  • Can now click to remove values in the multi-value entry assistant

Release 0.2.0

26 Jan 16:20
f7c2afc
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-release
  • Support for multi-value entry in OptionState #52
  • Style fixes
  • Many bug fixes

Release 0.1.0

22 Dec 19:53
7ec015e
Compare
Choose a tag to compare
Release 0.1.0 Pre-release
Pre-release

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.