Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-25 | 2.0 kB | |
v5.1.0 source code.tar.gz | 2025-03-25 | 959.9 kB | |
v5.1.0 source code.zip | 2025-03-25 | 1.0 MB | |
Totals: 3 Items | 2.0 MB | 0 |
What's Changed
- Add shuffle to list #2066 by @mazerty
- TypeScript: Better getIn
RetrievePath
#2070 by @jdeniau - Fix [#1915] "Converting a Seq to a list causes RangeError (max call size exceeded)" by @alexvictoor in #2038
- TypeScript: Fix proper typings for Seq.concat() #2040 by @alexvictoor
- Fix Uncaught "TypeError: keyPath.slice is not a function" for ArrayLike method #2065 by @jdeniau
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:
- allow TS files to be compiled in src dir #2054 by @jdeniau
- add exception for code that should not happen in updateIn #2074 by @jdeniau
- Reformat Range.toString for readability #2075 by @Ustin.Vaskin
New Contributors
- @mazerty made their first contribution in https://github.com/immutable-js/immutable-js/pull/2066
- @ustinvaskin made their first contribution in https://github.com/immutable-js/immutable-js/pull/2075
Full Changelog: https://github.com/immutable-js/immutable-js/compare/v5.0.2...v5.1.0