We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb5b6b commit fb7ced9Copy full SHA for fb7ced9
CHANGELOG.md
@@ -2,3 +2,11 @@
2
All notable changes to this project will be documented in this file.
3
4
The format is based on [Keep a Changelog](http://keepachangelog.com) and this project adheres to [Semantic Versioning](http://semver.org).
5
+
6
+## [0.0.1](https://github.com/remarkablemark/html-react-parser/tree/v0.0.1) - 2016-08-23
7
+### Added
8
+- HTML to React parser which consists of:
9
+ - HTML string to DOM object converter
10
+ - DOM object to React nodes converter
11
+- Tests
12
+- README
0 commit comments