Skip to content

Commit

Permalink
Release 1.4.3 #373
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Dec 11, 2021
1 parent 6797ad0 commit dd814df
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions upickleReadme/Readme.scalatex
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
)
)

@sect("µPickle 1.4.2")
@sect("µPickle 1.4.3")
@div(display.flex, alignItems.center, flexDirection.column)
@div
@a(href := "https://gitter.im/lihaoyi/upickle")(
Expand Down Expand Up @@ -72,8 +72,8 @@

@sect{Getting Started}
@hl.scala
"com.lihaoyi" %% "upickle" % "1.4.2" // SBT
ivy"com.lihaoyi::upickle:1.4.2" // Mill
"com.lihaoyi" %% "upickle" % "1.4.3" // SBT
ivy"com.lihaoyi::upickle:1.4.3" // Mill

@p
And then you can immediately start writing and reading common Scala
Expand All @@ -91,8 +91,8 @@
@p
For ScalaJS applications, use this dependencies instead:
@hl.scala
"com.lihaoyi" %%% "upickle" % "1.3.8" // SBT
ivy"com.lihaoyi::upickle::1.3.8" // Mill
"com.lihaoyi" %%% "upickle" % "1.4.3" // SBT
ivy"com.lihaoyi::upickle::1.4.3" // Mill
@p
Other than that, everything is used the same way. upickle-0.9.4
is only compatible with ScalaJS 0.6.x.
Expand Down Expand Up @@ -811,8 +811,12 @@
JSON library, and inherits a lot of it's performance from Erik's work.

@sect{Version History}
@sect{1.4.2}
@sect{1.4.3}
@ul
@code{MsgPackReader}: properly increment index in ext @lnk("#370", "https://github.com/com-lihaoyi/upickle/pull/370")

@sect{1.4.2}
@ul
Bugfixes @lnk("#365", "https://github.com/com-lihaoyi/upickle/pull/365") @lnk("#366", "https://github.com/com-lihaoyi/upickle/pull/365")
@sect{1.4.1}
@ul
Expand Down

0 comments on commit dd814df

Please sign in to comment.