rimu 11.4.1 rimu: ^11.4.1 copied to clipboard
Rimu is a readable-text to HTML markup language inspired by AsciiDoc and Markdown.
This log contains Dart specific changes, the full change log is on the Rimu website.
11.4.1 #
- Migrated Rimu package to null safety.
11.4.0 #
- Added GFM (GitHub Flavored Markdown) multiline blockquote delimited block syntax.
- Added
^[caption](url)
link syntax which opens the link in a new browser tab. - Added
important
,note
,tip
andwarning
admonition classes to rimuc styled outputs.
11.1.8 #
- Add Github actions workflow template to run CI tests.
- Packaage updates.
- Minimum Dart SDK bumped to 2.14 occasioned by the Deprecation and discontinuation of standalone Dart tools.
There are no functional changes in this release.
11.1.7 #
- Updates ported from Rimu JavaScript 11.1.5.
11.1.6 #
- Add missing
rimuc
executable to pubspec.
11.1.5 #
- Maintenance update to address issues raised by pana.
- Fixed broken links in README.
- No functional changes.
11.1.4 #
- Initial release of the Rimu Dart port.