Skip to content

Commit eb4bcbd

Browse files
committed
Tweak wording
1 parent e97264d commit eb4bcbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Creates a deep copy of `a`, which must be a valid JSON object/array/value.
104104

105105
**NOTE:** In jiff <= 0.6.x, `jiff.clone` incorrectly caused some ISO Date-formatted strings (eg `"2014-12-03T11:40:16.816Z"`) to be turned into `Date` objects. Thus, a clone *might not end up as an exact copy*.
106106

107-
That was fixed in 0.7.0: `jiff.clone` creates exact copies.
107+
As of 0.7.0 `jiff.clone` creates exact copies.
108108

109109
If you have code that depended on that hidden deserialization, *it will break*. Date deserialization is now the responsibility of the party who parsed the JSON string from which the original object/array/etc. (ie, the one passed to `jiff.clone`) was created.
110110

0 commit comments

Comments
 (0)