Releases: com-lihaoyi/upickle
Releases · com-lihaoyi/upickle
3.1.2
3.1.2
3.1.1
3.1.1
3.1.0
Release uPickle 3.1.0 (#473) Targeting a release end-April. Since none of the fixes are showstoppers (the bugs have workarounds, and perf improvements are always just a nice-to-have) there isn't any real urgency to push them out, and we can wait a bit to see if anyone else has changes they want to get in
3.0.0
Merged Pull Requests
- Add more tests by @lihaoyi in #392
- deps: update a bunch of things by @ckipp01 in #395
- Update mill-main to 0.10.7 by @scala-steward in #403
- Update geny to 1.0.0 by @scala-steward in #407
- Update sourcecode to 0.3.0 by @scala-steward in #397
- Update utest to 0.8.1 by @scala-steward in #405
- Update play-json to 2.9.3 by @scala-steward in #404
- Update Mima setup by @lefou in #410
- Update json4s-ast, json4s-native to 3.6.12 by @scala-steward in #400
- Added .scala-steward.conf by @lefou in #411
- Added SemVer version scheme to publish options by @lefou in #412
- Update dependencies by @lolgab in #414
ScalatexReadme
tooling: update scala-library to 2.12.17 by @scala-steward in #409- Update mill-main to 0.10.10 by @scala-steward in #419
- Update circe-core, circe-generic, ... to 0.14.3 by @scala-steward in #408
ScalatextReadme
tooling: Update sbt to 1.2.8 by @scala-steward in #402ScalatexReadme
tooling: Update scalatex-sbt-plugin to 0.3.12 by @scala-steward in #396- Update argonaut to 6.2.6 by @scala-steward in #398
- Rename
master
branch tomain
by @lefou in #424 - Add a changelog link to published pom.xml by @lefou in #423
- Updated MiMa reference version by @lefou in #429
- Update Mill to 0.10.11 by @scala-steward in #434
- Update play-json to 2.9.4 by @scala-steward in #435
- CI: Continue failing build to see more issues by @lefou in #437
- Replaced the 'µ' with 'u' in "µPickle" by @lefou in #438
- Add Scala.js source map compiler flag by @Quafadas in #432
- Ensure that ujson.Value behaves properly as a direct target of reading/writing by @lihaoyi in #436
- Speeding up Scala 3 Writing macros by @lihaoyi in #440
- Update MiMa baseline to 3.0.0-M2 by @lefou in #441
- Reproduction for issue #371 by @lihaoyi in #443
- Reproduction for issue #416 by @lihaoyi in #444
- Normalize handling of Scala 3 enums, remove allocations from reader by @lihaoyi in #445
- Update circe-core, circe-generic, ... to 0.14.4 by @scala-steward in #442
- Be more robust about checking whether objects are modules in Scala3 by @lihaoyi in #447
- Drop scala 2.11, update scalajs, scala native, some dependancies by @Quafadas in #452
- Fix DoS vunerability with ujson.Obj and upack.Obj by @lolgab in #449
- Simplify enum derivation in Scala 3 by @lihaoyi in #453
- Break up Types.scala by @lihaoyi in #460
- Enable fatal warnings and fix them all across codebase by @lolgab in #457
- Fix Bool pattern matching to be exhaustive by @lolgab in #461
- Add typed Readers and Writers for Java boxed primitives by @lihaoyi in #462
- Use UTF8 when reading json/msgpack bytes by @lihaoyi in #464
- uPickle 3.0.0 readme by @lihaoyi in #463
New Contributors
- @ckipp01 made their first contribution in #395
- @scala-steward made their first contribution in #403
- @lefou made their first contribution in #410
- @Quafadas made their first contribution in #432
Full Changelog: 2.0.0...3.0.0
3.0.0-M2
Merged Pull Requests
- Updated MiMa reference version by @lefou in #429
- Update Mill to 0.10.11 by @scala-steward in #434
- Update play-json to 2.9.4 by @scala-steward in #435
- CI: Continue failing build to see more issues by @lefou in #437
- Replaced the 'µ' with 'u' in "µPickle" by @lefou in #438
- Add Scala.js source map compiler flag by @Quafadas in #432
- Ensure that ujson.Value behaves properly as a direct target of reading/writing by @lihaoyi in #436
- Speeding up Scala 3 Writing macros by @lihaoyi in #440
New Contributors
Full Changelog: 3.0.0-M1...3.0.0-M2
3.0.0-M1
Merged Pull Requests
- Add more tests by @lihaoyi in #392
- deps: update a bunch of things by @ckipp01 in #395
- Update mill-main to 0.10.7 by @scala-steward in #403
- Update geny to 1.0.0 by @scala-steward in #407
- Update sourcecode to 0.3.0 by @scala-steward in #397
- Update utest to 0.8.1 by @scala-steward in #405
- Update play-json to 2.9.3 by @scala-steward in #404
- Update Mima setup by @lefou in #410
- Update json4s-ast, json4s-native to 3.6.12 by @scala-steward in #400
- Added .scala-steward.conf by @lefou in #411
- Added SemVer version scheme to publish options by @lefou in #412
- Update dependencies by @lolgab in #414
ScalatexReadme
tooling: update scala-library to 2.12.17 by @scala-steward in #409- Update mill-main to 0.10.10 by @scala-steward in #419
- Update circe-core, circe-generic, ... to 0.14.3 by @scala-steward in #408
ScalatextReadme
tooling: Update sbt to 1.2.8 by @scala-steward in #402ScalatexReadme
tooling: Update scalatex-sbt-plugin to 0.3.12 by @scala-steward in #396- Update argonaut to 6.2.6 by @scala-steward in #398
- Rename
master
branch tomain
by @lefou in #424 - Add a changelog link to published pom.xml by @lefou in #423
New Contributors
- @ckipp01 made their first contribution in #395
- @scala-steward made their first contribution in #403
Full Changelog: 2.0.0...3.0.0-M1
2.0.0
2.0.0
1.6.0
1.6.0
1.5.0
Support Scala Native - Scala 3 (#380) Bump Geny and Utest
1.4.4
Bugfix: Scala 3 generics (#353)