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 authored Jul 14, 2024
1 parent 6cf364d commit fec20e8
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,4 +17,3 @@ export {
hasSingleBatchim,
hasValueInReadOnlyStringList,
} from './utils';
export { acronymizeHangul } from './acronymizeHangul';

0 comments on commit fec20e8

Please sign in to comment.