Skip to content

0.7.0: improve jiff.clone()

Compare
Choose a tag to compare
@briancavalier briancavalier released this 08 Dec 19:27
· 21 commits to master since this release
  • Improve jiff.clone performance 3x or more
  • Removed jiff.clone custom Date reviving
    • This may be a breaking change if you relied on this behavior. However, we feel this hidden behavior caused more issues than it helped. Date deserialization is now the responsibility of the caller who parsed the JSON string from which the original object/array/etc. (ie, the one passed to jiff.clone) was created.