All Versions
8
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
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
- Split two module
-
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