Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

50 lines (27 loc) · 1.19 KB

[2.3.0]

  • POTENTIALLY BREAKING: Upgrading to intl 0.18+. Changes in the underlying standard may break code that relies on whitespace. See dart-lang/i18n#637. Thanks @mwcbrent

[2.2.1]

  • 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