Releases: the-draupnir-project/interface-manager
Releases · the-draupnir-project/interface-manager
v2.4.1
[2.4.1] - 2024-09-27
Changed
- Improved inference on
MatrixInterfaceAdaptor['describeRenderer']
.
v2.4.0
[2.4.0] - 2024-09-20
Changed
- Verify that commands have renderers inside command dispatcher.
v2.3.0
[2.3.0] - 2024-09-11
Changed
v2.2.0
[2.2.0] - 2024-09-11
Changed
RestParameterDescription
can now only prompt one presentation for rest.
v2.1.0
[2.1.0] - 2024-09-10
Added
CommandExecutorHelper
now has a parseAndInvoke
method to aid unit testing
commands.
Changed
- When an argument is missing, command parsers will always get a
PromptRequiredError
if a prompt is available on the associated parameter
description.
v2.0.0
[2.0.0] - 2024-09-09
Changed
MatrixInterfaceAdaptor
callbacks have been simplified and moved into a
common interface.
v1.1.1
[1.1.1] - 2024-09-09
Fixed
CommandExecutorHelper
type inference.
CommandExecutorHelper
keyword properties are now partial instead of
required.
v1.1.0
[1.1.0] - 2024-09-09
Added
CommandExecutorHelper
to help unit test command executors.
v1.0.2
[1.0.2] - 2024-09-06
Fixed
- A bug where command designators were not interned into command
entries.
v1.0.1
[1.0.1] - 2024-09-06
Fixed
CompleteCommand.toPartialCommand()
method was missing after
parsing commands with the standard command parser.