Skip to content

Releases: zoepepper/scalajs-jsjoda

Version 1.1.1

16 Mar 00:22
Compare
Choose a tag to compare

Implement Instant.atZone(), which js-joda doesn't, by calling equivalent method ZonedDateTime.ofInstant().

Version 1.1.0

15 Mar 23:34
Compare
Choose a tag to compare
  • Fixes signatures of several methods in LocalDate (thanks @ant8e).
  • Timezone support (via js-joda-timezone).

Version 1.0.7

17 Feb 02:45
Compare
Choose a tag to compare

Cross-compile to Scala 2.12.

Version 1.0.6

09 Feb 20:11
Compare
Choose a tag to compare

Fix #2.

Implement TemporalAdjusters.

Version 1.0.5

06 Sep 14:11
Compare
Choose a tag to compare

Version 1.0.4

24 Jul 18:23
Compare
Choose a tag to compare
  • Minor fixes

Version 1.0.3

28 Jun 22:46
Compare
Choose a tag to compare
  • Minor fixes

Version 1.0.1

27 Jun 19:47
Compare
Choose a tag to compare
  • Limited to IsoChronology (no support for Hijrah, Japanese, Minguo or ThaiBuddhist chronologies).
  • No OffsetTime/OffsetDateTime support.
  • No Locale support.
  • No IANA timezone support. (Though it seems to be in js-joda's pipeline: js-joda/js-joda#32).