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.
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
+ ## [ 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
+
6
19
## [ 0.3.3] ( https://github.com/remarkablemark/html-react-parser/compare/v0.3.2...v0.3.3 ) - 2017-01-27
7
20
### Added
8
21
- Created CHANGELOG with details on each version release (#37 )
Original file line number Diff line number Diff line change 29
29
" converter"
30
30
],
31
31
"dependencies" : {
32
- "html-dom-parser" : " 0.0.2 "
32
+ "html-dom-parser" : " 0.1.0 "
33
33
},
34
34
"devDependencies" : {
35
- "coveralls" : " ^2.11.12 " ,
36
- "eslint" : " ^3.3.1 " ,
35
+ "coveralls" : " ^2.13.1 " ,
36
+ "eslint" : " ^4.0.0 " ,
37
37
"istanbul" : " ^0.4.5" ,
38
- "jsdomify" : " ^2.1.0" ,
39
- "mocha" : " ^3.0.2" ,
38
+ "mocha" : " ^3.4.2" ,
40
39
"react" : " >=15.4" ,
41
40
"react-dom" : " >=15.4" ,
42
- "webpack" : " ^1.13.2 "
41
+ "webpack" : " ^2.6.1 "
43
42
},
44
43
"peerDependencies" : {
45
44
"react" : " >=15.4" ,
You can’t perform that action at this time.
0 commit comments