Skip to content

Latest commit

History

History
98 lines (76 loc) 路 6.25 KB

CHANGELOG.md

File metadata and controls

98 lines (76 loc) 路 6.25 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

[0.11.0] - 2020-10-23

Changed

  • #75 - Pass TimeZone into GregorianCalendarStub instead of nullable DateTimeImmutable #75 - @norberttech

Added

  • #73 - Added __serialize and __unserialize methods to those value objects that might be serialized #73 - @norberttech

[0.10.0] - 2020-10-14

Fixed

  • #72 - Make sure all DateTime constructors create the same instance #72 - @norberttech

[0.9.0] - 2020-10-13

Added

[0.8.0] - 2020-10-11

Added

Fixed

  • #69 - Replaced DateTime offset assertion with offset correction - @norberttech

[0.7.0] - 2020-09-20

Added

Changed

[0.6.0] - 2020-09-04

Changed

  • #56 - Added possibility to define type of the interval when iterating over time periods - @norberttech
  • #55 - Updated phive dependencies - @norberttech

Added

[0.5.0] - 2020-08-24

Added

[0.4.0] - 2020-08-15

Added

[0.3.0] - 2020-08-01

Added

Changed

[0.2.0] - 2020-07-16

Added

  • #37 - Year/Month/Day manipulation and comparison methods - @norberttech
    • Year/Month/Day manipulation methods (plus/minus)
    • Year/Month/Day comparison methods (isAfter/isBefore...)
    • Year/Month/Day iterate/since/until methods
    • Years - collection of years
    • Days - collection of days
    • Months - collection of months

Changed

  • #37 - Year/Month/Day manipulation and comparison methods - @norberttech
    • Months -> YearMonths
    • Days -> MonthDays

[0.1.0] - 2020-07-10

First release 馃帀

  • initial release