Skip to content

event-to-object v2.0.0

Choose a tag to compare

@Archmonger Archmonger released this 07 Feb 00:29
· 5 commits to main since this release
860d403

Full rewrite of event-to-object. This package no longer uses a white-list to determine what is serializable.

Instead, this package now attempts to serialize every event property possible up until the defined max-depth. Properties are ignored if they are a non-serializable type, or they fail all known serialization methods.