Releases: bnickel/SEMarkdownEditor
Releases · bnickel/SEMarkdownEditor
0.4.0 Keeping parity
0.3.0 - Maybe not worth a whole minor version bump, but I did it anyway
- 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
Improvements
- Demo app improvements. Runs on iOS7, adjusts insets to keyboard.
- Support for action names for undo and redo menu.
- Added methods
toggleInlineCode
andaddInlineLink:
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
Provides markdown transformation functions for implementing a markdown editor.