Skip to content

Commit

Permalink
Add latest values and aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynetics committed Jan 6, 2024
1 parent 8ab4976 commit 310a1a2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.5.0] - 2024-01-06

### Added
- new properties of future Ruby 3.3.x / Unicode 15.1

## [1.4.0] - 2023-06-10

### Added
Expand Down
2 changes: 2 additions & 0 deletions lib/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Elba;Elbasan
Elym;Elymaic
Ethi;Ethiopic
Ext;Extender
ExtPict;Extended_Pictographic
Geor;Georgian
Glag;Glagolitic
Gong;Gunjala_Gondi
Expand Down Expand Up @@ -83,6 +84,7 @@ IDC;ID_Continue
IDS;ID_Start
IDSB;IDS_Binary_Operator
IDST;IDS_Trinary_Operator
IDSU;IDS_Unary_Operator
Ideo;Ideographic
Ital;Old_Italic
Java;Javanese
Expand Down
2 changes: 1 addition & 1 deletion lib/regexp_property_values/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RegexpPropertyValues
VERSION = '1.4.0'
VERSION = '1.5.0'
end
5 changes: 5 additions & 0 deletions lib/values
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Age=12.1
Age=13.0
Age=14.0
Age=15.0
Age=15.1
Age=2.0
Age=2.1
Age=3.0
Expand Down Expand Up @@ -124,6 +125,9 @@ Hiragana
Hyphen
IDS_Binary_Operator
IDS_Trinary_Operator
IDS_Unary_Operator
ID_Compat_Math_Continue
ID_Compat_Math_Start
ID_Continue
ID_Start
Ideographic
Expand Down Expand Up @@ -181,6 +185,7 @@ In_CJK_Unified_Ideographs_Extension_E
In_CJK_Unified_Ideographs_Extension_F
In_CJK_Unified_Ideographs_Extension_G
In_CJK_Unified_Ideographs_Extension_H
In_CJK_Unified_Ideographs_Extension_I
In_Carian
In_Caucasian_Albanian
In_Chakma
Expand Down

0 comments on commit 310a1a2

Please sign in to comment.