Skip to content

Releases: bnickel/SEMarkdownEditor

0.4.0 Keeping parity

11 Sep 20:35
Compare
Choose a tag to compare
  • Added option to wrap images in links.
  • Prevent duplicate definitions.
  • Nullability in method signatures.
  • Fixed link escaping.

The only thing not implemented is a link conversion fix that requires a full markdown to HTML renderer.

0.3.0 - Maybe not worth a whole minor version bump, but I did it anyway

08 Jan 21:29
Compare
Choose a tag to compare
  • Improved the documentation.
  • Moved regular expressions to their own pod.
  • Small improvement for variable sized text views.

0.2.0 - Bug fixes and single-line document enhancements

07 Jan 19:28
Compare
Choose a tag to compare

Improvements

  • Demo app improvements. Runs on iOS7, adjusts insets to keyboard.
  • Support for action names for undo and redo menu.
  • Added methods toggleInlineCode and addInlineLink: to support single line documents.
  • Added documentation including discussions of behavior and warnings about which document types are and are not appropriate.

Bug fixes

  • Now keeps UITextView focussed on selection during transformations rather than scrolling randomly.
  • Bug fixes in a variety of regex operations.

Initial release

02 Dec 23:47
Compare
Choose a tag to compare

Provides markdown transformation functions for implementing a markdown editor.