3.2
See all commits since the last release here
New Features and Major Changes
- Rewrote the code samples in the ReadMe in Swift. (@nevillco, #152)
- Added support for
hyphenationFactor
. (@Imperiopolis, #156) - Added support for embedding URLs in text. (@plarson, #150)
- More powerful and predictable concatenation with the new
-appendLink:separatorTextable:
method, which takes aBONChain
orBONText
instead of a plain string. Replaces the now-deprecatedappendLink:separator:
method. (@nevillco, #160)
Deprecations
- Deprecated
-[BONChain appendLink:separator]
. It is replaced by-[BONChain appendLink:separatorTextable:]
, which takes aBONChain
orBONText
instead of a plain string. This means that you now have full control over the styling of the separator, rather having it pick up the styling of the preceding string. The deprecated method will be removed in a future release. (@nevillco, #160)
Minor Changes & Bug Fixes
- Some build system changes, but builds are still sometimes flaky.
- Specify Ruby version in Travis config and Gemfile.
- Update gems specified in Gemfile.lock.