Skip to content

v0.4.1

Compare
Choose a tag to compare
@davidecaroselli davidecaroselli released this 20 Apr 11:43
· 19 commits to main since this release

Highlights

The @Json decorator has been deprecated as it is no longer required. You can safely remove it from your code.

Features

  • Deprecate @Json decorator as it is now completely unnecessary [00c3125]
  • Drastically improve circular-references detection via the new VisitMap class [1554181]
  • Add support for simple data types and object serialization [c9eb3a6]