Skip to content

Releases: elvanto/litemoji

5.0.0

08 Jan 23:22
319324e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.0...5.0.0

5.0.0-alpha2

29 Jun 05:55
f9a690b
Compare
Choose a tag to compare
5.0.0-alpha2 Pre-release
Pre-release

Enhancements:

5.0.0-alpha

28 Mar 00:56
97a3e63
Compare
Choose a tag to compare
5.0.0-alpha Pre-release
Pre-release

Enhancements:

  • All conversion functions accept an optional second argument for the input / output string's encoding
  • Unicode to shortcode replacement is now achieved through str_replace eliminating the need for regex to be generated and maintained
  • Shortcodes for compound emoji take precedence

4.3.0-alpha

28 Oct 02:33
f13cf10
Compare
Choose a tag to compare

Enhancements:

  • Introduced script to generate regex for known emoji
  • Updated LitEmoji class to pull regex from file instead of hard-coded class constant

4.3.0

30 Oct 21:26
f13cf10
Compare
Choose a tag to compare

Enhancements:

  • Introduced script to generate regex for known emoji
  • Updated LitEmoji class to pull regex from file instead of hard-coded class constant

4.2.0

17 May 23:17
b9acb69
Compare
Choose a tag to compare

Enhancements:

4.1.0

18 Nov 22:22
b48e23c
Compare
Choose a tag to compare
  • Introduced LitEmoji::removeEmoji()

4.0.2

05 Oct 22:32
e70a2b7
Compare
Choose a tag to compare
  • Enhanced detection of transport and map symbols when converting from unicode

4.0.1

27 Apr 21:52
4531979
Compare
Choose a tag to compare
  • Added support for 10 new emoji

4.0.0

27 Nov 05:17
ef96db0
Compare
Choose a tag to compare
  • Adds support for PHP 8.0
  • Drops support for PHP 7.0, 7.1 and 7.2