Skip to content

Release 1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 16:19
· 0 commits to 6407dd5a0ac708da563d0f3318cc49fdca1a8173 since this release

Changes in this release:

✨ New Features

♻️ Refactors

  • 37c516c - use generic types in the relevant Parser and Serializer methods, as to make their use more strict and safe (commit by @mdaubie)
  • cfcc9b2 - suppress impossible IllegalAccessException in attribute serialization and use safe cast in list serialization (commit by @mdaubie)

📝 Documentation Changes

🎨 Code Style Changes