Skip to content

Commit 5e7c11a

Browse files
author
Tyson Williams
committed
updated the release notes
1 parent 06a9509 commit 5e7c11a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: RELEASE_NOTES.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
* **Breaking:** Removed the obsolete binding functions in the `BindingFn` module
44
* **Breaking:** Removed the obsolete function `Elmish.WPF.Cmd.showWindow`
5-
5+
* **Breaking:** Removed all occurrences of the argument `wrapDispatch` from the methods used to create a binding. There is currently no migration path. Please create an issue if this is a negative impact for you.
6+
* Added binding mapping functions
7+
* Added `mapModel`, `mapMsg`, and `mapMsgWithModel` in both the `Binding` and `Bindings` modules
8+
* These functions enable common model and message mapping logic to be extracted
9+
* See the `SubModelSeq` sample for an excellent use of `mapModel` and `mapMsgWithMsg`
610

711
#### 3.5.6
812

0 commit comments

Comments
 (0)