You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -70,14 +70,13 @@ Run `sbt scalajavatimeCrossJVM/test` to run the test suite on the JVM and
70
70
71
71
#### Status
72
72
73
-
Most parts of this library work perfectly fine with Scala.js in the browser.
73
+
All parts of this library work perfectly fine with Scala.js in the browser.
74
74
75
75
#### Contributing
76
76
77
77
We welcome all contributions, including ideas, suggestions, bug reports, bug fixes and code!
78
78
We are especially interested in contributions that tackle the following issues:
79
79
80
-
* Complete the port of tests to scalatest
81
80
* Modularize the tzdb database
82
81
* Find ways to reduce the size of the library
83
82
@@ -87,8 +86,6 @@ Have a look at the [issues](https://github.com/cquiroz/scala-java-time/issues) o
87
86
88
87
##### 2.0
89
88
90
-
We will keep releasing milestone builds while work on the remaining bits and pieces to support 100% of this library on Scala.js is ongoing (most parts work fine already).
91
-
92
89
The current version is published containing the code in both packages: `org.threeten.bp` and `java.time`.
93
90
94
91
A stable release of 2.0 will be published after a (hopefully) short RC phase.
0 commit comments