Skip to content

Commit 780a108

Browse files
Update CHANGELOG with v0.0.4
1 parent 9692f97 commit 780a108

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.
33

44
The 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)

0 commit comments

Comments
 (0)