Releases: e6Hub/dtext-parser
Releases · e6Hub/dtext-parser
1.0.0
07 Mar 19:44
Compare
Sorry, something went wrong.
No results found
chore: update publish command
0.5.0
16 Nov 13:49
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
so functions at index.js removed, and replaced by each from Util file.
Fixed formats:
Intern links now have new paths.
Added Paragraph module.
Added Breakline module.
0.3.1
28 Apr 05:13
Compare
Sorry, something went wrong.
No results found
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.