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

v2 #189

Merged
merged 22 commits into from
Aug 5, 2024
Merged

v2 #189

merged 22 commits into from
Aug 5, 2024

Commits on Aug 4, 2024

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

    * remove extrachHangul
    
    * Create cyan-tigers-sneeze.md
    
    ---------
    
    Co-authored-by: Jonghyeon Ko <[email protected]>
    okinawaa and manudeli committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    8a97fff View commit details
    Browse the repository at this point in the history
  2. 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]>
    okinawaa and manudeli committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    6456f79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    642a3e4 View commit details
    Browse the repository at this point in the history
  4. feat: 한글의 두음을 반환해주는 acronymizeHangul 함수를 제거합니다. (#180)

    * remove acronymize
    
    * Create weak-walls-sniff.md
    
    ---------
    
    Co-authored-by: Jonghyeon Ko <[email protected]>
    okinawaa and manudeli committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    9f8dd1b View commit details
    Browse the repository at this point in the history
  5. feat: getChoseng을 utils에서 별도 함수로 분리합니다. (#192)

    * getChoseong분리
    
    * write test code
    
    * getChoseong import
    
    * remove useless import statemenet
    
    * remove unused file
    okinawaa committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    a5ff8d2 View commit details
    Browse the repository at this point in the history
  6. feat: canBeChoseong, canBeJungseong, canBeJongseong 을 utils에서 별…

    …도 함수로 분리합니다. (#193)
    
    * canBe series를 별도 함수로 분리합니다
    
    * add change set
    okinawaa committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    7ed39ac View commit details
    Browse the repository at this point in the history
  7. feat: hasBatchim 을 utils에서 별도 함수로 분리합니다. (#195)

    * hasBatchim
    
    * resolve type error
    
    * add change set
    
    * hasProperty, hasValueInReadOnlyStringList를 internal folder 로 옮깁니다
    
    * resolve test error
    
    * move with test code
    okinawaa committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    7a33c1e View commit details
    Browse the repository at this point in the history
  8. feat: choseongIncludes함수를 제거합니다. (#197)

    * remove choseongIncludes
    
    Co-authored-by: 서동휘 <[email protected]>
    okinawaa and suhdonghwi committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    cbf3e4a View commit details
    Browse the repository at this point in the history
  9. docs: API 메뉴트리에서 함수명이 카멜케이스로 나오도록합니다 (#215)

    * menu tree 에서 소문자로 나오게 합니다
    
    * getChoseong
    okinawaa committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    88088fc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2592ca4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    01843b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. 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]>
    4 people authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    82e03c3 View commit details
    Browse the repository at this point in the history
  2. chore: add co-authors

    Co-authored-by: 서동휘 <[email protected]>
    Co-authored-by: minsuKang <[email protected]>
    Co-authored-by: chaerim kim <[email protected]>
    4 people committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    8254070 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12c9aca View commit details
    Browse the repository at this point in the history
  4. remove choseongIncludes

    okinawaa committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ee46e7b View commit details
    Browse the repository at this point in the history
  5. Update README.md

    Co-authored-by: Jonghyeon Ko <[email protected]>
    okinawaa and manudeli authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    6bcd40e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c5299d View commit details
    Browse the repository at this point in the history
  7. change hasbatchim interface

    okinawaa committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c62c1db View commit details
    Browse the repository at this point in the history
  8. add jsdoc in hasBatchim

    okinawaa committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    bfaa568 View commit details
    Browse the repository at this point in the history
  9. Update docs/src/pages/docs/api/getChoseong.en.mdx

    Co-authored-by: Jonghyeon Ko <[email protected]>
    okinawaa and manudeli authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d0599d2 View commit details
    Browse the repository at this point in the history
  10. Update docs/src/pages/docs/api/disassembleToGroups.en.md

    Co-authored-by: Jonghyeon Ko <[email protected]>
    okinawaa and manudeli authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d3d27e8 View commit details
    Browse the repository at this point in the history
  11. add

    okinawaa committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    4c3e9f9 View commit details
    Browse the repository at this point in the history