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

Development v1.6.0 #158

Merged
merged 16 commits into from
Apr 27, 2021
Merged

Development v1.6.0 #158

merged 16 commits into from
Apr 27, 2021

Conversation

dhershman1
Copy link
Owner

New

  • Added new pathSatisfies function, which runs a path to a value which is then passed through a function to see if it satisfies that condition and returns value of predicate
  • Added new propSatisfies function, which pulls a prop from an object and runs a function on it, returns value of predicate

Enhanced

  • Created an internal reducer that is used by other functions, this should help reduce any circular dependencies with that function
  • Created an internal reduced that should help reduce any circular dependencies issues internally
  • Tweaked typings for path function to use a new Path type

Fixed

  • The documentation for difference was outdated and incorrect

@dhershman1 dhershman1 added enhancement 💄 A new enhancement to functionality docs 📜 Related documentation to kyanite labels Apr 26, 2021
@dhershman1 dhershman1 self-assigned this Apr 26, 2021
@codecov
Copy link

codecov bot commented Apr 26, 2021

Codecov Report

Merging #158 (8445003) into master (f6bf496) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #158   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          156       156           
  Lines          432       426    -6     
=========================================
- Hits           432       426    -6     
Impacted Files Coverage Δ
src/array/difference.js 100.00% <ø> (ø)
src/array/concatMap.js 100.00% <100.00%> (ø)
src/array/countBy.js 100.00% <100.00%> (ø)
src/array/every.js 100.00% <100.00%> (ø)
src/array/everyPass.js 100.00% <100.00%> (ø)
src/array/filter.js 100.00% <100.00%> (ø)
src/array/find.js 100.00% <100.00%> (ø)
src/array/fromPairs.js 100.00% <100.00%> (ø)
src/array/groupBy.js 100.00% <100.00%> (ø)
src/array/max.js 100.00% <100.00%> (ø)
... and 21 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 f6bf496...8445003. Read the comment docs.

@dhershman1 dhershman1 merged commit 385754e into master Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs 📜 Related documentation to kyanite enhancement 💄 A new enhancement to functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant