Releases: remarkablemark/html-react-parser
Releases Β· remarkablemark/html-react-parser
v0.14.0
11 Sep 04:12
Compare
Sorry, something went wrong.
No results found
v0.13.0
07 Jun 22:03
Compare
Sorry, something went wrong.
No results found
0.13.0 (2020-06-07)
Features
dom-to-react: add option trim that skips whitespace nodes (413eaa0 )
index: type trim in HTMLReactParserOptions (be71b13 )
v0.12.0
07 Jun 21:41
Compare
Sorry, something went wrong.
No results found
0.12.0 (2020-06-04)
Features
index: add htmlparser2 type to HTMLReactParserOptions (81f74fb )
index: add options.htmlparser2 (c4ecf64 )
v0.11.1
07 Jun 21:40
Compare
Sorry, something went wrong.
No results found
0.11.1 (2020-06-03)
Performance Improvements
index: return empty array if first argument is empty string (7f61f97 )
v0.11.0
07 Jun 21:40
Compare
Sorry, something went wrong.
No results found
0.11.0 (2020-06-02)
Features
package: upgrade html-dom-parser@0.3.0 (d30bfdc )
v0.10.5
07 Jun 21:40
Compare
Sorry, something went wrong.
No results found
0.10.5 (2020-05-26)
Tests
html-to-react: tidy and organize tests in html-to-react.js (8dfbfe0 )
Build System
package: add missing peerDependency typescript (91fb693 )
package: upgrade devDependencies (b2dc83b )
rollup: upgrade rollup, consolidate config, remove cross-env (55b2b4e )
v0.10.4
07 Jun 21:40
Compare
Sorry, something went wrong.
No results found
0.10.4 (2020-05-25)
Tests
attributes-to-props: test that CSS comment is not parsed (0c27987 )
dom-to-react: tidy tests and add case for single node replace (452f6be )
tidy tests, replace assert.equal with assert.strictEqual (ef04eff )
v0.10.3
07 Jun 21:39
Compare
Sorry, something went wrong.
No results found
v0.10.2
07 Jun 21:39
Compare
Sorry, something went wrong.
No results found
0.10.2 (2020-03-13)
Bug Fixes
index: add default export for parser (6259959 ) @heldergoncalves92
Tests
html-to-react: add test to ensure default export for parser (efba1d4 ) @heldergoncalves92
html-to-react: have a stronger assert (064f0df ) @heldergoncalves92
v0.10.1
07 Jun 21:39
Compare
Sorry, something went wrong.
No results found
0.10.1 (2020-02-08)
Bug Fixes
index: make replace property optional in index.d.ts (801512b ), closes #134