Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

49 lines (34 loc) · 1.69 KB

Changelog

Version 0.5.2 (2014-12-30)

  • [ADD] Turkish language

Version 0.5.1 (2014-06-05)

  • [UPDATE] Xcode 5.1.1 version (to remove some warnings)

Version 0.5.0 (2014-03-18)

  • [ADD] Japanese language
  • [ADD] Chinese language
  • [FIX] Use the preferredLanguages method instead of the currentLocale method to get the current locale

Version 0.4.1 (2014-02-17)

  • [ADD] Portuguese language
  • [FIX] Localized string for manual installation

Version 0.4.0 (2014-02-14)

  • [ADD] utc convenient method
  • [ADD] initWithDateAsString:format:locale:timeZone: and momentWithDateAsString:format:locale:timeZone: methods
  • [FIX] Moves the localized files into the YLMoment bundle to avoid conflits with another libs

Version 0.3.0 (2014-01-15)

  • [ADD] Subtract methods: subtractAmountOfTime:forUnitKey:, subtractAmountOfTime:forCalendarUnit: and subtractDuration:
  • [REFACTORING] Move the date detector to the proxy to improve the performance
  • [ADD] German language

Version 0.2.0 (2013-11-17)

  • [ADD] timeZone, timeStyle and dateStyle configuration for the format
  • [FIX] fromNowWithSuffix: call
  • [ADD] Dutch language
  • [CHANGE] Default date/time format to NSDateFormatterLongStyle

Version 0.1.0 (2013-10-30)

  • Initializers from NSDate, NSArray, String, String and Format
  • Global configuration via proxy (calendar and locale)
  • Formatting moments
  • Check the moment validity via the isValid method
  • Relative Dates (from, fromNow)
  • Manipulating Dates (addAmountOfTime, addDuration, startOf, endOf)
  • Getting/Setting the seconds, minutes, hours, days, months, years
  • Support for Albanian/English/French/Spanish