8000 Releases · andrei512/APUtils · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: andrei512/APUtils

Patch release for 2.1.0 - Xcode 7

20 Oct 10:18
Compare
Choose a tag to compare
  • Fixed Xcode 7 warnings due to NSCalendar deprecated symbols
  • Added jsonString and arrayWithJSON: methods to the NSArray category
  • Removed duplicate declaration for isIOS7
  • Updated the email regex and added a few more regexpressions

Patch release for 2.1.0

08 Jun 09:01
Compare
Choose a tag to compare
2.1.4

Pod version bump

Patch release for 2.1.0

13 Mar 15:15
Compare
Choose a tag to compare
  • Fixed formattedStringWithCurrency: on iOS8 issue - 11339e9
  • Added a threadSafeInstanceWithDateStyle:timeStyle:locale: method to the NSDateFormatter category, similar to the threadSafeInstanceWithFormat: one - 970785c
  • Added an NSNumberFormatter category for thread-safe reusable instances, similar to the NSDateFormatter one - fbd3736

Patch release for 2.1.0

10 Oct 07:39
Compare
Choose a tag to compare
  • 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

Patch release for 2.1.0

25 Aug 11:34
Compare
Choose a tag to compare
  • 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 broadcast APFromJsonTypesNotMatchingNotification - 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 to en_US_POSIX - beed7a0

Patch release

14 May 08:30
Compare
Choose a tag to compare
  • 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

10 Mar 15:20
Compare
Choose a tag to compare
  • added stopPersisting method to UITextField (APUtils) category so that the observers added during persistAs: can be removed and avoid the memory leak 4783d30

Patch release

19 Feb 16:20
Compare
Choose a tag to compare
  • removed trailing zeros from currency settings 8250964
  • improved fromJson mechanism 89a424f

Framework based structure and subspecs

19 Feb 16:04
Compare
Choose a tag to compare
0