- Added support for superscript and subscript
- Changed CI/CD vendor from Travis to CircleCi
- Use Twine for publishing on PYPI
- Added author and changed author email
- Updated
tox.inito test forpy37
- Fixed packaging script to include Readme
- Add support for Rich Text Tables
- Fixed a typo which was causing the wrong exception to be bubbled up when assets were missing on an embedded asset block. #12
- Add support for Unicode in Python 2.7. #9
- Default
EntryBlockRenderernow properly stringifiesdata.targetinstead of just data.
- Fixed Asset Hyperlink not respecting text from the node when link is not an Asset object.
- Add Asset support
As RichText moves from alpha to beta, we're treating this as a feature release.
- Renamed
StructuredTexttoRichText.
- Fixed rendering logic for block type nodes
- Initial Release