Skip to content

v1.0.0

Compare
Choose a tag to compare
@kevin-lee kevin-lee released this 02 Nov 11:29
· 2 commits to main since this release

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 use java.security.SecureRandom for java.util.UUID
      • scala-java-time for java.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 and BigInt values less than -9007199254740991L and greater than 9007199254740991L.