github Rightpoint/BonMot 3.2

latest releases: 6.1.3, 6.1.2, 6.1.1...
7 years ago

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 a BONChain or BONText instead of a plain string. Replaces the now-deprecated appendLink:separator: method. (@nevillco, #160)

Deprecations

  • Deprecated -[BONChain appendLink:separator]. It is replaced by -[BONChain appendLink:separatorTextable:], which takes a BONChain or BONText 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.

Don't miss a new BonMot release

NewReleases is sending notifications on new releases.