Releases: hidakatsuya/prawn-emoji
Releases · hidakatsuya/prawn-emoji
v6.0.0
What's Changed
Important
The original Twemoji (twitter/twemoji) seems to be no longer maintained, so I have changed to use jdecked/twemoji, which is a fork of Twemoji #56
- Update to Twemoji (jdecked/twemoji) v15.1.0 d95471e
- Now support Ruby 3.1 or later (drop support Ruby 3.0 or earlier)
- Update GitHub Actions to use specific commit SHAs by @hidakatsuya in #54
Full Changelog: v5.3.0...v6.0.0
v5.3.0
v5.2.0
v5.1.0
v5.0.0
v4.2.0
v4.1.0
v4.0.0
v4.0.0.beta.1
Breaking Changes
- Changes how to draw text including emoji:
- The result of drawing emoji will changes slightly
- prawn-emoji no longer requires Japanese fonts because it stopped replacing an emoji with the substitution char such as full-width space
- Drop ruby 2.4 support