Skip to content

Commit b48ebe9

Browse files
chore: version packages (#389)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3f02824 commit b48ebe9

6 files changed

Lines changed: 15 additions & 21 deletions

.changeset/fix-assemble-non-hangul-passthrough.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-standardize-pronunciation-12th-note2.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/getchoseong-keep-non-hangul.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/getjungseong-getjongseong.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# es-hangul
22

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- [#387](https://github.com/toss/es-hangul/pull/387) [`000ed01`](https://github.com/toss/es-hangul/commit/000ed0182672897a804335adfc36e6df4565b1af) Thanks [@okinawaa](https://github.com/okinawaa)! - feat: 중성을 추출하는 `getJungseong`과 종성을 추출하는 `getJongseong` 함수를 추가합니다. `getChoseong`과 동일하게 존재하는 자모만 추출하고 공백은 유지합니다. (예: `getJungseong('사과')``'ㅏㅘ'`, `getJongseong('값')``'ㅄ'`)
8+
9+
### Patch Changes
10+
11+
- [#386](https://github.com/toss/es-hangul/pull/386) [`ea06e34`](https://github.com/toss/es-hangul/commit/ea06e349cc06885bbf6c7f92fb047148719b8fd6) Thanks [@okinawaa](https://github.com/okinawaa)! - fix(assemble): 숫자나 기호 등 한글이 아닌 문자가 섞인 경우 오류가 발생하던 문제를 수정합니다. 이제 한글로 조합할 수 없는 문자는 그대로 유지됩니다. 이로써 `convertQwertyToHangul('slash123')``'님노123'`을 반환합니다.
12+
13+
- [#385](https://github.com/toss/es-hangul/pull/385) [`79e7ef3`](https://github.com/toss/es-hangul/commit/79e7ef3d62842be05f77963abd6c3b5baa90fb1d) Thanks [@okinawaa](https://github.com/okinawaa)! - fix(standardizePronunciation): 제12항 [붙임 2]를 적용합니다. 'ㄷ'으로 발음되는 받침 'ㅅ, ㅆ, ㅊ, ㅌ'이 뒤 음절 첫소리 'ㅎ'과 결합되는 경우 []으로 발음합니다. (예: `숱하다``수타다`, `옷한벌``오탄벌`)
14+
15+
- [#382](https://github.com/toss/es-hangul/pull/382) [`920119b`](https://github.com/toss/es-hangul/commit/920119bfb90db9605376d8ff4c29cb5321ad1044) Thanks [@dohy-eon](https://github.com/dohy-eon)! - feat: getChoseong에 keepNonHangul 옵션을 추가합니다. true일 때 NFD 중성·종성만 제거하고 숫자·기호 등 비한글 문자를 유지합니다.
16+
317
## 2.3.8
418

519
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es-hangul",
3-
"version": "2.3.8",
3+
"version": "2.4.0",
44
"keywords": [
55
"한글",
66
"한국어",

0 commit comments

Comments
 (0)