All Versions
18
Latest Version
Avg Release Cycle
136 days
Latest Release
1102 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v6.1.3 Changes
June 12, 2023๐ Bug Fixes
- ๐ Fixes an issue where
byAdding(.extraAttributes(_:))removes previously assignedextraAttributes. by @stleamist in #430
Cleanup
- Tidying by @ZevEisenberg in #431
- โก๏ธ Update gems by @ZevEisenberg in #429
๐ New Contributors
- @stleamist made their first contribution in #430
Full Changelog : 6.1.2...6.1.3
- ๐ Fixes an issue where
-
v6.1.2 Changes
February 08, 2023What's Changed
- ๐ Allow calling
composedwith a list in addition to an array by @DevVenusK in #426
๐ New Contributors
- @DevVenusK made their first contribution in #426
Full Changelog : 6.1.1...6.1.2
- ๐ Allow calling
-
v6.1.1 Changes
June 15, 2022What's Changed
- โ Add support for SwiftLint installed via Homebrew on Apple Silicon by @ZevEisenberg in #420
- โก๏ธ Update gems by @ZevEisenberg in #421
- ๐ Bump podspec version, which I forgot to do when I released 6.1.0 by @ZevEisenberg in #422
Full Changelog : 6.1.0...6.1.1
-
v6.1.0 Changes
June 12, 2022๐ New Features
- โ Add lineBreakStrategy paragraph attribute: #418 (@OhKanghoon)
Full Changelog : 6.0.0...6.1.0
-
v6.0.0 Changes
June 30, 2021๐ See all commits since 5.6.0.
๐ Changelog
- ๐ Xcode 13 compatibility #410 #411 #412 (see #415 for a known issue)
- ๐ฆ Swift Package Manager test support #412
- ๐ Simplify StringStyle.update(part:) switch statement #396
- ๐ Fixes UISegmentedControl extension crash and improves efficiency #398
- ๐ New XMLStyleRule variants for dynamic styling #391
- ๐ Fixes notifyContainedAdaptiveContentSizeContainers() #400
- โ Add allowsDefaultTighteningForTruncation paragraph attribute #404
- ๐ Fix enum for module stability #406
- ๐ Use Xcode 12 on CircleCI and CocoaPods environment context #395
- โ Test cleanup and typo fixes #405
- โ Remove old email address #408
- โก๏ธ README updates #414 #340
๐ฅ Breaking changes
- iOS 11.0 or higher
- Xcode 12 or higher
- Swift 5.0 or higher
-
v5.6.0 Changes
September 18, 2020๐ See all commits since 5.5.1.
๐ New features
๐ฅ Breaking changes
- ๐ Minimum deployment target is now iOS 10.0 or higher
-
v5.5.1 Changes
March 19, 2020๐ See all commits since 5.5.0.
๐ Bug fixes
- ๐ Fix compilation issue with watchOS when integrated via SPM #388
-
v5.5.0 Changes
February 01, 2020๐ See all commits since 5.4.1.
๐ New Features
- ๐ฆ Swift Package Manager #376 (thanks @ZevEisenberg!)
- โ Xcode 11 Test Plans #385
-
v5.4.1 Changes
July 01, 2019๐ See all commits since 5.4.
๐ Bug Fixes
- Stop exporting a compatibility alias that was only ever intended to be used in the example project. Note that this is technically a breaking change, but it is unlikely that anyone was actually depending on the alias being there.
-
v5.4 Changes
May 31, 2019๐ See all commits since 5.3.
๐ New Features
- โ Add support for Xcode 10.2 and Swift 5.0
๐ Bug Fixes
- Consider emoji when removing kerning from last character (#360, @LorDisturbia, @lukeandrews239)
- โ Add AdaptiveStyle based on
UIFontMetrics(#361, @ndonald2)
๐ Deprecations
- โฌ๏ธ Drops official support for Xcode 9.x