From b4562e40ca0482e20c2fc087c1ff004dcbbb6023 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sun, 9 Jul 2023 17:47:02 +0800 Subject: [PATCH] 3.1.2 --- upickleReadme/Readme.scalatex | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/upickleReadme/Readme.scalatex b/upickleReadme/Readme.scalatex index 028e93046..928056042 100644 --- a/upickleReadme/Readme.scalatex +++ b/upickleReadme/Readme.scalatex @@ -25,7 +25,7 @@ ) ) -@sect("uPickle 3.1.1") +@sect("uPickle 3.1.2") @div(display.flex, alignItems.center, flexDirection.column) @div @a(href := "https://gitter.im/lihaoyi/upickle")( @@ -74,8 +74,8 @@ @sect{Getting Started} @hl.scala - "com.lihaoyi" %% "upickle" % "3.1.1" // SBT - ivy"com.lihaoyi::upickle:3.1.1" // Mill + "com.lihaoyi" %% "upickle" % "3.1.2" // SBT + ivy"com.lihaoyi::upickle:3.1.2" // Mill @p And then you can immediately start writing and reading common Scala @@ -93,8 +93,8 @@ @p For ScalaJS applications, use this dependencies instead: @hl.scala - "com.lihaoyi" %%% "upickle" % "3.1.1" // SBT - ivy"com.lihaoyi::upickle::3.1.1" // Mill + "com.lihaoyi" %%% "upickle" % "3.1.2" // SBT + ivy"com.lihaoyi::upickle::3.1.2" // Mill @sect{Scala Versions} @p @@ -886,6 +886,11 @@ JSON library, and inherits a lot of it's performance from Erik's work. @sect{Version History} + @sect{3.1.2} + @ul + @li + Fix parsing of large integers into @code{ujson.Num}s + @lnk("#504", "https://github.com/com-lihaoyi/upickle/pull/504") @sect{3.1.1} @ul @li