Skip to content

1.5.0

Choose a tag to compare

@sdispater sdispater released this 16 Apr 22:51
· 455 commits to master since this release
1.5.0
a8bf381

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.