Skip to content

Releases: jekyll/jemoji

v0.13.0

15 Feb 18:32
1443020
Compare
Choose a tag to compare

What's Changed

  • Update gemoji requirement from ~> 3.0 to >= 3, < 5 & test with both major versions by @dependabot in #131

This is the big release! You can now use gemoji v4. Additionally:

New Contributors

Full Changelog: v0.12.0...v0.13.0

v0.12.0

05 Mar 11:53
Compare
Choose a tag to compare

Minor Enhancements

  • perf: don't load Gemoji into memory immediately (#106)

Development Fixes

  • deps: Ruby > 2.4 (EOL)
  • ci: test with Ruby 2.7

v0.11.1

08 Aug 20:24
0716968
Compare
Choose a tag to compare

Bug fix

  • Support handling body tag across multiple lines (#96)

v0.11.0

24 Mar 17:02
3194f0b
Compare
Choose a tag to compare

Development fixes

  • Test against Jekyll v4
  • Remove deprecated sudo:false in Travis config

v0.10.2

13 Feb 19:22
85848a9
Compare
Choose a tag to compare

Bug Fixes

  • fix: update asset host URL (#90)

Development Fixes

  • chore(deps): rubocop-jekyll 0.3 (#86)

v0.10.0

02 May 11:09
ab65f56
Compare
Choose a tag to compare

Minor Enhancements

  • Let Nokogiri parse only the necessary markup (#74)
  • Drop support for Ruby 2.2 (#77)
  • Drop dependency on ActiveSupport (#78)

Development Fixes

  • Relax version constraint on ActiveSupport (#76)
  • Bump Rubocop to v0.55.x (#75)
  • Test against Ruby 2.5 (#71)

v0.9.0

03 Dec 22:12
da0e1d1
Compare
Choose a tag to compare
  • Drop support for Jekyll 2
  • Requires Ruby 2.1
  • Define path with __dir__ (#64)
  • Inherit Jekyll's Rubocop config
  • Move version to its own file for easier bumping

v0.8.1

21 Sep 17:45
3f84c7c
Compare
Choose a tag to compare
  • Remove align attribute for HTML5 compability (#58)
  • Require activesupport >= 4.2.9 (#62)
  • Bump Ruby versions for Travis (#66)

v0.8.0

06 Feb 16:39
1e3f70f
Compare
Choose a tag to compare

Update to Gemoji v3.0 (#55)

v0.7.0

28 Jul 13:35
11ca77e
Compare
Choose a tag to compare
  • Add support for setting a default asset host URL in an ASSET_HOST_URL environment variable (#45)
  • Lock activesupport down to v4.x (#47)