Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Add lodash object functions #83

Merged
merged 7 commits into from
Sep 3, 2017
Merged

Add lodash object functions #83

merged 7 commits into from
Sep 3, 2017

Conversation

nlepage
Copy link
Member

@nlepage nlepage commented Aug 31, 2017

Issue: #79

  • defaults
  • mapKeys
  • merge
  • omit
  • omitBy
  • pick

@nlepage nlepage added this to the 0.3-alpha milestone Aug 31, 2017
@nlepage nlepage self-assigned this Aug 31, 2017
@nlepage nlepage requested a review from frinyvonnick as a code owner August 31, 2017 23:09
@codecov-io
Copy link

codecov-io commented Aug 31, 2017

Codecov Report

Merging #83 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #83   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          59     65    +6     
  Lines         120    126    +6     
  Branches        7      7           
=====================================
+ Hits          120    126    +6
Impacted Files Coverage Δ
src/object/mapValues.js 100% <ø> (ø) ⬆️
src/object/assign.js 100% <ø> (ø) ⬆️
src/object/pickBy.js 100% <ø> (ø) ⬆️
src/util/convert.js 100% <ø> (ø) ⬆️
src/object/pick.js 100% <100%> (ø)
src/object/omitBy.js 100% <100%> (ø)
src/object/mapKeys.js 100% <100%> (ø)
src/object/defaults.js 100% <100%> (ø)
src/object/merge.js 100% <100%> (ø)
src/object/omit.js 100% <100%> (ø)
... and 6 more

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 bfa9cba...6eed191. Read the comment docs.

@nlepage nlepage changed the title 🚧 Add lodash object functions Add lodash object functions Sep 3, 2017
@@ -1,5 +1,11 @@
import { assign } from './assign'
import { defaults } from './defaults'
Copy link
Contributor

Choose a reason for hiding this comment

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

You should change comment to "Object functions."

@nlepage nlepage merged commit 95304da into master Sep 3, 2017
@nlepage nlepage deleted the feature/79_object branch September 3, 2017 15:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants