All Versions
8
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v2.0.0 Changes

    ๐Ÿš€ > release 2019-01-12

    • Split two module
      • koda-time (joda-time extensios) support JVM 6 or higher
      • java-time (java.time extensions) support JVM 8 or higher
    • โฌ†๏ธ Bump up kotlin-stdlib 1.3.11
    • โฌ†๏ธ Bump up kotlinx-coroutines-core 1.1.0
  • v1.2.2 Changes

    ๐Ÿš€ > release 2018-03-24

    • โฌ†๏ธ Bump up kotlin-stdlib 1.2.30
    • โฌ†๏ธ Bump up kotlinx-coroutines 0.22.5
    • โž• add TemporalRange, TemporalProgression
    • โž• add RxJava2 Flowable convert method for DateTimeRange, InstanceRange ...
    • โž• add java 8 LocalDateTime

    1.2.1

    ๐Ÿš€ > release 2017-11-19

    • โž• add DateTimeRange, InstantRange for joda-time
    • โž• add DateTimeProgression, InstantProgression for joda-time
    • โž• add DateRange, InstantRange for java 8 time
    • โž• add DateProgression, InstantProgression for java 8 time
  • v1.2 Changes

    • โž• add ReadableInterval.chunk(), windowed(), zipWithNext() methods
    • โฌ†๏ธ Upgrade kotlin standard library 1.1.51
    • ๐Ÿ‘Œ Improve ReadableInterval.buildSequence
  • v1.1.3 Changes

    • โฌ†๏ธ Upgrade kotlin standard library 1.1.3
    • ๐Ÿ”„ Change Target JVM to 1.8
    • ๐Ÿ‘Œ Support Java 8 Time (see Javatimex.kt)
    • ๐Ÿ”„ Change build tool to Gradle
  • v1.1.2 Changes

    • ๐Ÿ”„ Change build tool to Kobalt (Build system with Kotlin syntax)
  • v1.1.1 Changes

    • โฌ†๏ธ Upgrade kotlin standard library to 1.1.1
    • โฌ†๏ธ Upgrade gradle version (3.5)
    • โœ‚ Remove assertj-core, use kotlin test lib.
  • v1.1.0 Changes

    • โž• Add arithmatic operation for Period, Instace, LocalDateTime, LocalDate, LocalTime
    • โœ‚ Remove DurationBuilder class
    • โฌ†๏ธ Upgrade kotlin library to 1.1
  • v1.0.0 Changes

    ๐Ÿš€ > First release

    • Supply joda-time DateTime extension functions