Skip to content

4.0.0-next.4

Pre-release
Pre-release

Choose a tag to compare

@StimulCross StimulCross released this 04 Mar 08:40
· 38 commits to main since this release

Features

General

  • implemented the toJSON() method for all DataObject classes (84ee675).

    This makes all data instances serializable using the JSON.stringify() method.
    Additionally, all DataObject instances are now printable in console.log() in the Node.js environment through the inspect.custom mechanism.