- Added ruby version 3.3, 3.2 and 3.1 to CI/CD.
- Removed ruby version 2.6, 2.7 and 3.0 from CI/CD.
- Updated bundler to latest version.
- Updated rubocop to latest version.
- Updated rake to latest version.
- Added support for superscript and subscript
- Changed CI/CD vendor to CircleCI
- Fixed handling
nil
nodes - Fix linting offences
- Added support for Rich Text Tables
- Removed unwanted files from gem release package.
- Default
EntryBlockRenderer
now properly stringifiesdata.target
instead of just data.
- Add Asset support
As RichText
moves from alpha
to beta
, we're treating this as a feature release.
- Renamed
StructuredText
toRichText
.
- Fixed rendering logic for block type nodes
- Initial Release