Skip to content

Releases: Rightpoint/BonMot

1.2.2

24 Sep 19:58
Compare
Choose a tag to compare

Fix Xcode 7 nullability warning.

1.2.1

24 Sep 19:46
Compare
Choose a tag to compare
  • Add paragraphSeparator (U+2029) to BonSpecial.
  • Update BonSpecialGenerator.swift for Xcode 7

Contributors:

1.2

21 Aug 21:09
Compare
Choose a tag to compare
1.2
  • Add indentSpacer property, which lets you indent multiple lines of text by the same amount after an image attachment or bullet-like character. Learn how to use it at the bottom of the Image Attachments section of the ReadMe.
  • Add soft line break character (lineSeparator, U+2028) to BONSpecial.

1.1.2

14 Aug 18:28
Compare
Choose a tag to compare

Drop minimum deployment target to iOS 8.0.

1.1.1

26 Jul 17:09
Compare
Choose a tag to compare
  • Make build less flaky (hopefully?).
  • Run tests on 32-bit and 64-bit simulators to catch architecture-dependent issues.
  • Run tests independently of host application.

1.1.0

25 Jul 05:05
Compare
Choose a tag to compare
  • Moved project to Raizlabs GitHub account. My little library is all grown up! 😂
  • Added BONSpecial, which makes it easy to generate special characters like non-breaking spaces.
  • Added awesome new logo designed by Raizlabs's own Jon Lopkin.
  • Bolstered unit tests. They’re far from complete (#3), but I've laid the groundwork for some more robust tests.
  • Added ability to programmatically instantiate BONTextAlignmentConstraint.
  • Documented text alignment constraints in the ReadMe

1.0.0

14 Jul 02:24
Compare
Choose a tag to compare
  • Filled in ReadMe with basic usage instructions and examples.
  • Renamed main classes. This is a breaking change! See ReadMe for details, but the basic text object is BONText, and the chaining/DSL wrapper is BONChain. To start a chain, I recommend using BONChain.new.
  • Added a new library header. To use BonMot, just #import <BonMot/BonMot.h>.
  • Support negative tracking values (#34).
  • Updated unit tests to provide a framework for testing BonMot attributed string attributed within the example project (useful for writing future tests).

Initial Release

18 Jun 01:20
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

No documentation, tests are only stubbed, many features missing. See issues for what's missing, and feel free to file more if you think of something that would be useful.