Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 643 Bytes

CHANGELOG.MD

File metadata and controls

29 lines (21 loc) · 643 Bytes

Changelog

All notable changes to this project will be documented in this file.

The project adheres to Semantic Versioning.

[1.1.0] - 2018-03-04

Added

  • addLinebreakParser adds linebreak parser to support changing newlines to <br />.

Changed

  • Removed linebreak parser from BBCode default parsers list.

[1.0.3] - 2017-07-18

Added

  • Newline parser

[1.0.2] - 2017-07-18

Changed

  • Fix add parser issue having missing content.

[1.0.1] - 2017-07-17

Added

  • Add parser functionality.

Changed

  • Added more tests.
  • Minor code refactoring.

[1.0.0] - 2017-07-13