Skip to content

Latest commit

 

History

History
73 lines (40 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

73 lines (40 loc) · 1.91 KB

Changelog

Unreleased

Added

Changed

0.23.9.0 - 2023-05-16

Changed

  • #40
    • Update base CommonMarker version to v0.23.9.
    • Drop Ruby 2.7 support

0.23.6.2 - 2022-11-18

Changed

  • #38: Drop Ruby 2.6 support

0.23.6.1 - 2022-11-10

  • Finish testing phase and release official version.

0.23.6.0 - 2022-10-04

Changed

  • #33: Update base CommonMarker version to v0.23.6.

0.23.5.1 - 2022-06-21

Changed

  • #28: Fix a bug that sourcepos of custom_block is wrong.
  • #30: Fix a bug that contains custom block fence in data-metadata when custom block is used in backquote.

0.23.5.0 - 2022-06-01

Changed

  • #26: Update base CommonMarker version to v0.23.5.

0.23.2.3 - 2022-03-04

Changed

  • #23: Fixed unintentional license change issue

0.23.2.2 - 2022-01-11

Added

  • #21: Add AUTOLINK_CLASS_NAME option for autolink extension.

Changed

  • #19: Allow a custom block to contain any node type.
  • #20: Allow data-metadata to accept strings up to the end of the line.

0.23.2.1 - 2021-12-08

Added

  • #9: Add CODE_DATA_METADATA option.
  • #10: Add custom_block extension.
  • #11: Add MENTION_NO_EMPHASIS option.

0.23.2.0 - 2021-11-26

  • Initial release