-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2 #189
Commits on Aug 4, 2024
-
feat: 문자열에서 한글을 추출해주는 extractHangul 함수를 제거합니다 (#185)
* remove extrachHangul * Create cyan-tigers-sneeze.md --------- Co-authored-by: Jonghyeon Ko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a97fff - Browse repository at this point
Copy the full SHA 8a97fffView commit details -
feat: disassembleHangul, disassemble, disassembleHangulToGroup 함수에서 h…
…angul이라는 글자를 제거합니다 (#184) * dissemble관련 메서드에서 hangul이름을 제거합니다 * 누락된 부분 수정 * resolve conflit * Create late-beers-hang.md * diassembleHangul to diassemble --------- Co-authored-by: Jonghyeon Ko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6456f79 - Browse repository at this point
Copy the full SHA 6456f79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 642a3e4 - Browse repository at this point
Copy the full SHA 642a3e4View commit details -
feat: 한글의 두음을 반환해주는 acronymizeHangul 함수를 제거합니다. (#180)
* remove acronymize * Create weak-walls-sniff.md --------- Co-authored-by: Jonghyeon Ko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f8dd1b - Browse repository at this point
Copy the full SHA 9f8dd1bView commit details -
feat: getChoseng을 utils에서 별도 함수로 분리합니다. (#192)
* getChoseong분리 * write test code * getChoseong import * remove useless import statemenet * remove unused file
Configuration menu - View commit details
-
Copy full SHA for a5ff8d2 - Browse repository at this point
Copy the full SHA a5ff8d2View commit details -
feat:
canBeChoseong
,canBeJungseong
,canBeJongseong
을 utils에서 별……도 함수로 분리합니다. (#193) * canBe series를 별도 함수로 분리합니다 * add change set
Configuration menu - View commit details
-
Copy full SHA for 7ed39ac - Browse repository at this point
Copy the full SHA 7ed39acView commit details -
feat:
hasBatchim
을 utils에서 별도 함수로 분리합니다. (#195)* hasBatchim * resolve type error * add change set * hasProperty, hasValueInReadOnlyStringList를 internal folder 로 옮깁니다 * resolve test error * move with test code
Configuration menu - View commit details
-
Copy full SHA for 7a33c1e - Browse repository at this point
Copy the full SHA 7a33c1eView commit details -
feat: choseongIncludes함수를 제거합니다. (#197)
* remove choseongIncludes Co-authored-by: 서동휘 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbf3e4a - Browse repository at this point
Copy the full SHA cbf3e4aView commit details -
docs: API 메뉴트리에서 함수명이 카멜케이스로 나오도록합니다 (#215)
* menu tree 에서 소문자로 나오게 합니다 * getChoseong
Configuration menu - View commit details
-
Copy full SHA for 88088fc - Browse repository at this point
Copy the full SHA 88088fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2592ca4 - Browse repository at this point
Copy the full SHA 2592ca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01843b8 - Browse repository at this point
Copy the full SHA 01843b8View commit details
Commits on Aug 5, 2024
-
fix: 일관된 한글 이름 규칙 설정 (to v2) (#204)
* feat: 문자열에서 한글을 추출해주는 extractHangul 함수를 제거합니다 (#185) * remove extrachHangul * Create cyan-tigers-sneeze.md --------- Co-authored-by: Jonghyeon Ko <[email protected]> * feat: disassembleHangul, disassemble, disassembleHangulToGroup 함수에서 hangul이라는 글자를 제거합니다 (#184) * dissemble관련 메서드에서 hangul이름을 제거합니다 * 누락된 부분 수정 * resolve conflit * Create late-beers-hang.md * diassembleHangul to diassemble --------- Co-authored-by: Jonghyeon Ko <[email protected]> * remove hangulIncludes (#188) * feat: 한글의 두음을 반환해주는 acronymizeHangul 함수를 제거합니다. (#180) * remove acronymize * Create weak-walls-sniff.md --------- Co-authored-by: Jonghyeon Ko <[email protected]> * feat: getChoseng을 utils에서 별도 함수로 분리합니다. (#192) * getChoseong분리 * write test code * getChoseong import * remove useless import statemenet * remove unused file * feat: `canBeChoseong`, `canBeJungseong`, `canBeJongseong` 을 utils에서 별도 함수로 분리합니다. (#193) * canBe series를 별도 함수로 분리합니다 * add change set * feat: `hasBatchim` 을 utils에서 별도 함수로 분리합니다. (#195) * hasBatchim * resolve type error * add change set * hasProperty, hasValueInReadOnlyStringList를 internal folder 로 옮깁니다 * resolve test error * move with test code * feat: choseongIncludes함수를 제거합니다. (#197) * remove choseongIncludes Co-authored-by: 서동휘 <[email protected]> * fix: remove 한글 * fix: amountToMoneyCurrency로 함수명 변경 * fix: amountToHangul로 함수명 수정 * fix: conflict * fix: filepath * fix: import 방식 변경 및 CHANGELOG restore * Create kind-birds-provide.md --------- Co-authored-by: 박찬혁 <[email protected]> Co-authored-by: Jonghyeon Ko <[email protected]> Co-authored-by: 서동휘 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82e03c3 - Browse repository at this point
Copy the full SHA 82e03c3View commit details -
Co-authored-by: 서동휘 <[email protected]> Co-authored-by: minsuKang <[email protected]> Co-authored-by: chaerim kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8254070 - Browse repository at this point
Copy the full SHA 8254070View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12c9aca - Browse repository at this point
Copy the full SHA 12c9acaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee46e7b - Browse repository at this point
Copy the full SHA ee46e7bView commit details -
Co-authored-by: Jonghyeon Ko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6bcd40e - Browse repository at this point
Copy the full SHA 6bcd40eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c5299d - Browse repository at this point
Copy the full SHA 3c5299dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c62c1db - Browse repository at this point
Copy the full SHA c62c1dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfaa568 - Browse repository at this point
Copy the full SHA bfaa568View commit details -
Update docs/src/pages/docs/api/getChoseong.en.mdx
Co-authored-by: Jonghyeon Ko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0599d2 - Browse repository at this point
Copy the full SHA d0599d2View commit details -
Update docs/src/pages/docs/api/disassembleToGroups.en.md
Co-authored-by: Jonghyeon Ko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3d27e8 - Browse repository at this point
Copy the full SHA d3d27e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c3e9f9 - Browse repository at this point
Copy the full SHA 4c3e9f9View commit details