Sourced from immutable's releases.
v4.3.8
Fix Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') in immutable
Sourced from immutable's changelog.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. Dates are formatted as YYYY-MM-DD.
Unreleased
5.1.5
- Fix Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') in immutable
5.1.4
- Migrate some files to TS by
@jdeniauin immutable-js/immutable-js#2125
- Iterator.ts
- PairSorting.ts
- toJS.ts
- Math.ts
- Hash.ts
- Extract CollectionHelperMethods and convert to TS by
@jdeniauin immutable-js/immutable-js#2131- Use npm trusted publishing only to avoid token stealing.
Documentation
- Fix/a11y issues by
@lyannelin immutable-js/immutable-js#2136- Doc add Map.get signature update by
@borracciaBluin immutable-js/immutable-js#2138- fix(doc):minor-issues#2132 by
@JayMeDotDotin immutable-js/immutable-js#2133- Fix algolia search by
@jdeniauin immutable-js/immutable-js#2135- Typo in OrderedMap by
@jdeniauin immutable-js/immutable-js#2144Internal
- chore: Sort all imports and activate eslint import rule by
@jdeniauin immutable-js/immutable-js#21195.1.3
TypeScript
- fix: allow readonly map entry constructor by
@septsin immutable-js/immutable-js#2123Documentation
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
... (truncated)
485cbe0
4.3.86ed4eb6
Merge commit from fork94bcd3c
fix new proto key injectionfaeb58b
fix Prototype Pollution in mergeDeep, toJS, etc.This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for immutable since your current version.