Skip to content

Latest commit

 

History

History
125 lines (74 loc) · 2.86 KB

CHANGELOG.md

File metadata and controls

125 lines (74 loc) · 2.86 KB

Main (Unreleased)

5.0.0

Breaking Changes

  • Drop Prawn 2.2 support
  • Drop Ruby 2.5 support

Enhancements

  • Support Emoji 13.1 #43 [@aried3r]
  • Depends on unicode-emoji v2.8.x #43 [@aried3r]

4.2.0

Minor Enhancements

  • Ruby 3.0.0 support
  • Prawn 2.4.0 support
  • Update to Twemoji v13.0.1
  • Depends on unicode-emoji v2.7.x

4.1.0

Minor Enhancements

  • Add prawn 2.3.0 support #35

4.0.0

Enhancements

  • prawn-emoji is no longer dependent on a particular font due to the new emoji drawing process

Breaking Changes

  • Drop ruby 2.4 support
  • The drawing results of emoji will be changed slightly due to the new emoji drawing process

Bug Fixes

  • Some emojis are not displayed #34

3.3.0

Minor Enhancements

  • Support Emoji 13.0 #33 [@aried3r]

3.2.0

Minor Enhancements

  • Ruby 2.7.0 support
  • Emoji Regex is now configurable using Prawn::Emoji.config.regex #30
    Prawn::Emoji.config.regex # => ::Unicode::Emoji::REGEX_VALID by default
    Prawn::Emoji.config.regex = ::Unicode::Emoji::REGEX_INCLUDE_TEXT
    

Bug Fixes

  • Fixed: Emoji Drawer does not close the file descriptor of emoji image #31

3.1.0

Minor Enhancements

  • Update to Twemoji 12.1.3
    • This version includes some new emoji support and emoji CHANGES. See commit for details
  • Support Emoji 12.1

3.0.0

Big Changes

Breaking Changes

  • Drop support ruby2.1 and 2.2, 2.3
  • prawn-emoji requires Prawn 2.2 (Drop support Prawn 2.1)

2.1.1

Bug Fixes

  • Fixed: A text including multiple emojis are broken #19

2.1.0

Breaking Changes

2.0.1

Bug Fixes

  • Fixed: part of ASCII chars and symbols is unexpectedly replaced with emojis #17 [@juanfal]

2.0.0

  • prawn-emoji requires Prawn 2.1 or higher
    • NOTE: prawn-emoji 1.x supports Prawn 1.3 and 2.0
  • Support multi character emojis with updating to latest version Emojione's emojis #15

1.0.2

  • Fixed: © \u{00a9} is not rendered (commit: 32d55b0)
  • Development: Add task for generating emoji index from emoji images (commit: 2d41247)

1.0.1

  • Skip drawing if the text encoding is not UTF-8 (commit: 033f05e)

1.0.0

First release.