File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com )
66and this project adheres to [ Semantic Versioning] ( http://semver.org ) .
77
8- ## [ 0.1.0] ( https://github.com/remarkablemark/html-dom-parser/compare/v0.0.2...v0.1.0 ) - 2017-06-17
9- ### Changed
10- - Improve and refactor client parser (#2 )
8+ ## [ 0.1.1] ( https://github.com/remarkablemark/html-dom-parser/compare/v0.1.0...v0.1.1 ) - 2017-06-26
9+ ### Added
10+ - CHANGELOG with previous releases backfilled
11+
12+ ### Fixed
13+ - Fix client parser on IE by specifying required parameter for ` createHTMLDocument ` (#4 )
1114
1215## [ 0.0.2] ( https://github.com/remarkablemark/html-dom-parser/compare/v0.0.1...v0.0.2 ) - 2016-10-10
1316### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " html-dom-parser" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " An HTML to DOM parser that works on the server and client." ,
55 "author" :
" Mark <[email protected] >" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments