klock v2.0.1 Release Notes

Release Date: 2020-12-03 // over 3 years ago

Previous changes from v2.0.0

  • v1.12.1...v2.0.0

    โž• Additions:

    • โž• Added Float variant for .milliseconds, .seconds...
    • โž• Added TimeSpan.nanosecondsInt and TimeSpan.microsecondsInt
    • โž• Added Ukrainian locale. Thanks to @andriipanasiuk
    • โž• Added Norwegian and Swedish locales. Thanks to @Dambakk

    ๐Ÿ’ฅ Breaking changes:

    • โœ‚ Removed numeric .hrSeconds, .hrMilliseconds etc. replaced by .hr.seconds
    • ๐Ÿ”„ Changed month and day of week capitalization #147 . Now only English and German locales, capitalize those.
    • ๐Ÿ‘Œ Support ordinals in date format with do. Thanks to @IgnacioCarrionN
    • Date.minus operators. Thanks to @IgnacioCarrionN