draft-js-ast-exporter
Version:
Export content from draft-js into an abstract syntax tree.
43 lines (22 loc) • 977 B
Markdown
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
# v2.0.2 2019-08-08
* Update draft-js-utils dependency — [Thanks to @TrySound](https://github.com/icelab/draft-js-ast-exporter/pull/10)
# v2.0.1 2019-07-22
* Add ESM entry point — [Thanks to @TrySound](https://github.com/icelab/draft-js-ast-exporter/pull/9)
# v2.0.0 2017-04-20
* Add support for drat-js 0.10.0 entity API changes.
# v1.0.0 2017-02-23
* Releasing as v1.0.0 for better semver compatibility.
# v0.0.4 2016-12-19
### Added
* Added support for block-level metadata (added in draft-js@0.8.0) — Thanks to [@corbanbrook](https://github.com/icelab/draft-js-ast-exporter/pull/5)!
# v0.0.3 2016-08-26
### Fixed
* Fix `depth` handling.
# v0.0.2 2016-06-16
### Added
* Allow entity data to be modified on export through `options.entityModifiers` functions.
# v0.0.1 2016-05-17
First public release