Skip to content

Releases: immutable-js/immutable-js

v5.1.5

03 Mar 22:19

Choose a tag to compare

What's Changed

  • Fix Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') in immutable
  • Upgrade devtools and use immutable version by @jdeniau in #2158

Full Changelog: v5.1.4...v5.1.5

v4.3.8

03 Mar 22:24

Choose a tag to compare

Fix Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') in immutable

v5.1.4

13 Oct 07:26

Choose a tag to compare

What's Changed

Documentation

Internal

  • chore: Sort all imports and activate eslint import rule by @jdeniau in #2119

New Contributors

Full Changelog: v5.1.3...v5.1.4

v5.1.3

11 Jun 21:48

Choose a tag to compare

What's Changed

TypeScript

  • fix: allow readonly map entry constructor by @septs in #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/

Internal

New Contributors

Full Changelog: v5.1.2...v5.1.3

v5.1.2

05 May 22:27

Choose a tag to compare

What's Changed

Tooling

Documentation

New Contributors

Full Changelog: v5.1.1...v5.1.2

v5.1.1

26 Mar 00:02

Choose a tag to compare

What's Changed

Fix issue in builded types files in 5.1.0 due to cpy-cli upgrade

Full Changelog: v5.1.0...v5.1.1

v5.1.0

25 Mar 19:46

Choose a tag to compare

What's Changed

Internal

  • Upgrade typescript and typescript-eslint #2046 by @jdeniau
  • Upgrade to rollup 4 #2049 by @jdeniau
  • Start migrating codebase to TypeScript without any runtime change nor .d.ts change:
  • add exception for code that should not happen in updateIn #2074 by @jdeniau
  • Reformat Range.toString for readability #2075 by @Ustin.Vaskin

New Contributors

Full Changelog: v5.0.2...v5.1.0

v5.0.3

19 Nov 14:47

Choose a tag to compare

What's Changed

  • Fix List.VNode.removeAfter() / removeBefore() issue on some particular case by @alexvictoor in #2030

New Contributors

Full Changelog: v5.0.2...v5.0.3

v5.0.2

08 Nov 00:14

Choose a tag to compare

Changed

  • Fix wrong path for esm module after fix in 5.0.1

Full Changelog: v5.0.1...v5.0.2

v5.0.1

07 Nov 23:57

Choose a tag to compare

What's Changed

Fixes

Internal

Full Changelog: v5.0.0...v5.0.1