Skip to content

Releases: jekyll/jekyll-commonmark

v1.4.0

30 Jan 11:54
Compare
Choose a tag to compare

Minor Enhancements

  • Require at least commonmarker-0.22 (#44)
  • Highlight fenced code-block contents with Rouge (#29)

Bug Fixes

  • Refactor away extra abstractions (#53)

Development Fixes

  • DRY begin-rescue-end block with a private helper (#28)
  • Fix failing CI builds (#33)
  • Remove gemspec dependency on Jekyll (#34)
  • Test rendering with invalid configuration (#27)
  • Refactor to improve readability (#37)
  • Set up Continuous Integration via GH Actions (#46)
  • Clean up gemspec (#47)
  • Add workflow to release gem via GH Actions (#54)

Documentation

  • Update README to link to commonmarker (#38)

v1.3.1

25 Mar 10:21
5541cb0
Compare
Choose a tag to compare

Bug Fixes

  • Re-introduce Ruby 2.3 support and test Jekyll 3.7+ (#32)

v1.3.0

22 Mar 07:55
416bafc
Compare
Choose a tag to compare

Development Fixes

  • Allow Jekyll v4 (still alpha)
  • Drop Ruby < 2.4
  • chore(deps): rubocop-jekyll 0.3.0 (#25)
  • Target Ruby 2.4 (#30)

v1.2.0

30 Mar 00:38
Compare
Choose a tag to compare

Minor Enhancements

  • Allow render options (#4)
  • Only set options once (#17)

Development Fixes

  • Test plugin on Windows (#13)
  • Allow options passed to Rubocop (#15)
  • Add tests (#16)
  • Test against Ruby 2.5 (#18)
  • Version with class (#19)

v1.0.1

11 Apr 03:13
v1.0.1
Compare
Choose a tag to compare
Version 1.0.1

v1.0.0

02 Feb 00:13
Compare
Choose a tag to compare

Gem is stable 👍

0.0.1

30 Dec 01:56
bb63992
Compare
Choose a tag to compare

First version