Releases: GatchHQ/dart-emoji
Releases · GatchHQ/dart-emoji
v0.2.0+2
What's Changed
- Remove comparison with
flutter_emoji
package, because no point of the table is valid anymore by @nilsreichardt in #32
v0.2.0+1
What's Changed
- Fix unnecessary type check in
dart_emoji_test.dart
by @nilsreichardt in #30 - Add
pubspec.lock
to.gitignore
by @nilsreichardt in #29
v0.2.0
- BREAKING CHANGE: Rename
EmojiUtils.hasTextOnlyEmojis()
toEmojiUtils.hasOnlyEmojis()
. #25 - BREAKING CHANGE: Remove duplicated keys for some emojis. See #25 for the effected emojis. #25
- BREAKING CHANGE: Moving
REGEX_EMOJI
fromEmojiParser
toEmojiUtils
#25 - Improved
REGEX_EMOJI
RegExp #25 - Supporting more emojis for
EmojiUtils.hasOnlyEmojis()
#25 - Add parameter
ignoreWhitespace
toEmojiUtils.hasOnlyEmojis()
#26
v0.1.1+2
- Remove installation section from
README.md
by @nilsreichardt in #20
v0.1.1+1
- Fix format for pub points by @nilsreichardt in #19
v0.1.1
- Improve emoji mapping by @creativecreatorormaybenot in #18
v0.1.0
- Initial release (forked from
flutter-emoji
)