Releases: com-lihaoyi/upickle
Releases · com-lihaoyi/upickle
1.4.3
Release 1.4.3 #373
1.4.2
1.4.2
1.4.1
Version 1.4.1
1.4.0
1.4.0
1.3.15
Fix default argument handling for huge case classes (#350)
1.3.14
Support case classes with >64 fields (#348) We define a separate HugeCaseObjectContext, which is similar to CaseObjectContext except we use an Array[Long] to provide an arbitrarily large bitset to keep track of which fields have been set or not. The original CaseObjectContext continues to be used for small case classes, which should help avoid any performance regressions. Unit tested. Also provided a unit test for parsing >2gb files, which currently does not pass yet
1.3.13
Add Support for Scala 3.0.0 (#349)
1.3.12
Upgrade Dotty to 3.0.0-RC3
1.3.11
1.3.11