Skip to content

Releases: Cocoanetics/DTFoundation

Version 1.7.9

29 Dec 08:39
Compare
Choose a tag to compare
  • ADDED: Support for app extensions
  • FIXED: Missing resume for data task in URL unshortener
  • CHANGED: Made smart paging delegate outlet so that it can be connected in IB
  • CHANGED: tvOS settings for combining HiDPI artwork, as suggested by Xcode
  • CHANGED: Exclude DTAlertView and DTActionSheet based on min OS instead of max OS
  • CHANGED: Removed deprecated classes from progress HUD demo
  • CHANGED: Xcode 7.1 update
  • FIXED: Unit tests

Announcement: https://www.cocoanetics.com/2015/12/dtfoundation-1-7-9/

Version 1.7.8

07 Oct 18:26
Compare
Choose a tag to compare
  • ADDED: Support for tvOS
  • ADDED: Define to disable code that does not work when building for extensions
  • ADDED: [DTASN1] now part of DTFoundation Core
  • FIXED: [DTASN1] Numbers with more than 4 bytes would not be represented as NSNumber
  • FIXED: [DTASN1] Zero-length strings would cause parsing to assume an error
  • CHANGED: Removed DTZipArchive unit tests that would sometimes randomly fail (timing)

Announcement: http://www.cocoanetics.com/2015/10/dtfoundation-1-7-8/

Version 1.7.7

30 Jul 13:58
Compare
Choose a tag to compare
  • FIXED: [DTSidePanelController] Panel might get stuck half way opened
  • CHANGED: DTSmartPagingScrollView can now be instantiated from NIB / Storyboard
  • FIXED: Warnings from XCode7
  • FIXED: Some warnings from OCLint

Announcement: ...

Version 1.7.6

07 Jul 11:06
Compare
Choose a tag to compare
  • FIXED [DTASN1Parser] 2 Bugs
  • ADDED: Method for SHA1 generation
  • ADDED: iOS Framework

Announcement: https://www.cocoanetics.com/2015/07/dtfoundation-1-7-6/

Version 1.7.5

19 Feb 10:12
Compare
Choose a tag to compare
  • FIXED: [DTHTMLParser] Implemented check for invalid encoding when auto-detecting HTML encoding
  • FIXED: [DTHTMLParser] Added missing deployment target in pod spec to allow usage of parser under OS X
  • FIXED: [DTASN1Parser] Crash when parsing ASN.1 data containing Latin1 string, instead ignore the string contents
  • FIXED: Improved 64-bit handling in DTCoreGraphicsUtils, DTPieProgressIndicator and UIImage+DTFoundation
  • FIXED: DTPieProgressIndicator would not display properly when instantiated from XIB

Announcement: http://www.cocoanetics.com/2015/02/dtfoundation-1-7-5/

Version 1.7.4

02 Dec 19:17
Compare
Choose a tag to compare
  • FIXED: Added armv7s to static library targets (iOS)
  • FIXED: [DTZipArchive] unit test would sometimes fail
  • FIXED: Analyzer warnings
  • FIXED: Log message of main thread checker would mention incorrect symbol for debugging
  • ADDED: CocoaPods specs for DTScripting, Debug and Runtime
  • ADDED: Dynamic framework for iOS8
  • REMOVED: Deprecated static framework for iOS

Announcement: http://www.cocoanetics.com/2014/12/dtfoundation-1-7-4/

Version 1.7.3

16 Sep 13:30
Compare
Choose a tag to compare
  • FIXED: [DTAlertView] Completion blocks for the buttons are not executed on iOS 8 GM
  • FIXED: [DTActionSheet] Completion blocks for the buttons are not executed on iOS 8 GM

Announcement: http://www.cocoanetics.com/2014/09/dtfoundation-1-7-3/

Version 1.7.2

24 Jul 05:14
Compare
Choose a tag to compare
  • FIXED: [DTAlertView] Completion blocks for the buttons are not executed on iOS 8
  • FIXED: [DTLog] Deprecation warnings with iOS 8 deployment target
  • FIXED: [DTProgressHUD] Warning about no rootViewController might show if instantiated in app's first run loop (<= iOS 7)
  • FIXED: [DTSidePanelController] Horizontal swipe gesture interfering with edit gesture on table view
  • FIXED: [DTSidePanelController] Panel sizing issue resulting in black areas showing
  • ADDED: [DTSidePanelController] Support for creation via storyboard

Announcement: http://www.cocoanetics.com/2014/07/dtfoundation-1-7-2/

Version 1.7.1

07 Jul 09:37
Compare
Choose a tag to compare
  • ADDED: DTAnimatedGIF in separate static lib / subspec
  • FIXED: DTActionSheet "noticeable delay" choosing an action
  • FIXED: Some build warnings from Xcode 6

Announcement: http://www.cocoanetics.com/2014/07/dtfoundation-1-7-1/

Version 1.7.0

02 Jun 15:56
Compare
Choose a tag to compare
  • ADDED: DTProgressHUD
  • FIXED: Deprecation warning in DTActivityTitleView when compiling >= iOS 7
  • FIXED: Some targets where built only for 64-bit
  • FIXED: Warning about weak variable being accessed multiple times

Announcement: http://www.cocoanetics.com/2014/06/dtfoundation-1-7-0/