Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 2.97 KB

CHANGELOG.md

File metadata and controls

69 lines (44 loc) · 2.97 KB

#Change Log All notable changes to this project will be documented in this file. TSMarkdownParser adheres to Semantic Versioning.


2.1.5 (2018/03/07)

Released on 2018/03/07.

Fixed

  • Fixed compatibility with Xcode 7

2.1.4 (2018/03/05)

Released on 2018/03/05.

Fixed

  • Fixed crash on missing fonts #69
  • Fixed compatibility with macOS 10.7 to 10.10

2.1.3 (2017/02/21)

Released on 2017/02/21.

Fixed

  • Fixed link autodetection conflicts with link markup #62

2.1.2 (2016/12/11)

Released on 2016/12/11.

Fixed

  • Fixed Unicode links autodetection #61

2.1.1 (2016/06/04)

Released on 2016/06/04. All issues associated with this milestone can be found using this filter.

Fixed

  • Fixed Multiline CodeEscaping #51
  • Fixed Font compatibility for tvOS #52

2.1.0 (2016/05/01)

Released on 2016/05/01. All issues associated with this milestone can be found using this filter.

Added

  • Added custom font for quote text for a better user experience #47
  • Added support to skip NSLinkAttributeName for UILabel customization. #45
  • Added partial support for remote image URL. #16
  • Added HeaderDoc support

2.0.3 (2016/04/09)

Released on 2016/04/09. All issues associated with this milestone can be found using this filter.

Added

  • Added Carthage support for tvOS and OS X

Fixed

  • Fixed CodeEscaping #46

2.0.2 (2016/03/29)

Released on 2016/03/29. All issues associated with this milestone can be found using this filter.

Added

  • Added support to OS X 10.7
  • Added a changelog #41