File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ All notable changes to this project will be documented in this file.
1111The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
1212and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
1313
14+ ## [ 4.0.2] 0 2025-03-03
15+
16+ ### Fixed
17+
18+ - Return an ` UnexpectedArgumentError ` instead of a ` ResultError ` when
19+ an unexpected additional argument is provided to a command.
20+
1421## [ 4.0.1] - 2025-02-02
1522
1623### Fixed
@@ -26,7 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2633
2734- The signature of the ` CommandDispatcher ` ` prefixExtractor ` callback
2835 has been changed so that it is possible to transform the entire command
29- body with a ` commandNormaliser ` . This was changed primarily to
36+ body with a ` commandNormaliser ` . This was changed primarily to
3037 fix https://github.com/the-draupnir-project/Draupnir/issues/678 .
3138
3239### Added
@@ -71,7 +78,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7178
7279- Improved inference on ` MatrixInterfaceAdaptor['describeRenderer'] ` .
7380
74-
7581## [ 2.4.0] - 2024-09-20
7682
7783### Changed
Original file line number Diff line number Diff line change 11{
22 "name" : " @the-draupnir-project/interface-manager" ,
3- "version" : " 4.0.1 " ,
3+ "version" : " 4.0.2 " ,
44 "main" : " dist/index.js" ,
55 "types" : " dist/index.d.ts" ,
66 "files" : [
You can’t perform that action at this time.
0 commit comments