Swiftpack.co - Swift Packages by Cocoanetics

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by Cocoanetics

Cocoanetics/DTCoreText 1.6.27
Methods to allow using HTML code with CoreText
⭐️ 6,327
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.6.26
2 years ago
- FIXED: Some weak support issues - FIXED: Some warnings - FIXED: Enabled bitcode - FIXED: Missing weak for DTAccessibilityElement and view proxy - FIXED: [Demo] About VC didn't set correct content inset - FIXED: Select correct fallbackFont with matching traits when multiple are available - FIXED: Check for default font - NEW: [Demo] Demonstrate dark/light mode adjustment on About Box Announcement: https://www.cocoanetics.com/2021/06/dtcoretext-1-6-26/
1.6.25
3 years ago
- FIXED: URLs containing CJK characters are not parsed - FIXED: iOS 13 openURL crash - FIXED: References to deprecated classes - FIXED: Cannot parse CSS with empty font-family - FIXED: iOS 14 warnings - NEW: Swift Package Manager Support Announcement: https://www.cocoanetics.com/2020/08/dtcoretext-1-6-25/
1.6.24
3 years ago
tbd
Version 1.6.23
4 years ago
tbd
Version 1.6.22
4 years ago
Please [read the announcement](https://www.cocoanetics.com/2019/06/dtcoretext-1-6-22/) for a summary of changes to this maintenance release.
Version 1.6.21
6 years ago
- ADDED: Support for <p> text-indent - ADDED: Support `width` attribute in percent for text attachments - ADDED: Ability to abort HTML parsing - ADDED: Archiving - ADDED: Improved support for macOS - FIXED: Incorrect file name in import should be `DTCSSStylesheet.h` - FIXED: HTML generation with multi-line links - FIXED: Do not add 'Apple-converted-space' to attributed string when processing custom HTML attributes - FIXED: Ignore list style shorthands that are not strings - FIXED: Wrong attributed substring passed to generic custom view when using truncation - FIXED: Avoid unnecessary drawing of DTAttributedTextContentView if it is being deallocated - FIXED: Changing properties on `DTCoreTextLayoutFrame` would not update layout, resulting in incorrect sizing information being returned Announcement: https://www.cocoanetics.com/2017/08/dtcoretext-1-6-21/
Version 1.6.20
7 years ago
- FIXED: Crash when img tag had an invalid file URL to an animated GIF - FIXED: Superfluos import for framework-based umbrella header causing build issues - FIXED: Link will be nil when cleanString contains Chinese characters - FIXED: DTCoreTextLayoutFrame memory leak - FIXED: Certain truncations might cause a crash - FIXED: Skip unpaired bracket } & fix NSUInteger underflow in CSS parser - FIXED: Space to “apple converted space span” conversion for 2 spaces - FIXED: Text range for text block (for drawing background rectangle) might be computed incorrectly - FIXED: Crash with IFRAME src attribute had less than 2 characters - ADDED: Look for `DTCoreTextFontOverrides.plist` in the main bundle if its not found in the local bundle - ADDED: Expanded character decoding support in stringByReplacingHTMLEntities Announcement: https://www.cocoanetics.com/2017/02/dtcoretext-1-6-20/
Version 1.6.19
7 years ago
- FIXED: Incompatibility with iOS 7, using containsString - FIXED: Memory Leak in `DTLazyImageView`, using `NSURLSession` - FIXED: [Demo] When loading remote images the relayout needs to be done on next runloop - FIXED: Incorrect tabulator used for list items - FIXED: In `default.css` P tags had a `-webkit-margin-before` (which gets parsed since 1.6.18) causing superfluous extra space before paragraphs Announcement: https://www.cocoanetics.com/2016/10/dtcoretext-1-6-19/
Version 1.6.18
7 years ago
- ADDED: tvOS Support - ADDED: Property to better support display remote images with DTAttributedTextCell - ADDED: Extension sub spec (which removes some things that cannot be used in Extensions) - ADDED: Parse margin-top as paragraphSpacingBefore - ADDED: Support for list style with roman numerals - ADDED: 10% performance increase parsing CSS styles that only have a single part - ADDED: Usage of custom font name via CSS in programming guide - FIXED: Potential crash on iOS 10 from more strict CoreText functions - FIXED: Crash when list-style-image was not a string - FIXED: Crash when comparing lines and one of them was nil - FIXED: Several Xcode 8 build warnings - FIXED: All deprecation warnings related to CoreText text alignment constants - FIXED: NSURLConnection deprecation by using NSURLSessionDataTask instead - FIXED: Deprecation warnings related to percentEncoding, replaced with HTML entity encoding - FIXED: Several Carthage build problems Announcement: https://www.cocoanetics.com/2016/09/dtcoretext-1-6-18/
Version 1.6.17
8 years ago
Changes - ADDED: Line truncation - ADDED: Minimum and maximum line heights - ADDED: Ability to change paragraph tag name - ADDED: Support for use in app extension - FIXED: Build error for integrating via sub-project - FIXED: CTLineUtils compiler warnings - FIXED: Setup Guide for sub-project integration - FIXED: Missing paragraph style for text attachments - CHANGED: Updated to DTFoundation 1.6.9 Annoucement: https://www.cocoanetics.com/2015/12/dtcoretext-1-6-17/
iOS macOS tvOS
Cocoanetics/DTFoundation 1.7.18
Standard toolset classes and categories
⭐️ 807
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Version 1.7.18
2 years ago
- FIXED: Enable building with bitcode - FIXED: reduce iOS deployment target to 9 - FIXED: DTWeakSupport was sometimes not found when building as part of DTCoreText - FIXED: [DTASN1] Due to mismatch with protocol the parser was ignoring start end end messages for context Announcement: https://www.cocoanetics.com/2021/06/dtfoundation-1-7-18/
Version 1.7.17
3 years ago
Updated a syntax error in DTFoundation that would make it not build on Xcode beta
Version 1.7.16
3 years ago
- [DTASN1] NEW: Support for indefinite length encoding of containers
Version 1.7.15
3 years ago
NEW: Support for Swift Package Manager Announcement: https://www.cocoanetics.com/2020/08/dtfoundation-1-7-15/
Version 1.7.14
4 years ago
- FIXED: incorrect public header location for tvOS framework - FIXED: Nullability tags for DTReachability, NSString+DTPaths - FIXED: Added tvOS support for DTASN1 - FIXED: Several implicit self retain warnings - REMOVED: UIWebView helpers as this causes submission problems Announcement: https://www.cocoanetics.com/2019/09/dtfoundation-1-7-14/
Version 1.7.13
6 years ago
- FIXED: DTReachability stops working when app is backgrounded - FIXED: DTASN1Parser fails to parse date if user manually switched to 12-hour clock - FIXED: An incorrect autorelease - FIXED: Some problems making it non-extension friendly. - FIXED: Linting problems in pod spec - CHANGED: Draw DTTiledLayerWithoutFade on main thread - CHANGED: Minimum macOS requirement is now OSX 10.8 Announcement: https://www.cocoanetics.com/2017/11/dtfoundation-1-7-13/
Version 1.7.12
6 years ago
- FIXED: [DTAnimatedGIF] An invalid file path causes a crash on loading Announcement: https://www.cocoanetics.com/2017/11/dtfoundation-1-7-13/
Version 1.7.11
7 years ago
- FIXED: Xcode 8 build error in Runtime - ADDED: tvOS Subsec Announcement: https://www.cocoanetics.com/2016/09/dtfoundation-1-7-11/
Version 1.7.10
8 years ago
- FIXED: stringByURLEncoding returned incorrect strings with iOS 9 SDK - FIXED: Warnings related to modular header imports - FIXED: Compiler warnings for iOS 9 - FIXED: [DTPieProgressIndicator] now using tintColor by default - CHANGED: Moved DTAsyncFileDeleter into separate sub spec Announcement: ..
Version 1.7.9
8 years ago
- 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/
iOS macOS tvOS
Cocoanetics/Kvitto 1.0.6
App Store Receipt Validation
⭐️ 291
🕓 3 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Version 1.0.6
2 years ago
Updated a syntax error in DTFoundation that would make it not build on Xcode beta Updated and Re-released on July 12th because of an incompatibility with updates to DTASN.1
Version 1.0.5
3 years ago
- NEW: Added support for indefinite length encoding for containers - NEW: Added support for decoding date strings with a UTC offset instead of Z. Announcement: https://www.cocoanetics.com/2020/10/kvitto-1-0-5/
Version 1.0.4
3 years ago
- NEW: Support Swift Package Manager - FIXED: dates with fractional seconds would not be parsed - FIXED: Relax check for sequence in root of PKCS7 container, as Apple might sometimes supply only 3 elements instead of 5 Announcement: https://www.cocoanetics.com/2020/09/kvitto-1-0-4/
3 years ago
Not released publicly, please see https://github.com/Cocoanetics/Kvitto/releases/tag/1.0.4
Version 1.0.2
7 years ago
Updates for Swift 3, Cocoapods and Xcode 8.3 compatibility
Version 1.0.1
8 years ago
No changes in functionality, purely housekeeping Announcement: https://www.cocoanetics.com/2015/12/kvitto-1-0-1/
Version 1.0.0
8 years ago
Initial Release
iOS macOS tvOS
Cocoanetics/DTMarkdownParser 0.2.2
An event-based parser for markdown text
⭐️ 196
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.2.2
7 years ago
- Jan Weiß fixed a HTML error in the SimpleHTMLGenerator Demo. He also converted the unit tests to XCTest. - Mikkel Selsøe Sorensen added the option to ignore URLs. - I fixed some warnings and carried out project updates recommended by Xcode 7.3 Announcement: https://www.cocoanetics.com/2016/05/dtmarkdownparser-0-2-2/
0.2.1
10 years ago
- FIXED: Incorrect selector checked for end of tag messaging - FIXED: Hyperlink inside emphasized text not recognized - ADDED: static lib target for Mac Announcement: http://www.cocoanetics.com/2014/01/dtmarkdownparser-0-2-1/
0.2.0
10 years ago
- CHANGED: Rewritten and cleaned up parsing loop to be able to handle links or references spanning two lines - ADDED: Mac Demo - ADDED: Inline linking via angle brackets - ADDED: Auto-Linking of URLs and email addresses using NSDataDetector - FIXED: Many edge cases Announcement: http://www.cocoanetics.com/2013/11/dtmarkdownparser-0-2-0/
0.1.0
10 years ago
Initial Release Announcement: http://www.cocoanetics.com/2013/10/dtmarkdownparser-0-1-0/
iOS macOS tvOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics