Skip to content

Releases: prolificinteractive/Marker

Swift 5.1.2 Update

30 Jan 16:14
50cd9e5
Compare
Choose a tag to compare

Updated project to be compatible with Swift 5.1.2

1.2.1

09 Apr 17:50
2466172
Compare
Choose a tag to compare
  • Resolves non-compilation issue on MacOS
  • Ensures all targets have Swift version set to 4.2

Swift 4.2 Update

24 Oct 22:32
ad377ca
Compare
Choose a tag to compare

Support Swift 4.2

Markdown Link and Backslash Escape Support

08 Nov 15:53
3cb8bd7
Compare
Choose a tag to compare

1.1.0 release. The underlying parser has been modified to expand the functionality of the framework but should have no user-facing effects.

Added

  • Markdown link support for text views [PR #24]
  • Backslash support for syntax characters [PR #24]

1.0.0 Release

22 Sep 15:10
Compare
Choose a tag to compare

1.0.0 release of Marker!

Added

  • Added support for macOS and tvOS [PR #17]
  • Added dynamic framework support [PR #16]
  • Added underline support with custom operator == [PR #21]
  • Added convenient functions for generating with new TextStyle objects with updated values [PR #21]
  • Updated UIButton extension [PR #22]
  • Added Swift 3.2 and 4 support [PR #23]

1.0.0 Beta 2

25 Jul 19:51
Compare
Choose a tag to compare
1.0.0 Beta 2 Pre-release
Pre-release

This is a pre-release version for 1.0.

Added

  • Updated UIButton extension [PR #22]

1.0.0 Beta 1

19 Jul 19:15
Compare
Choose a tag to compare
1.0.0 Beta 1 Pre-release
Pre-release

This is a pre-release version for 1.0.

Added

  • Added support for macOS and tvOS [PR #17]
  • Added dynamic framework support [PR #16]
  • Added underline support with custom operator == [PR #21]
  • Added convenient functions for generating with new TextStyle objects with updated values [PR #21]

Strikethrough Option

30 Mar 15:23
Compare
Choose a tag to compare

Added support for strikethrough text.

Added

  • Strikethrough text support using ~~ syntax
  • Strikethrough color support

Text Transform Option

01 Feb 01:37
Compare
Choose a tag to compare

Added support for text transformations as part of TextStyle.

Swift 3 Compatibility, API changes and UIButton support

15 Nov 18:06
Compare
Choose a tag to compare
  • Added Swift 3 support
  • Updated API interface to follow Swift 3 naming conventions
  • Added support for styling titleLabel on Button