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

Fix/utils #512

Merged
merged 5 commits into from
Oct 17, 2024
Merged

Fix/utils #512

merged 5 commits into from
Oct 17, 2024

Conversation

ssi02014
Copy link
Contributor

@ssi02014 ssi02014 commented Oct 16, 2024

Overview

fix(utils): omit, pick 인터페이스 수정 및 로직 간소화
fix(utils): uniq 관련 함수 개선
fix(utils): deepCopy -> cloneDeep 네이밍 변경 및 기능 개선 - Breaking Change

PR Checklist

  • All tests pass.
  • All type checks pass.
  • I have read the Contributing Guide document.
    Contributing Guide

Copy link

changeset-bot bot commented Oct 16, 2024

🦋 Changeset detected

Latest commit: f1e676d

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

This PR includes changesets to release 1 package
Name Type
@modern-kit/utils Minor

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

codecov bot commented Oct 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.57%. Comparing base (33cf068) to head (f1e676d).
Report is 27 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #512      +/-   ##
==========================================
+ Coverage   97.41%   97.57%   +0.16%     
==========================================
  Files         164      171       +7     
  Lines        1470     1527      +57     
  Branches      361      385      +24     
==========================================
+ Hits         1432     1490      +58     
+ Misses         34       33       -1     
  Partials        4        4              
Components Coverage Δ
@modern-kit/react 95.58% <92.30%> (+0.37%) ⬆️
@modern-kit/utils 100.00% <100.00%> (ø)

@ssi02014 ssi02014 self-assigned this Oct 17, 2024
@ssi02014 ssi02014 added feature 새로운 기능 추가 @modern-kit/utils @modern-kit/utils fix 버그 수정 및 코드 개선 labels Oct 17, 2024
@ssi02014 ssi02014 merged commit 571ec6e into main Oct 17, 2024
3 checks passed
@ssi02014 ssi02014 deleted the fix/utils branch October 17, 2024 08:41
@github-actions github-actions bot mentioned this pull request Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 새로운 기능 추가 fix 버그 수정 및 코드 개선 @modern-kit/utils @modern-kit/utils
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant