Skip to content

Latest commit

 

History

History
164 lines (95 loc) · 3.28 KB

CHANGELOG.md

File metadata and controls

164 lines (95 loc) · 3.28 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

  • Drop Ruby 2.6 and 2.7 support
  • Drop Prawn 2.3 support

5.3.0

Added

  • Support Emoji 14.0
  • Update to Twemoji v14.0.1

5.2.0

Changed

  • Update unicode-emoji to v3.1.0 [@aried3r]
  • And now prawn-emoji depends on unicode-emoji v3.x
    • Excluded PATCH level from version constraints for unicode-emoji

5.1.0

Changed

  • Update Twemoji to 13.1.1

5.0.0

Changed

  • Drop Prawn 2.2 support
  • Drop Ruby 2.5 support

Added

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

4.2.0

Added

  • 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

Added

  • Add prawn 2.3.0 support #35

4.0.0

Changed

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

Added

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

Fixed

  • Some emojis are not displayed #34

3.3.0

Added

  • Support Emoji 13.0 #33 [@aried3r]

3.2.0

Added

  • 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
    

Fixed

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

3.1.0

Added

  • Support Emoji 12.1

Changed

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

3.0.0

Changed

2.1.1

Fixed

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

2.1.0

Changed

2.0.1

Fixed

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

2.0.0

Changed

  • prawn-emoji requires Prawn 2.1 or higher
    • NOTE: prawn-emoji 1.x supports Prawn 1.3 and 2.0

Added

  • Support multi character emojis with updating to latest version Emojione's emojis #15

1.0.2

Fixed

  • Fixed: © \u{00a9} is not rendered (commit: 32d55b0)

1.0.1

Fixed

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

1.0.0

First release.