File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
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.3.3] ( https://github.com/remarkablemark/html-react-parser/compare/v0.3.2...v0.3.3 ) - 2017-01-27
7+ ### Added
8+ - Created CHANGELOG with details on each version release (#37 )
9+
10+ ### Changed
11+ - Update examples to load parser from relative ` dist/ ` directory (#36 )
12+
13+ ### Removed
14+ - Removed unnecessary field "browser" in ` package.json ` (#36 )
15+
616## [ 0.3.2] ( https://github.com/remarkablemark/html-react-parser/compare/v0.3.1...v0.3.2 ) - 2017-01-26
717### Fixed
818- Decode HTML entities by default on node (#34 )
Original file line number Diff line number Diff line change 11{
22 "name" : " html-react-parser" ,
3- "version" : " 0.3.2 " ,
3+ "version" : " 0.3.3 " ,
44 "description" : " An HTML to React parser." ,
55 "author" : " Mark <mark@remarkablemark.org>" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments