Skip to content
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

feat: 문자열에서 한글을 추출해주는 extractHangul 함수를 제거합니다 #185

Merged
merged 3 commits into from
Jul 14, 2024

Conversation

okinawaa
Copy link
Member

Overview

#176 에서 논의한 결과
extrachHangul은 한글의 원리를 해결하는것이 아닌, 자바스크립트 일반 메서드로도 해결이 가능하므로 es-hangul에서 제공해주지 않아도 된다고 생각합니다.

isHangul 함수만 제공해서 [..."가a나b"].filter(isHangul).join('')처럼 사용하게 하는 것이 더 나은 인터페이스라고 생각해요.

PR Checklist

  • I read and included theses actions below
  1. I have read the Contributing Guide
  2. I have written documents and tests, if needed.

Copy link

changeset-bot bot commented Jul 12, 2024

🦋 Changeset detected

Latest commit: 0e5c2de

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Jul 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
es-hangul ❌ Failed (Inspect) Jul 14, 2024 7:25am

@codecov-commenter
Copy link

codecov-commenter commented Jul 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.15%. Comparing base (c96e34e) to head (0e5c2de).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##               v2     #185      +/-   ##
==========================================
- Coverage   95.18%   95.15%   -0.04%     
==========================================
  Files          17       16       -1     
  Lines         291      289       -2     
  Branches       67       67              
==========================================
- Hits          277      275       -2     
  Misses         13       13              
  Partials        1        1              

@okinawaa okinawaa closed this Jul 12, 2024
@okinawaa okinawaa reopened this Jul 12, 2024
@manudeli
Copy link
Member

⚠️ No Changeset found

Latest commit: cd92895

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Changeset 추가가 필요합니다

@okinawaa
Copy link
Member Author

@manudeli 님 v2로 올라갈때,
v2 => main 으로 진행하는 PR에서만 changeset추가를 하면 되는게 아니라,
feature => v2로 올라가는 각 PR마다 changeset이 필요한가용!?

@okinawaa
Copy link
Member Author

#130 에서 구현해주신 @Collection50 님의 생각은 어떠신지 궁금해요!

@manudeli
Copy link
Member

manudeli commented Jul 13, 2024

@manudeli 님 v2로 올라갈때, v2 => main 으로 진행하는 PR에서만 changeset추가를 하면 되는게 아니라, feature => v2로 올라가는 각 PR마다 changeset이 필요한가용!?

넵넵 각 pr의 변경점을 v2에서 취합해서 한 번에 v2 -> main에서 체인지로그가 나올거에요

그래서 모든 브레이킹 체인지에서 메이저를 올려야 맞아요. 메이저 체인지셋이 여러개여도 메이저버전 하나만 올라가요

@okinawaa
Copy link
Member Author

아하~ 체인지로그를 쌓는다는 관점에서 각 PR마다 changet을 추가해야겠군요! 감사해요

Copy link
Member

@manudeli manudeli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@okinawaa okinawaa merged commit 357ff9f into v2 Jul 14, 2024
9 of 10 checks passed
@Collection50
Copy link
Contributor

#130 에서 구현해주신 @Collection50 님의 생각은 어떠신지 궁금해요!

#176 에서 나누신 이야기 중, 더 뾰족한 라이브러리가 되는 것에 완전히 공감합니다 !!

okinawaa added a commit that referenced this pull request Aug 4, 2024
* remove extrachHangul

* Create cyan-tigers-sneeze.md

---------

Co-authored-by: Jonghyeon Ko <[email protected]>
okinawaa added a commit that referenced this pull request Aug 4, 2024
* remove extrachHangul

* Create cyan-tigers-sneeze.md

---------

Co-authored-by: Jonghyeon Ko <[email protected]>
okinawaa added a commit that referenced this pull request Aug 5, 2024
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants