Skip to content

Releases: Cocoanetics/DTFoundation

Version 1.4.3

04 Oct 15:11
Compare
Choose a tag to compare
  • FIXED: Removed Error in DTWeakSupport, as including this in non-ARC project is legitimate use

Version 1.4.2

04 Oct 15:11
Compare
Choose a tag to compare
  • ADDED: DTWeakSupport.h for tagging variables and properties to use weak refs if supported
  • FIXED: [DTSidePanel] classes missing from static library target
  • CHANGED: Implemented conditional weak support in DTSidePanelController, DTActionSheet, DTAlertView,
    DTSmartPagingScrollView, DTHTMLParser, DTASN1Parser

Announcement: https://www.cocoanetics.com/2013/06/dtfoundation-1-4-2/

Version 1.4.1

04 Oct 15:12
Compare
Choose a tag to compare
  • ADDED: [DTCustomColoredAccessory] Added left arrow disclosure indicator
  • ADDED: [DTReachability] Demo App
  • CHANGED: [DTReachability] to observe reachability to apple.com instead of general IP connectivity as this addresses some issues where DNS resolving might lag behind
  • FIXED: [DTSidePanel] Appearance Notifications not sent to replaced panels

Announcement: http://www.cocoanetics.com/2013/05/dtfoundation-1-4-1/

Version 1.4.0

04 Oct 15:12
Compare
Choose a tag to compare
  • ADDED: [DTSidePanel] Container Controller
  • ADDED: [DTSQLite] Wrapper class for SQLite3 Databases
  • ADDED: [DTAlertView] Method to create a cancel button and/or set a cancelBlock.
  • CHANGED: Moved experimental striped layer into Experimental folder

Version 1.2.0

04 Oct 15:13
Compare
Choose a tag to compare
  • ADDED: [DTASN1] BitString support
  • ADDED: [DTASN1] DTASN1Serialization
  • ADDED: [DTASN1] IA5 String support
  • FIXED: [DTZipArchive] Unit Tests

Version 1.1.0

04 Oct 15:13
Compare
Choose a tag to compare
  • CHANGED: Refactored base64 methods into DTBase64Coding
  • ADDED: UIView Debug methods to catch errors where UIView methods are called on background thread
  • ADDED: [Experimental] DTStripedLayer
  • ADDED: Method to produce random color
  • ADDED: DTTiledLayerWithoutFade
  • ADDED: CGRectCenter
  • FIXED: [AppKit] Fixed bugs in panel presenting
  • CHANGED: [DTZipArchive] Various Improvements
  • CHANGED: [DTUTI] Moved to separate library/subspec
  • REMOVED: DTDownload and DTBonjour, they become their own repositories