All Versions
39
Latest Version
Avg Release Cycle
55 days
Latest Release
-

Changelog History
Page 2

  • v3.6.1 Changes

    June 27, 2019

    Potentially Breaking

    • Require Elixir v1.6+

    โž• Added

    • โœ… Setup property based test framework and add sample tests (#480)
    • ๐ŸŒ Turkish translation (#534)
    • โž• Add details to parsing documentation (#540)
    • ๐Ÿ‘Œ Support time units in singular (#509)
    • ๐Ÿ“š #538 documentation of default formatting directives
    • ๐Ÿ‘Œ Support for tzdata 1.0.0 (#536)

    ๐Ÿ›  Fixed

    • โž• Address handling of ambiguity in timezone conversions by using UTC clock time, where possible. See #488
    • #491 gracefully handle errors resolving a timezone using wall clock time
    • #514 gracefully handle converting date to datetime on tz boundary
    • #531 address some issues with shifting over timezone boundaries
    • #507 unnecessary tz conversion during logical shifts results in erroneous results
    • #532 shift priority incorrectly inverted
    • #537 precision not preserved in some situations
    • ๐Ÿ—„ Elixir 1.8 deprecations
    • Timex.diff/2 spec
    • Timex.Timezone.convert/2 when using custom time zones
    • ๐ŸŒ Letter encoding on PT translation
    • ๐ŸŒ Swedish translation id for March
  • v3.6.0

    June 26, 2019
  • v3.5.0 Changes

    January 18, 2019

    โž• Added

    • Timex.set/2 now also accepts setting the :date from a %Date{} struct.
    • ๐Ÿšš Interval.difference/2 removes one interval from another
  • v3.4.2

    November 03, 2018
  • v3.4.1 Changes

    September 19, 2018

    โž• Added

    • ๐ŸŒ Afrikaans translations (Julian Dicks)
    • The :inclusive option for Timex.between?/4 :start and :end in addition to true

    ๐Ÿ›  Fixed

    • strftime_iso_kitchen no longer discards dates
  • v3.4.0 Changes

    July 12, 2018

    NOTE: There are breaking changes in this release. This is not going to result in a major ๐Ÿ”– version bump, as the old behavior did not match the docs, and was incorrect to boot. In other words, the ๐Ÿ’ฅ breaking changes only affect you if you relied on the incorrect behavior, if you were expecting the documented behavior, then these are not breaking changes.

    โž• Added

    • โœ… Interval.contains?/2 to test if one interval contains another

    ๐Ÿ›  Fixed

    • Interval overlap was being improperly calculated
    • Interval behavior with respect to open/closed bounds was incorrect (open bounds were being treated as closed and vice versa)
    • Intervals could be created with invalid from/until (i.e. creating an interval with an until before the from)
    • ๐Ÿ“š Interval documentation improvements for clarity
  • v3.3.0

    May 08, 2018
  • v3.2.2

    April 14, 2018
  • v3.2.1

    February 20, 2018
  • v3.2.0

    February 20, 2018