Skip to content

v5.0.0

Compare
Choose a tag to compare
@customcommander customcommander released this 01 Sep 21:07
· 46 commits to master since this release

5.0.0 (2021-09-01)

Features

BREAKING CHANGES

  • This changes the parser to support any tags
    as long as they are correctly formatted.

All tags are put into arrays.

The ER tag is allowed to miss the trailing space
after the dash.

Special formatting rules for some tags are
supported but not enforced.

Other changes include

  • There is no default export anymore.
    To parse content call the parser function.

  • Log a message instead of throwing an exception
    when content cannot be parsed.