Skip to content

Commit 0a827b8

Browse files
committed
changelog for 5.1.3
1 parent 7ec404f commit 0a827b8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@ Dates are formatted as YYYY-MM-DD.
88

99
## Unreleased
1010

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+
1130
## 5.1.2
1231

1332
- 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

Comments
 (0)