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

feat: respect length on array. #69

Merged
merged 8 commits into from
Mar 13, 2019
Merged

feat: respect length on array. #69

merged 8 commits into from
Mar 13, 2019

Conversation

unional
Copy link
Owner

@unional unional commented Feb 17, 2019

feat: add startsWith() for existing behavior

BREAKING CHANGE: array will now fail when the length does not match.

Removed AtLeaseOnce. It is the same as has()

feat: add `startsWith()` for existing behavior

BREAKING CHANGE: array will now fail when the length does not match.

Removed `AtLeaseOnce`. It is the same as `has()`
BREAKING CHANGE: undefined will check against undefined.

Use `anything` for the previous `undefined` support
remove not used code
because of bigint tests.
@codecov
Copy link

codecov bot commented Mar 13, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@987ffa3). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #69   +/-   ##
=======================================
  Coverage          ?   100%           
=======================================
  Files             ?     12           
  Lines             ?    119           
  Branches          ?     30           
=======================================
  Hits              ?    119           
  Misses            ?      0           
  Partials          ?      0
Impacted Files Coverage Δ
src/index.ts 100% <100%> (ø)
src/formatDiffs.ts 100% <100%> (ø)
src/startsWith.ts 100% <100%> (ø)
src/has.ts 100% <100%> (ø)
src/createSatisfier.ts 100% <100%> (ø)
src/every.ts 100% <100%> (ø)
src/anything.ts 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 987ffa3...cf32169. Read the comment docs.

@unional unional merged commit 32ffe11 into master Mar 13, 2019
@unional
Copy link
Owner Author

unional commented Mar 13, 2019

🎉 This PR is included in version 5.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

1 participant