We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780a108 commit ca6d588Copy full SHA for ca6d588
CHANGELOG.md
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
3
4
The format is based on [Keep a Changelog](http://keepachangelog.com) and this project adheres to [Semantic Versioning](http://semver.org).
5
6
+## [0.0.5](https://github.com/remarkablemark/html-react-parser/compare/v0.0.4...v0.0.5) - 2016-08-30
7
+### Changed
8
+- Remove `key` parameter from `replace` and use `React.cloneElement` (#18)
9
+
10
+### Fixed
11
+- Parsing of `<script>` and `<style>` tags (#20)
12
13
## [0.0.4](https://github.com/remarkablemark/html-react-parser/compare/v0.0.3...v0.0.4) - 2016-08-29
14
### Added
15
- Send coverage report generated by [istanbul](http://gotwarlost.github.io/istanbul/) to [coveralls](https://coveralls.io) (#12)
0 commit comments