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

perf(lodash): remove _.omit and _.isEqual #2111

Merged
merged 3 commits into from
Oct 2, 2017
Merged

perf(lodash): remove _.omit and _.isEqual #2111

merged 3 commits into from
Oct 2, 2017

Conversation

levithomason
Copy link
Member

@levithomason levithomason commented Sep 23, 2017

Fixes #864

Most tasks there were complete. This PR removes the final two methods with perf issues, omit and isEqual. We've already optimized lodash in the bundle by picking only the methods we use.

@codecov-io
Copy link

codecov-io commented Sep 23, 2017

Codecov Report

Merging #2111 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2111      +/-   ##
==========================================
+ Coverage   99.76%   99.76%   +<.01%     
==========================================
  Files         151      151              
  Lines        2602     2606       +4     
==========================================
+ Hits         2596     2600       +4     
  Misses          6        6
Impacted Files Coverage Δ
src/modules/Dropdown/Dropdown.js 100% <100%> (ø) ⬆️
src/modules/Modal/Modal.js 100% <100%> (ø) ⬆️
src/modules/Search/Search.js 100% <100%> (ø) ⬆️
src/modules/Popup/Popup.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9c97ed9...6fd65f7. Read the comment docs.

@levithomason
Copy link
Member Author

Released in semantic-ui-react@0.75.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants