diff --git a/.npmignore b/.npmignore index 7f65e252..56c8b7fd 100644 --- a/.npmignore +++ b/.npmignore @@ -2,6 +2,7 @@ test coverage examples webpack.config.js +CHANGELOG.md .eslint* .travis* .npmignore diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..25cc8eb1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,97 @@ +# Change Log +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com) and this project adheres to [Semantic Versioning](http://semver.org). + +## [0.3.2](https://github.com/remarkablemark/html-react-parser/compare/v0.3.1...v0.3.2) - 2017-01-26 +### Fixed +- Decode HTML entities by default on node (#34) + +## [0.3.1](https://github.com/remarkablemark/html-react-parser/compare/v0.3.0...v0.3.1) - 2017-01-10 +### Changed +- Updated README by fixing CDN installation instructions and adding JSFiddle + +## [0.3.0](https://github.com/remarkablemark/html-react-parser/compare/v0.2.0...v0.3.0) - 2016-11-18 +### Changed +- Upgrade `react` and `react-dom` to >15.4 + +## [0.2.0](https://github.com/remarkablemark/html-react-parser/compare/v0.1.1...v0.2.0) - 2016-11-18 +### Added +- Create npm script `clean` that removes `dist/` directory + +### Fixed +- Silence webpack warning by keeping react <15.4 in this version + +## [0.1.1](https://github.com/remarkablemark/html-react-parser/compare/v0.1.0...v0.1.1) - 2016-11-17 +### Fixed +- `HTMLDOMPropertyConfig.js` and `SVGDOMPropertyConfig.js` have been moved from `react/lib/` to `react-dom/lib/` in v15.4 + +## [0.1.0](https://github.com/remarkablemark/html-react-parser/compare/v0.0.7...v0.1.0) - 2016-10-14 +### Changed +- Replace HTML to DOM converter with [html-dom-parser](https://github.com/remarkablemark/html-dom-parser) (#28) + - Save `html-dom-parser` + - Remove `domhandler` and `htmlparser2` +- Update tests and README + +## [0.0.7](https://github.com/remarkablemark/html-react-parser/compare/v0.0.6...v0.0.7) - 2016-09-27 +### Added +- Examples of using the parser with script tag and RequireJS (#26) + +### Changed +- Update build (#25) +- Update README description, instructions, and examples (#27) + +## [0.0.6](https://github.com/remarkablemark/html-react-parser/compare/v0.0.5...v0.0.6) - 2016-09-27 +### Added +- README example with advanced usage of `replace` option from @poacher2k (#17) +- Contributors section to README (#21) + +### Changed +- Use webpack to build UMD bundle (#22) + +### Fixed +- Regex bug on client parser (#24) + +## [0.0.5](https://github.com/remarkablemark/html-react-parser/compare/v0.0.4...v0.0.5) - 2016-08-30 +### Changed +- Remove `key` parameter from `replace` and use `React.cloneElement` (#18) + +### Fixed +- Parsing of `