Skip to content

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 06:58
· 53 commits to main since this release

1.7.0 (2025-06-23)

✨ Features

  • flatten: add support for flattening and unflattening class instances efe42b7.

    Add new options flattenClassInstances and unflattenToClassInstances to handle class instances during flatten/unflatten operations. When enabled, class constructor information is preserved using a special symbol, allowing proper restoration of class instances with their prototype methods.

    Add comprehensive test cases covering various scenarios including inheritance, circular references, private properties, and edge cases.