Skip to content

Commit

Permalink
feat: 한글의 두음을 반환해주는 acronymizeHangul 함수를 제거합니다. (#180)
Browse files Browse the repository at this point in the history
* remove acronymize

* Create weak-walls-sniff.md

---------

Co-authored-by: Jonghyeon Ko <[email protected]>
  • Loading branch information
okinawaa and manudeli committed Aug 4, 2024
1 parent b66fa8c commit aab90a1
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 63 deletions.
5 changes: 5 additions & 0 deletions .changeset/weak-walls-sniff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"es-hangul": major
---

feat: 한글의 두음을 반환해주는 acronymizeHangul 함수를 제거합니다.
16 changes: 0 additions & 16 deletions docs/src/pages/docs/api/acronymizeHangul.en.mdx

This file was deleted.

16 changes: 0 additions & 16 deletions docs/src/pages/docs/api/acronymizeHangul.ko.mdx

This file was deleted.

18 changes: 0 additions & 18 deletions src/acronymizeHangul.spec.ts

This file was deleted.

12 changes: 0 additions & 12 deletions src/acronymizeHangul.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ export {
hasSingleBatchim,
hasValueInReadOnlyStringList,
} from './utils';
export { acronymizeHangul } from './acronymizeHangul';
export { susa } from './susa';

0 comments on commit aab90a1

Please sign in to comment.