Skip to content

Commit 8f678df

Browse files
committed
added support for Unicode Version 16
1 parent 969b22d commit 8f678df

File tree

5 files changed

+33
-17
lines changed

5 files changed

+33
-17
lines changed

docs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.2.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.0]
9+
10+
- Module Changes
11+
- Updated to use Unicode Version: 16.0 (was previously Unicode Version: 15.1)
12+
- Build Updates
13+
- Improved integration tests
14+
- Updated tests to follow Pester 5 rules
15+
- Updated Bootstrap file to latest version of module dependencies
16+
- Updated readthedocs dependencies versions
17+
818
## [0.8.4]
919

1020
- Module Changes

docs/pwshEmojiExplorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Module Name: pwshEmojiExplorer
33
Module Guid: 6e4813c7-6f30-42e8-adc4-b3d9b46bce9a
44
Download Help Link: NA
5-
Help Version: 0.8.4
5+
Help Version: 0.9.0
66
Locale: en-US
77
---
88

src/pwshEmojiExplorer/ArgumentCompleters.ps1

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ function GroupArgumentCompleter {
2222
"'People & Body'",
2323
"'Smileys & Emotion'",
2424
"Symbols",
25-
2625
"'Travel & Places'"
2726
)
2827

@@ -83,7 +82,6 @@ function SubgroupArgumentCompleter {
8382
'flag',
8483
'food-asian',
8584
'food-fruit',
86-
'food-marine',
8785
'food-prepared',
8886
'food-sweet',
8987
'food-vegetable',
@@ -169,8 +167,8 @@ function ShortCodeCompleter {
169167
':1st_place_medal:',
170168
':2nd_place_medal:',
171169
':3rd_place_medal:',
172-
"':A_button_(blood_type):'",
173-
"':AB_button_(blood_type):'",
170+
':A_button_(blood_type):',
171+
':AB_button_(blood_type):',
174172
':abacus:',
175173
':accordion:',
176174
':adhesive_bandage:',
@@ -218,7 +216,7 @@ function ShortCodeCompleter {
218216
':automobile:',
219217
':avocado:',
220218
':axe:',
221-
"':B_button_(blood_type):'",
219+
':B_button_(blood_type):',
222220
':baby_angel:',
223221
':baby_angel:_dark_skin_tone:',
224222
':baby_angel:_light_skin_tone:',
@@ -774,6 +772,7 @@ function ShortCodeCompleter {
774772
':face_savoring_food:',
775773
':face_screaming_in_fear:',
776774
':face_vomiting:',
775+
':face_with_bags_under_eyes:',
777776
':face_with_crossed-out_eyes:',
778777
':face_with_diagonal_mouth:',
779778
':face_with_hand_over_mouth:',
@@ -858,6 +857,7 @@ function ShortCodeCompleter {
858857
':file_folder:',
859858
':film_frames:',
860859
':film_projector:',
860+
':fingerprint:',
861861
':fire_engine:',
862862
':fire_extinguisher:',
863863
':fire:',
@@ -929,7 +929,7 @@ function ShortCodeCompleter {
929929
':flag:_China:',
930930
':flag:_Christmas_Island:',
931931
':flag:_Clipperton_Island:',
932-
"':flag:_Cocos_(Keeling)_Islands:'",
932+
':flag:_Cocos_(Keeling)_Islands:',
933933
':flag:_Colombia:',
934934
':flag:_Comoros:',
935935
':flag:_Congo_-_Brazzaville:',
@@ -1035,7 +1035,7 @@ function ShortCodeCompleter {
10351035
':flag:_Montserrat:',
10361036
':flag:_Morocco:',
10371037
':flag:_Mozambique:',
1038-
"':flag:_Myanmar_(Burma):'",
1038+
':flag:_Myanmar_(Burma):',
10391039
':flag:_Namibia:',
10401040
':flag:_Nauru:',
10411041
':flag:_Nepal:',
@@ -1072,6 +1072,7 @@ function ShortCodeCompleter {
10721072
':flag:_Samoa:',
10731073
':flag:_San_Marino:',
10741074
':flag:_São_Tomé_&_Príncipe:',
1075+
':flag:_Sark:',
10751076
':flag:_Saudi_Arabia:',
10761077
':flag:_Scotland:',
10771078
':flag:_Senegal:',
@@ -1295,6 +1296,7 @@ function ShortCodeCompleter {
12951296
':handshake:_medium-light_skin_tone,_medium_skin_tone:',
12961297
':handshake:_medium-light_skin_tone,_medium-dark_skin_tone:',
12971298
':handshake:_medium-light_skin_tone:',
1299+
':harp:',
12981300
':hatching_chick:',
12991301
':head_shaking_horizontally:',
13001302
':head_shaking_vertically:',
@@ -1567,6 +1569,7 @@ function ShortCodeCompleter {
15671569
':last_track_button:',
15681570
':latin_cross:',
15691571
':leaf_fluttering_in_wind:',
1572+
':leafless_tree:',
15701573
':leafy_green:',
15711574
':ledger:',
15721575
':left_arrow_curving_right:',
@@ -2249,12 +2252,12 @@ function ShortCodeCompleter {
22492252
':musical_notes:',
22502253
':musical_score:',
22512254
':muted_speaker:',
2252-
':mx_claus:',
2253-
':mx_claus:_dark_skin_tone:',
2254-
':mx_claus:_light_skin_tone:',
2255-
':mx_claus:_medium_skin_tone:',
2256-
':mx_claus:_medium-dark_skin_tone:',
2257-
':mx_claus:_medium-light_skin_tone:',
2255+
':Mx_Claus:',
2256+
':Mx_Claus:_dark_skin_tone:',
2257+
':Mx_Claus:_light_skin_tone:',
2258+
':Mx_Claus:_medium_skin_tone:',
2259+
':Mx_Claus:_medium-dark_skin_tone:',
2260+
':Mx_Claus:_medium-light_skin_tone:',
22582261
':nail_polish:',
22592262
':nail_polish:_dark_skin_tone:',
22602263
':nail_polish:_light_skin_tone:',
@@ -2302,7 +2305,7 @@ function ShortCodeCompleter {
23022305
':notebook_with_decorative_cover:',
23032306
':notebook:',
23042307
':nut_and_bolt:',
2305-
"':O_button_(blood_type):'",
2308+
':O_button_(blood_type):',
23062309
':octopus:',
23072310
':oden:',
23082311
':office_building:',
@@ -2997,6 +3000,7 @@ function ShortCodeCompleter {
29973000
':roller_skate:',
29983001
':rolling_on_the_floor_laughing:',
29993002
':rooster:',
3003+
':root_vegetable:',
30003004
':rose:',
30013005
':rosette:',
30023006
':round_pushpin:',
@@ -3064,6 +3068,7 @@ function ShortCodeCompleter {
30643068
':shopping_cart:',
30653069
':shortcake:',
30663070
':shorts:',
3071+
':shovel:',
30673072
':shower:',
30683073
':shrimp:',
30693074
':shuffle_tracks_button:',
@@ -3147,6 +3152,7 @@ function ShortCodeCompleter {
31473152
':spiral_calendar:',
31483153
':spiral_notepad:',
31493154
':spiral_shell:',
3155+
':splatter:',
31503156
':sponge:',
31513157
':spoon:',
31523158
':sport_utility_vehicle:',

src/pwshEmojiExplorer/Imports.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# region script variables
66
# $script:resourcePath = "$PSScriptRoot\Resources"
77

8-
$script:unicodeVersion = '15.1'
8+
$script:unicodeVersion = '16.0'
99

1010
function Get-DataLocation {
1111
$folderName = 'pwshEmojiExplorer'

src/pwshEmojiExplorer/pwshEmojiExplorer.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'pwshEmojiExplorer.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.8.4'
15+
ModuleVersion = '0.9.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)