You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,25 @@ Dates are formatted as YYYY-MM-DD.
8
8
9
9
## Unreleased
10
10
11
+
## 5.1.3
12
+
13
+
### TypeScript
14
+
15
+
- fix: allow readonly map entry constructor by @septs in https://github.com/immutable-js/immutable-js/pull/2123
16
+
17
+
### Documentation
18
+
19
+
There has been a huge amount of changes in the documentation, mainly migrate from an autogenerated documentation from .d.ts file, to a proper documentation in markdown.
20
+
The playground has been included on nearly all method examples.
21
+
We added a page about browser extensions too: https://immutable-js.com/browser-extension/
22
+
23
+
### Internal
24
+
25
+
- replace rimraf by a node script by @jdeniau in https://github.com/immutable-js/immutable-js/pull/2113
26
+
- remove warning for tseslint config by @jdeniau in https://github.com/immutable-js/immutable-js/pull/2114
27
+
- Use default tsconfig for tests by @jdeniau in https://github.com/immutable-js/immutable-js/pull/2055
28
+
- add tests for arrCopy by @jdeniau in https://github.com/immutable-js/immutable-js/pull/2120
29
+
11
30
## 5.1.2
12
31
13
32
- Revert previous assertion as it introduced a regression [#2102](https://github.com/immutable-js/immutable-js/pull/2102) by [@giggo1604](https://github.com/giggo1604)
0 commit comments