Skip to content

Commit

Permalink
Merge branch 'v2' into remove-hangul-includes
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli authored Jul 14, 2024
2 parents a196e3f + 357ff9f commit 3b1845e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 92 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-tigers-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"es-hangul": major
---

feat: 문자열에서 한글을 추출해주는 extractHangul 함수를 제거합니다
23 changes: 0 additions & 23 deletions docs/src/pages/docs/api/extractHangul.en.md

This file was deleted.

23 changes: 0 additions & 23 deletions docs/src/pages/docs/api/extractHangul.ko.md

This file was deleted.

27 changes: 0 additions & 27 deletions src/extractHangul.spec.ts

This file was deleted.

18 changes: 0 additions & 18 deletions src/extractHangul.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 { extractHangul } from './extractHangul';
export { acronymizeHangul } from './acronymizeHangul';

0 comments on commit 3b1845e

Please sign in to comment.