File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,19 @@ 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+ ## [ Unreleased] ( https://github.com/remarkablemark/html-react-parser/compare/v0.3.3...HEAD )
7+ ### Changed
8+ - Dependencies:
9+ - html-dom-parser@0.1.0
10+ - coveralls@2.13.1
11+ - eslint@4.0.0
12+ - mocha@3.4.2
13+ - webpack@2.6.1
14+
15+ ### Removed
16+ - Dependencies:
17+ - jsdomify
18+
619## [ 0.3.3] ( https://github.com/remarkablemark/html-react-parser/compare/v0.3.2...v0.3.3 ) - 2017-01-27
720### Added
821- Created CHANGELOG with details on each version release (#37 )
Original file line number Diff line number Diff line change 2929 " converter"
3030 ],
3131 "dependencies" : {
32- "html-dom-parser" : " 0.0.2 "
32+ "html-dom-parser" : " 0.1.0 "
3333 },
3434 "devDependencies" : {
35- "coveralls" : " ^2.11.12 " ,
36- "eslint" : " ^3.3.1 " ,
35+ "coveralls" : " ^2.13.1 " ,
36+ "eslint" : " ^4.0.0 " ,
3737 "istanbul" : " ^0.4.5" ,
38- "jsdomify" : " ^2.1.0" ,
39- "mocha" : " ^3.0.2" ,
38+ "mocha" : " ^3.4.2" ,
4039 "react" : " >=15.4" ,
4140 "react-dom" : " >=15.4" ,
42- "webpack" : " ^1.13.2 "
41+ "webpack" : " ^2.6.1 "
4342 },
4443 "peerDependencies" : {
4544 "react" : " >=15.4" ,
You can’t perform that action at this time.
0 commit comments