Skip to content

Commit a05ba9e

Browse files
committed
docs: update change log
1 parent 9a2f9d5 commit a05ba9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ Then build and run tests with `npm test`, start watchers for `rescript`and `jest
194194
195195
## Changes
196196
197+
### 0.11
198+
- [BREAKING] Bump required rescript to 11.1.x, uncurried mode requires MockJs.fn to be applied with explcicit currying.
199+
- Worked around bug in rescript 11 curried mode where `@uncurry` causes an extra param which changes Jest behaviour, by replacing `@uncurry` with `(. )`.
200+
197201
### 0.10
198202
- [BREAKING] Bump required rescript to 10.1.x
199203
- Remove unnecessary dependency on `@ryyppy/rescript-promise`

0 commit comments

Comments
 (0)