[go: up one dir, main page]

Skip to content

Tags: andrejlamov/immer

Tags

v10.0.3

Toggle v10.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v10.0.2

Toggle v10.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: export `Objectish` type (immerjs#1043)

v10.0.1

Toggle v10.0.1's commit message
fix: production bundle was loaded incorrectly, fixes immerjs#1037

v10.0.0

Toggle v10.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request immerjs#1028 from immerjs/immer-10

Immer 10

v9.0.21

Toggle v9.0.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v9.0.20

Toggle v9.0.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v9.0.19

Toggle v9.0.19's commit message
fix: Upgrade Github actions to Node 16 attempt 2

v9.0.18

Toggle v9.0.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Preserve insertion order of Sets, fixes immerjs#819 (immerjs#976)

* Proposed fix for immerjs#819 to preserve Set insertion order

* Proposed fix for immerjs#819 (B)

We are already cloning and iterating over the Set. If we go a step further and clear it before iteration, and re-add all children during iteration, we can preserve insertion order.

v9.0.17

Toggle v9.0.17's commit message
chore(test): fix production build unit tests

v9.0.16

Toggle v9.0.16's commit message
chore: fix build / test issue