Skip to content

v1.7.0 Scala 3 Enums. Various parsing fixes.

Compare
Choose a tag to compare
@htmldoug htmldoug released this 17 Dec 03:00
· 20 commits to v1 since this release
ffd3ad0

Features

  • Scala 3 enum support! #94
  • BufferedValue is easier to build and worth with. #91

Bugfixes

  • Fixed incorrect parsing issue with Util.parseIntegralNum affecting numbers like 0E+50 #101
  • Fixed parsing of messagepack ext type. #96

Performance

  • Slightly reduced memory usage of PlayJson #98 #99

v1.6.0...v1.7.0