Skip to content

Latest commit

 

History

History
64 lines (26 loc) · 2.52 KB

CHANGELOG.md

File metadata and controls

64 lines (26 loc) · 2.52 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.4.2 (2020-02-10)

Chore

  • configure standard-version to display more types (14fb8cf)

Refactoring

  • import date-fns methods directly (22257e5)

0.4.1 (2019-10-22)

Bug Fixes

  • normalize known power-calendar format strings to date-fns v2 (2762f49), closes #17

0.4.0 (2019-09-26)

chore

  • bump to ember-power-calendar >0.14 (0f7c17e), closes #9

BREAKING CHANGES

  • this requires at least ember@3.11

0.3.1 (2019-09-26)

Features

  • allow user to exclude date-fns locales (c57ceb4), closes #10
  • allow user to specify which date-fns/locale to include (b4b275a), closes #10

0.3.0 (2019-09-25)

Features

  • Update date-fns dependency to ^2.2.1, implement localeStartOfWeek(), getWeekdaysShort(), getWeekdaysMin(), and getWeekDays() (f0b2095)

0.2.1 (2019-09-19)

  • #1 add day unit support for startOf/endOf

0.2.0 (2019-04-20)