Added
- Automatic conversion of entity data to HTML attributes (int & boolean to string, `class` to `class`).
- Default, extensible block & inline style maps for common HTML elements.
- React-like API to create custom entity decorators.
- DOM API to abstract HTML building code.
- Dynamically generate test cases from JSON fixture
- Raise exception for undefined entity decorators
Changed
- (Breaking change) Exporter API changed to be closer to React's
- (Breaking change) Entity decorator API changed to be closer to React's
Fixed
- Nested blocks backtracking creating multiple wrappers at the same depths instead of reusing existing ones ([9](https://github.com/springload/draftjs_exporter/issues/9))
Removed
- Removed Token entity (identical as Null)