|
1 | 1 | - topic: JDK extensions |
2 | 2 | libraries: |
3 | | - - name: scalajs-java-time |
4 | | - url: https://github.com/scala-js/scala-js-java-time |
5 | | - desc: Port of the [java.time API](https://docs.oracle.com/javase/8/docs/api/java/time/package-summary.html) of JDK8 for Scala.js |
6 | | - dep: '"org.scala-js" %%% "scalajs-java-time" % "0.2.0"' |
7 | | - - name: scalajs-jsjoda-as-java-time |
8 | | - url: https://github.com/zoepepper/scalajs-jsjoda |
9 | | - desc: Implementation of JDK8's [java.time API](https://docs.oracle.com/javase/8/docs/api/java/time/package-summary.html) in Scala.js by wrapping [js-joda](http://js-joda.github.io/js-joda/) classes |
10 | | - dep: '"com.zoepepper" %%% "scalajs-jsjoda-as-java-time" % "1.1.2"' |
11 | 3 | - name: scala-java-time |
12 | 4 | url: https://github.com/cquiroz/scala-java-time |
13 | 5 | desc: Platform-independent implementation of [java.time](https://docs.oracle.com/javase/8/docs/api/java/time/package-summary.html) |
14 | | - dep: '"io.github.cquiroz" %%% "scala-java-time" % "2.0.0-M7"' |
| 6 | + dep: '"io.github.cquiroz" %%% "scala-java-time" % "2.0.0"' |
| 7 | + - name: scalajs-jsjoda-as-java-time |
| 8 | + url: https://github.com/zoepepper/scalajs-jsjoda |
| 9 | + desc: Alternative to scala-java-time implemented by wrapping [js-joda](http://js-joda.github.io/js-joda/) classes |
| 10 | + dep: '"com.zoepepper" %%% "scalajs-jsjoda-as-java-time" % "1.2.0"' |
15 | 11 | - name: scala-java-locales |
16 | 12 | url: https://github.com/cquiroz/scala-java-locales |
17 | 13 | desc: Implementation of JDK8's [java.util.Locale API](https://docs.oracle.com/javase/8/docs/api/java/util/Locale.html) and parts of [java.text API](https://docs.oracle.com/javase/8/docs/api/java/text/package-summary.html) |
18 | | - dep: '"io.github.cquiroz" %%% "scala-java-locales" % "0.5.0-cldr30"' |
| 14 | + dep: '"io.github.cquiroz" %%% "scala-java-locales" % "1.0.0"' |
19 | 15 | - name: scalajs-java-logging |
20 | 16 | url: https://github.com/scala-js/scala-js-java-logging |
21 | 17 | desc: Port of the [java.util.logging API](https://docs.oracle.com/javase/8/docs/api/java/util/logging/package-summary.html) of JDK 8 for Scala.js |
22 | | - dep: '"org.scala-js" %%% "scalajs-java-logging" % "0.1.0"' |
| 18 | + dep: '"org.scala-js" %%% "scalajs-java-logging" % "1.0.0"' |
23 | 19 | - topic: Functional programming |
24 | 20 | libraries: |
25 | 21 | - name: Scalaz |
|
0 commit comments