Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1 KB

CHANGELOG.md

File metadata and controls

46 lines (25 loc) · 1 KB

[2.2.1] - 2021/03/28

  • BREAKING: Removing removing some more outdated functions.

[2.2.0] - 2021/03/28

  • BREAKING: Removing said getters from the last version and changing the API to be more flexible and consistent.

[2.0.1] - 2021/03/01

  • Adding start and end of week getters

[2.0.0]

Bumping pre release null safe version to production

[2.0.0-nullsafety.0]

Migrating to nullsafety

[1.1.0] - 2020/11/20

  • BREAKING CHANGE - Thanks @vs-krasnov Removing carriage return in single line output. Should always have been this way.

[1.0.1] - 2020/08/27

  • Added endOfDay and startOfDay getters

[1.0.0] - 2020/08/13

  • Added .fromString factory to easily parse date time
  • Added a bunch of documentation
  • Moved to 1.0, no breaking changes but the package is pretty mature now and not super popular so now is the time to give it a bump.

[0.0.3] - 2019/09/03

  • Another attempt at publishing

[0.0.2] - 2019/09/03

  • Improving formatting option

[0.0.1] - 2019/09/03

  • Initial Release