Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 708 Bytes

changelog.md

File metadata and controls

30 lines (20 loc) · 708 Bytes

angular-input-date changelog

Version 1.0.4

(04 Oct 2014)

  • Fixed versioning (no changes in code)

Version 1.0.3

(13 May 2014)

  • Fixed PR#1: "parseDateString returns null on invalid datestring rather than throwing an exception" by DigTheDoug
  • The directive now will be able to handle incorrect input without throwing an exception

Version 1.0.2

(25 Apr 2014)

  • Improved code
  • Exposed service interface inputDate
  • Added API function ExtractDate to truncate Date objects to make them timeless
  • Updated documentation

Version 1.0.1

(23 Apr 2014)

  • Updated directive to represent input value as a proper Date object

Version 1.0.0

(19 Apr 2014)

  • Public API stabilized