All Versions
13
Latest Version
Avg Release Cycle
71 days
Latest Release
1372 days ago

Changelog History
Page 2

  • v1.5.0 Changes

    April 16, 2018

    โž• Added

    • โž• Added the datetime() helper.
    • โž• Added the set() method to set properties.
    • Added the is_utc() and is_local() methods.

    ๐Ÿ—„ Deprecated

    • year_(), month_(), day_(), hour_(), minute_(), second_(), microsecond_() are now deprecated.
    • timezone_() and tz_() are now deprecated.
    • ๐Ÿ—„ timestamp_() is now deprecated.
    • with_date_time(), with_time_from_string() and with_timestamp() are now deprecated.
    • ๐Ÿ—„ between() is now deprecated.
    • min_(), max_(), minimum(), maximum() are now deprecated.
    • is_today(), is_yesterday(), is_tomorrow() and is_same_day() are now depecreated.
    • is_sunday() -> is_saturday() are now deprecated.
    • The utc and local properties are now deprecated. Use is_utc() and is_local() instead.
  • v1.4.4 Changes

    March 21, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed extension building script.
  • v1.4.3 Changes

    March 20, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed an error when adding intervals to a Pendulum instance across DST transition.
    • ๐Ÿ›  Fixed an error when subtracting two pendulum instances in the same timezone.