Skip to content

Releases: the-draupnir-project/interface-manager

v2.4.1

27 Sep 19:30
e6844c5
Compare
Choose a tag to compare

[2.4.1] - 2024-09-27

Changed

  • Improved inference on MatrixInterfaceAdaptor['describeRenderer'].

v2.4.0

20 Sep 11:32
4f2aacf
Compare
Choose a tag to compare

[2.4.0] - 2024-09-20

Changed

  • Verify that commands have renderers inside command dispatcher.

v2.3.0

11 Sep 12:42
65f0fa5
Compare
Choose a tag to compare

[2.3.0] - 2024-09-11

Changed

v2.2.0

11 Sep 09:18
b0d762a
Compare
Choose a tag to compare

[2.2.0] - 2024-09-11

Changed

  • RestParameterDescription can now only prompt one presentation for rest.

v2.1.0

10 Sep 13:36
400ee0a
Compare
Choose a tag to compare

[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

09 Sep 16:58
1cf9e03
Compare
Choose a tag to compare

[2.0.0] - 2024-09-09

Changed

  • MatrixInterfaceAdaptor callbacks have been simplified and moved into a
    common interface.

v1.1.1

09 Sep 16:03
80b5170
Compare
Choose a tag to compare

[1.1.1] - 2024-09-09

Fixed

  • CommandExecutorHelper type inference.
  • CommandExecutorHelper keyword properties are now partial instead of
    required.

v1.1.0

09 Sep 11:55
c06454a
Compare
Choose a tag to compare

[1.1.0] - 2024-09-09

Added

  • CommandExecutorHelper to help unit test command executors.

v1.0.2

06 Sep 13:29
8d6baa2
Compare
Choose a tag to compare

[1.0.2] - 2024-09-06

Fixed

  • A bug where command designators were not interned into command
    entries.

v1.0.1

06 Sep 12:53
7568071
Compare
Choose a tag to compare

[1.0.1] - 2024-09-06

Fixed

  • CompleteCommand.toPartialCommand() method was missing after
    parsing commands with the standard command parser.