Releases: coldbox-modules/cbmarkdown
Releases · coldbox-modules/cbmarkdown
3.6.0
v3.5.0
Added
- New module template updates
- Add options for configuring code blocks and how they render thanks to @michaelborn
- Migration to github actions
v3.4.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[3.4.0] => 2020-MAY-28
Added
- Updated flexmark to 0.50.50
- Added auto formatting thanks to cfformat
- Auto-publishing of changelos and artifacts to github upon release
- New Autolinking extension
- New Autoanchor extension
- New YouTube Transformer extension
- New TOC extension
- New TaskList extension
- New Strikethrough extension
- New Subscript extension
[3.3.0] => 2019-DEC-13
- New module layout
- New flexmark core v0.50.44 thanks to @michaelborn
[3.2.0] => 2018-MAR-22
- Full Emoji support via the
cbemoji
library
[3.1.0] => 2018-MAR-08
- Dropped ACF10 support
- Fixes the appending of user options instead of default options always taking precedence
- Added accessors to Processor so you can retrieve internal parser and renderer
[3.0.0] => 2017-JUL-26
- Updated entire core to use Flexmark markdown processor
- Added global options for processor
[2.0.1]
- Unified workbench
- Updated javaloader
[2.0.0]
- Updated internal markdown Java library to txtmark: https://github.com/rjeschke/txtmark
[1.0.0]
- Create first module version