Releases: yhatt/markdown-it-incremental-dom
Releases · yhatt/markdown-it-incremental-dom
v2.1.0
21 Nov 10:29
Compare
Sorry, something went wrong.
No results found
Added
Changed
Upgrade dependent packges to latest, includes incremental-dom 0.6.0
Update incremental-dom CDN to use jsDelivr instead of Google (0.6.0 is not provided)
Modernize example codes and demo JS
Apply Prettier code formatting for configuration files and demo HTML
v2.0.2
23 Oct 00:31
Compare
Sorry, something went wrong.
No results found
Fixed
Fix the self-closing tags of SVG and MathML (#40 by @m93a )
v2.0.1
31 Aug 13:17
Compare
Sorry, something went wrong.
No results found
Fixed
Fix twice element closing by htmlparser2 (#34 )
Added
Add versioning script (#35 )
v2.0.0
17 Aug 10:09
Compare
Sorry, something went wrong.
No results found
Breaking
No longer support Node < v6.14.2 (Boron Maintenance LTS release).
Changed
Upgrade Node LTS to v8.11.4 and dependent packages to latest version
Migrate test framework from mocha to Jest
v1.3.0
14 Feb 18:25
Compare
Sorry, something went wrong.
No results found
Added
Define IncrementalDOMRenderer as public getter (#28 )
Fixed
Fix build entry and module path for browser (#27 )
Support inline SVG correctly (#29 )
Fix format script to work globstar correctly (#26 )
Changed
Upgrade dependencies to latest version (#30 )
v1.2.0
15 Jan 11:20
Compare
Sorry, something went wrong.
No results found
Fixed
Fix incrementalized softbreak rule to keep break as text (#25 )
Changed
Upgrade Babel to v7 beta (#23 )
Update README.md and demo page to use jsDelivr CDN (#24 )
v1.1.2
11 Jan 04:14
Compare
Sorry, something went wrong.
No results found
Fixed
Reduce bundle size of built for browser (#22 )
v1.1.1
05 Jan 16:39
Compare
Sorry, something went wrong.
No results found
Fixed
Sanitize HTML element name and attributes to avoid occuring errors while rendering invalid HTML (#18 )
Changed
Upgrade dependencies to latest version (#12 )
Upgrade node version to v8.9.3 LTS (#16 )
Use babel-preset-env + polyfill instead of babel-preset-es2015 (#13 )
Add incremental-dom >=0.5.0 to peerDependencies (#15 )
Format source code by prettier (#17 )
v1.1.0 had mispublished with including wrong build.
v1.0.0
14 Mar 13:23
Compare
Sorry, something went wrong.
No results found
Added
For browser: Add banner to show license (#9 )
For browser: Provide uncompressed version (#9 )
Override markdown-it's default renderer rules by incrementalized functions for better performance (#7 )
Option argument on initialize that supported incrementalizeDefaultRules (#7 )
Badges on README.md: Coverage (powered by Coveralls), npm version, and LICENSE (#6 )
Demo page with explaining of key features (#3 )
v0.1.0
22 Feb 04:19
Compare
Sorry, something went wrong.
No results found