File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com ) and this project adheres to [ Semantic Versioning] ( http://semver.org ) .
55
6+ ## [ 0.0.4] ( https://github.com/remarkablemark/html-react-parser/compare/v0.0.3...v0.0.4 ) - 2016-08-29
7+ ### Added
8+ - Send coverage report generated by [ istanbul] ( http://gotwarlost.github.io/istanbul/ ) to [ coveralls] ( https://coveralls.io ) (#12 )
9+ - Display badges in README (#13 , #15 )
10+ - Update parser's ` replace ` option with additional 2nd parameter ` key ` (#16 )
11+
12+ ### Fixed
13+ - Void elements (e.g., ` <img /> ` ) should not have children (#16 )
14+ - Set default ` key ` parameter for sibling elements due to [ keys warning] ( https://fb.me/react-warning-keys ) (#16 )
15+
616## [ 0.0.3] ( https://github.com/remarkablemark/html-react-parser/compare/v0.0.2...v0.0.3 ) - 2016-08-24
717### Added
818- Make package [ UMD] ( https://github.com/ForbesLindesay/umd/blob/master/template.js ) compatible (#9 )
You can’t perform that action at this time.
0 commit comments