- [ADD] watchos support
- [ADD]
isSameMoment
method - [REFACTORING] improving the
isBeforeMoment
method
- [ADD]
isBeforeMoment
,isAfterMoment
andisBetweenMoments
methods
- [REFACTORING] use the
floor
instead ofround
to print the elapsed time. - [ADD]
Italian
language
- [ADD]
Vietnamese
language
- [UPDATE] Xcode 5.1.1 version (to remove some warnings)
- [ADD]
Japanese
language - [ADD]
Chinese
language - [FIX] Use the
preferredLanguages
method instead of thecurrentLocale
method to get the current locale
- [ADD]
Portuguese
language - [FIX] Localized string for manual installation
- [ADD]
utc
convenient method - [ADD]
initWithDateAsString:format:locale:timeZone:
andmomentWithDateAsString:format:locale:timeZone:
methods - [FIX] Moves the localized files into the YLMoment bundle to avoid conflits with another libs
- [ADD] Subtract methods:
subtractAmountOfTime:forUnitKey:
,subtractAmountOfTime:forCalendarUnit:
andsubtractDuration:
- [REFACTORING] Move the date detector to the proxy to improve the performance
- [ADD]
German
language
- [ADD]
timeZone
,timeStyle
anddateStyle
configuration for the format - [FIX]
fromNowWithSuffix:
call - [ADD]
Dutch
language - [CHANGE] Default date/time format to
NSDateFormatterLongStyle
- Initializers from
NSDate
,NSArray
,String
,String and Format
- Global configuration via proxy (
calendar
andlocale
) - 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