Skip to content

Commit ed7c7d1

Browse files
committed
docs(readme): update readme
1 parent 18042a7 commit ed7c7d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ In this basic example, the changes to the draft are 'mutative' within the draft
156156
157157
- enableAutoFreeze - `boolean`, the default is false.
158158

159-
> Enable autoFreeze, and return frozen state.
159+
> Enable autoFreeze, and return frozen state, and enable circular reference checking only in `development` mode.
160160
161161
- mark - `(target) => ('mutable'|'immutable'|function)`
162162
> Set a mark to determine if the value is mutable or if an instance is an immutable, and it can also return a shallow copy function(AutoFreeze and Patches should both be disabled).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mutative",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "A JavaScript library for efficient creation of immutable state",
55
"main": "dist/index.js",
66
"module": "dist/mutative.esm.js",

0 commit comments

Comments
 (0)