Tags: alissalkvc/immer
Tags
docs: [Doc]: Update /zh-CN/ (immerjs#1067) * Update api.md * Update patches.mdx
feat(performance): Make non-strict mode faster for classes. Addresses i… …mmerjs#1071 Immer 10.x solved slow iteration for plain JS objects. This update applies the same handling to class instances. In cases this makes class instance handling 3 times faster. Note that this slightly modifies the behavior of Immer with classes in obscure corner cases, in ways that match current documentation, but do not match previous behavior. If you run into issues with this release icmw. class instances, use `setUseStrictShallowCopy("class_only")` to revert to the old behavior. For more details see https://immerjs.github.io/immer/complex-objects#semantics-in-detail
fix: Fix handling of Symbol and non-enumerable properties in finaliza… …tion / freeze. Fixes immerjs#1096, immerjs#1087, immerjs#1091 (immerjs#1105))
fix: don't use `.mjs` file for react-native, which isn't supported by… … default. Fixes immerjs#1058 immerjs#1065 (immerjs#1075) * fix: don't use `.mjs` file for react-native, which isn't supported by default. Fixes immerjs#1058 immerjs#1065 (?) * v10.0.3-beta
fix: production bundle was loaded incorrectly, fixes immerjs#1037
Merge pull request immerjs#1028 from immerjs/immer-10 Immer 10
chore(deps): bump loader-utils from 2.0.0 to 2.0.4 in /website (immer… …js#1026) Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.0 to 2.0.4. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md) - [Commits](webpack/loader-utils@v2.0.0...v2.0.4) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /website ( immerjs#1017) Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
PreviousNext