Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 756 Bytes

File metadata and controls

39 lines (21 loc) · 756 Bytes

2.0.1

  • Update parseUTCDate to ignore milliseconds.

1.1.1 - 2016-04-28

  • Update parseDate to parseUTCDate

1.1.0 - 2016-05-28

  • Remove pretty time dependency. Make default instance thread safe.

1.0.6 - 1.0.7 - 2016-04-27

  • Guard on bad parse result.

1.0.5 - 2016-01-25

  • Guard against future timestamp diffs on relative time.

1.0.4 - 2016-01-25

  • Switched to a pure Java library.

1.0.3 - 2016-01-25

  • Add string formatter for arbitrary template in current locale.

1.0.2 - 2016-01-25

  • Add locale as a parameter to constructor.
  • Add a toCalendar method to convert unix timestamp to a calendar instance for date manipulation.

1.0.1 - 2016-01-16

  • Added initial API.

1.0.0 - 2016-01-16

  • Initial commit.