event-to-object v2.0.0
·
5 commits
to main
since this release
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.