Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

64 lines (46 loc) · 2.15 KB

Changelog

Version 0.10.0 (2018-09-19)

  • [ADD] Carthage support

Version 0.9.1 (2017-05-30)

  • [ADD] watchos support

Version 0.9.0 (2017-04-08)

  • [ADD] isSameMoment method
  • [REFACTORING] improving the isBeforeMoment method

Version 0.8.0 (2017-01-29)

  • [ADD] isBeforeMoment, isAfterMoment and isBetweenMoments methods

Version 0.7.0 (2016-11-11)

  • [REFACTORING] use the floor instead of round to print the elapsed time.
  • [ADD] Italian language

Version 0.6.0 (2015-11-05)

  • [ADD] Vietnamese 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