Skip to content

Releases: e6Hub/dtext-parser

1.0.0

07 Mar 19:44
b77920a
Compare
Choose a tag to compare
chore: update publish command

0.5.0

16 Nov 13:49
Compare
Choose a tag to compare

Changes

  • Space indent in all files are now 2.
  • Added jest for unit tests.
  • Added ModuleError instance, extends Error class.
  • Added Module instance.
  • Parse is now per line.
  • Removed Breakline module.
  • Added Section End module.
  • HTML attributes now can be configured in modules.
  • Added debug and format variables to Parser class, both are disabled by default.
  • Fixes on Paragraph module.
  • Root tag for Section module is now section instead of div.

0.4.0

28 Apr 22:34
Compare
Choose a tag to compare
  • so functions at index.js removed, and replaced by each from Util file.
  • Fixed formats:
    • Wikilinks
    • Taglinks
    • Color
  • Intern links now have new paths.
  • Added Paragraph module.
  • Added Breakline module.

0.3.1

28 Apr 05:13
Compare
Choose a tag to compare
  • Fixed the order of things
    • so function removed.
    • Added async functions.
  • The example folder was deleted, it was just an example using Vue.js 2 with the DText parser.