Releases: andrei512/APUtils
Releases · andrei512/APUtils
Patch release for 2.1.0 - Xcode 7
- Fixed Xcode 7 warnings due to
NSCalendar
deprecated symbols - Added
jsonString
andarrayWithJSON:
methods to theNSArray
category - Removed duplicate declaration for
isIOS7
- Updated the email regex and added a few more regexpressions
Patch release for 2.1.0
2.1.4 Pod version bump
Patch release for 2.1.0
- Fixed
formattedStringWithCurrency:
on iOS8 issue - 11339e9 - Added a
threadSafeInstanceWithDateStyle:timeStyle:locale:
method to the NSDateFormatter category, similar to thethreadSafeInstanceWithFormat:
one - 970785c - Added an
NSNumberFormatter
category for thread-safe reusable instances, similar to theNSDateFormatter
one - fbd3736
Patch release for 2.1.0
- Fixed performance issues on stored textfield values by making the operations async
- Added
UIDevice
iOS8 checks - Fixed
Currency
issue,maximumFractionDigits
was reset when a new currency code was set - iOS 8 fixes
- fixed some potential crashes in
NSObject
fromJson:
- warning for
NSCalendarComponents
week deprecated property
- fixed some potential crashes in
Patch release for 2.1.0
fromJson:
now uses type checking. It can convert from string to number and vice-versa, if those 2 are mixed. If it determines any other inconsistency, it will not set that property and broadcastAPFromJsonTypesNotMatchingNotification
- ab40738- Incorporated some wisdom from Mike Ash's blog to prevent race conditions in
fromJson:
- 2566bb6 - Improved
NSNumber
formattedStringWithCurrency:
by setting the currency code only when necessary - e655b6d - Fix for
NSDateFormatter
category, for cases where the dateFormat changed. Also a best practice is to set the locale toen_US_POSIX
- beed7a0
Patch release
- change that breaks builds: fixed misspells from formated to formatted - ce03e06
NSDate
formatedDate
->formattedDate
formatedDateWithString
->formattedDateWithString
NSNumber
formatedString
->formattedString
formatedStringWithCurrency
->formattedStringWithCurrency
- fixed Xcode 5 warnings due to armv64 - f7fcb6a
- fixed a mem leak in
NSObject+APRuntime
- 3cb9584 - Added shortDescription method to NSNumber category - ebbf716
- Moved APJSONCustomLoading protocol to separate file to easily include it without referencing anything else - 3ac9400
- Using capital letters for NSNumber shortDescription (i.e. k -> K) - b730010
Patch release
- added
stopPersisting
method toUITextField (APUtils)
category so that the observers added duringpersistAs:
can be removed and avoid the memory leak 4783d30
Patch release
Framework based structure and subspecs
2.0.0 2.0.0