v1.0.0
1.0.0 - 2024-11-02
Breaking Change
-
Fix: Scala.js support is broken (#370)
To fix it, the following changes were made:
-
Added
scalajs-java-securerandom
to usejava.security.SecureRandom
forjava.util.UUID
scala-java-time
forjava.time
in Scala.js- a custom URL implementation for Scala.js because there's no alternative to
java.net.URL
-
Made other necessary changes, including removing code unavailable in JavaScript.
-
Fixed the tests for JavaScript. There were issues with
Long
andBigInt
values less than-9007199254740991L
and greater than9007199254740991L
.
-