v5.1.3
What's Changed
TypeScript
- fix: allow readonly map entry constructor by @septs in https://github.com/immutable-js/immutable-js/pull/2123
Documentation
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. The playground has been included on nearly all method examples. We added a page about browser extensions too: https://immutable-js.com/browser-extension/
- Doc as mdx instead of export from .d.ts file by @jdeniau in https://github.com/immutable-js/immutable-js/pull/2104
- Remove runkit by @jdeniau in https://github.com/immutable-js/immutable-js/pull/2107
- only one worker for REPL by @jdeniau in https://github.com/immutable-js/immutable-js/pull/2108
- Require to import by @jdeniau in https://github.com/immutable-js/immutable-js/pull/2109
- Add Inheritance cheatsheet section by @jdeniau in https://github.com/immutable-js/immutable-js/pull/2110
- Optimize SEO (google verification, canonical, noindex) by @jdeniau in https://github.com/immutable-js/immutable-js/pull/2112
- Upgrade devtools and fix worker by @jdeniau in https://github.com/immutable-js/immutable-js/pull/2111