File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com ) and this project adheres to [ Semantic Versioning] ( http://semver.org ) .
5
5
6
+ ## [ 0.0.3] ( https://github.com/remarkablemark/html-react-parser/compare/v0.0.2...v0.0.3 ) - 2016-08-24
7
+ ### Added
8
+ - Make package [ UMD] ( https://github.com/ForbesLindesay/umd/blob/master/template.js ) compatible (#9 )
9
+ - Throw an error if first argument is not a string (#10 )
10
+
11
+ ### Changed
12
+ - Differentiate between node and browser environments for parser (#5 )
13
+
14
+ ### Fixed
15
+ - HTML to DOM conversion on the client (#10 )
16
+
6
17
## [ 0.0.2] ( https://github.com/remarkablemark/html-react-parser/compare/v0.0.1...v0.0.2 ) - 2016-08-23
7
18
### Added
8
19
- [ ESLint] ( http://eslint.org ) as the linter (#2 )
You can’t perform that action at this time.
0 commit comments