Skip to content

Commit 9692f97

Browse files
Update CHANGELOG with v0.0.3
1 parent 1b9aa06 commit 9692f97

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com) and this project adheres to [Semantic Versioning](http://semver.org).
55

6+
## [0.0.3](https://github.com/remarkablemark/html-react-parser/compare/v0.0.2...v0.0.3) - 2016-08-24
7+
### Added
8+
- Make package [UMD](https://github.com/ForbesLindesay/umd/blob/master/template.js) compatible (#9)
9+
- Throw an error if first argument is not a string (#10)
10+
11+
### Changed
12+
- Differentiate between node and browser environments for parser (#5)
13+
14+
### Fixed
15+
- HTML to DOM conversion on the client (#10)
16+
617
## [0.0.2](https://github.com/remarkablemark/html-react-parser/compare/v0.0.1...v0.0.2) - 2016-08-23
718
### Added
819
- [ESLint](http://eslint.org) as the linter (#2)

0 commit comments

Comments
 (0)