Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

55 lines (32 loc) · 2.16 KB

Changelog

0.6.1 - 2014-01-31

  • Add optional timezone support to amCalendar and amDateFormat filters (#27, contributed by kayhadrin)
  • Happy Year of the Horse!

0.6.0 - 2013-12-24

  • Add optional am-without-suffix attribute to am-time-ago (#22, contributed by hramaker)
  • Support moment.js v2.5.0. See here for changelog.
  • Merry Christmas!

0.5.2 - 2013-11-17

  • Add amCalendar filter (#24, contributed by OndraM)

0.5.1 - 2013-11-09

0.5.0 - 2013-11-02

  • Use $window.setTimeout instead of $timeout, fixes protractor synchronization issue (#19)

0.4.2 - 2013-10-30

  • Add settings constant for configuring moment.js withoutSuffix-option (#18)

0.4.1 - 2013-10-27

  • Support moment.js v2.4.0. See here for changelog.

0.4.0 - 2013-10-08

  • Support moment.js v2.3.0. See here for possibly breaking changes.

0.3.0 - 2013-10-07

  • Bugfix: am-time-ago support for empty string (#15)
  • Behavior change: am-time-ago will only change the text once there is date

0.2.2 - 2013-09-29

  • Add support for passing unix timestamp as a string to amDateFormat filter (#14)

0.2.1 - 2013-09-13

  • Fix an issue with tests failing on a different timezone
  • Support moment 2.2.x, AngularJS 1.2

0.2.0 - 2013-08-22

  • Add optional am-format attribute to am-time-ago (#11)
  • Add new amDateFormat filter (#12)
  • Add changelog file