All Versions
25
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.8.10 Changes
- Time is now based on Instant rather than LocalDateTime, TimeZone is managed.
- ๐ Time module is deprecated.
- Added new number locales (es_BO, en_IE, en_IN, ...) and fix some issues with old ones
- Added new time locales (fa_IR, nb_NO, zh_TW, ...) and fix some issues with old ones
-
v0.8.9 Changes
Published 20 Nov 2020
- โ Add experimental classes property on Node.
-
v0.8.8 Changes
Published 21 Oct 2020
- โ Add Scale.copy() see #229.
-
v0.8.7 Changes
Published 14 Oct 2020
- โ Remove ArrayList to fix #228.
-
v0.8.6 Changes
Published 8 Oct 2020
- ๐ Fix JfxGroupRenderer image rendering #227.
-
v0.8.5 Changes
Published 30 Sep 2020
- Introduce new Date Interpolator in the interpolate module
-
v0.8.4 Changes
Published 23 Sep 2020
- โ Add a image node to allow to draw images/icons #219
-
v0.8.3 Changes
Published 16 Sep 2020
- ๐ Fix runtime exception on Weekday #225
-
v0.8.2 Changes
Published 10 Sep 2020
- ๐ Reintroduce the date() and Date() constructors, mark them as deprecated (you should use LocalDateTime instead)
-
v0.8.2-RC1 Changes
Published 10 Sep 2020
- ๐ Use kotlinx.datetime instead of date from the time module
- ๐ Use LocalDateTime for the TimeScale, the Interval and the whole time-format module