File rubygem-unicode-emoji.changes of Package rubygem-unicode-emoji
-------------------------------------------------------------------
Mon Nov 4 17:44:52 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 3.8.0, see bundled CHANGELOG.md
-------------------------------------------------------------------
Fri Nov 3 08:01:47 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- ### 3.4.0
- Emoji 15.1
### 3.3.2
- Update valid subdivisions to CLDR 43 (no changes)
-------------------------------------------------------------------
Fri Oct 28 05:11:07 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 3.3.1
see installed CHANGELOG.md
### 3.3.1
- Update valid subdivisions to CLDR 42 (no changes)
-------------------------------------------------------------------
Mon Oct 10 13:25:54 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 3.3.0
see installed CHANGELOG.md
### 3.3.0
- Emoji 15.0
-------------------------------------------------------------------
Thu Aug 4 13:33:46 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 3.2.0
see installed CHANGELOG.md
### 3.2.0
- Update valid subdivisions to CLDR 41
### 3.1.1
- Fix `REGEX` to be able to match complete family emoji, instead of
sub-matching partial families, thanks @matt17r
-------------------------------------------------------------------
Tue Jan 25 07:41:06 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 3.1.0
see installed CHANGELOG.md
-------------------------------------------------------------------
Thu Jun 24 18:06:57 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 2.8.0
see installed CHANGELOG.md
### 2.8.0
- Update valid subdivisions to CLDR 39
-------------------------------------------------------------------
Wed Jan 20 13:32:46 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 2.7.1
see installed CHANGELOG.md
### 2.7.1
- Update valid subdivisions to CLDR 38.1
### 2.7.0
- Update valid subdivisions to CLDR 38
- Loosen Ruby dependency to allow Ruby 3.0
-------------------------------------------------------------------
Fri Sep 25 15:05:26 UTC 2020 - Stephan Kulow <coolo@suse.com>
updated to version 2.6.0
see installed CHANGELOG.md
### 2.6.0
- Emoji 13.1
-------------------------------------------------------------------
Thu May 7 21:39:50 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 2.5.0
see installed CHANGELOG.md
### 2.5.0
- Use native Emoji regex properties when current Ruby's Emoji support is the same as our current Emoji version
- Update valid subdivisions to CLDR 37
### 2.4.0
- Emoji 13.0
### 2.3.1
- Fix index to actually include Emoji 12.1
### 2.3.0
- Emoji 12.1
### 2.2.0
- Update subdivisions to CLDR 36
-------------------------------------------------------------------
Thu Mar 14 11:08:01 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 2.1.0
see installed CHANGELOG.md
### 2.1.0
- Add `REGEX_PICTO` which matches codepoints with the **Extended_Pictographic** property
- Add `REGEX_PICTO_NO_EMOJI` which matches codepoints with the **Extended_Pictographic** property, but no **Emoji** property
-------------------------------------------------------------------
Sat Mar 2 15:41:43 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 2.0.0
see installed CHANGELOG.md
### 2.0.0
- Emoji 12.0 data (including valid subdivisions)
- Introduce new `REGEX_WELL_FORMED` to be able to match for invalid tag and region sequences
- Introduce new `*_INCLUDE_TEXT` regexes which include matching for textual presentation emoji
- Refactoring: Update Emoji matching to latest standard while keeping naming close to standard
- Issue warning when using `#list` method to retrieve outdated category
- Change matching for ZWJ sequences: Do not limit sequence to a maximum of 3 ZWJs
-------------------------------------------------------------------
Thu Nov 22 01:12:54 UTC 2018 - Marguerite Su <i@marguerite.su>
- initial package