Change Log
December 25, 2025 ยท View on GitHub
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.
Unreleased
Added
- Tables #72 thanks @ralsina
- Alerts #94 thanks @ralsina
- Extended Autolinks #86 thanks @ralsina
- Tartrazine code block syntax highlighting #67 thanks @zw963.
- Tagfilter option for GFM #64 thanks @nobodywasishere.
- Task list / checkbox support for GFM #63 thanks @nobodywasishere.
- Strikethrough support for GFM #62 thanks @nobodywasishere.
- Emoji support for GFM #61 thanks @nobodywasishere.
Fixed
- Large numbers failing to be parsed as starts of lists #81
TODO
- Full GFM support
0.6.0 (2025-03-?)
Welcome new maintainer @nobodywasishere who brought support for gfm new features.
- Add matrix platform and Cyrstal version to github action. #59 thanks @devnote-dev
- Correct version check for Crystal::VERSION. #60 thanks @nobodywasishere
- Add GitHub emoji support. #61 thanks @nobodywasishere
- Implement strikethrough support. #62 thanks @nobodywasishere
- [gfm] Add tagfilter option. #64 thanks @nobodywasishere
- [gfm] Add task list support. #65 thanks @nobodywasishere
- Add tartrazine render code block. #67 thanks @zw963
- [gfm] Add table support. #72 thanks @ralsina
0.5.0 (2022-06-14)
0.4.2 (2021-10-19)
Added
Fixed
- Fix byte slice negative #43.
- Compatibility with Crystal 1.2.
0.4.1 (2021-09-27)
Added
- Refactor Options and change to a class #36 thanks @straight-shoota.
- Add
langparameter to toHTMLRenderer#code_block_body#38 thanks @straight-shoota.
0.4.0 (2021-03-23)
0.3.0 (2021-03-02)
No changelog.
0.2.1 (2020-08-24)
Added
- Add Options#base_url to allow resolving relative links. #26, #28 thanks @straight-shoota.
Fixed
- [high severity] escape unsafe html entry inline of code block. #32.
- Fixed some typos in README. #29 thanks @Calamari.
0.2.0 (2019-10-08)
Changed
Fixed
- Compatibility with Crystal 0.31. #22.
0.1.2 (2019-08-26)
- Use Crystal v0.31.0 as default compiler.
0.1.1 (2017-12-26)
- Minor refactoring and improving speed. thanks @straight-shoota.
- Use Crystal v0.24.1 as default compiler.