l2beat / earl

☕ Ergonomic, modern and type-safe assertion library for TypeScript
https://earl.fun/
MIT License
256 stars 19 forks source link

Update matchers #227

Closed sz-piotr closed 1 year ago

sz-piotr commented 1 year ago

Resolves L2B-1072, L2B-1074, L2B-1080, L2B-1085, L2B-1094, L2B-1096, L2B-1078, L2B-1082, L2B-1087, L2B-1095, L2B-1101

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: 9a3628a259bd871e7f40f1c75dd70ed62358148a

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

This PR includes changesets to release 1 package | Name | Type | | ------ | ----- | | earljs | 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

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
earl-docs ✅ Ready (Inspect) Visit Preview Mar 13, 2023 at 1:34PM (UTC)
linear[bot] commented 1 year ago

L2B-1072 Update .defined matcher

L2B-1074 Add .notNullish matcher

L2B-1080 Add .property(key, value?) matcher

L2B-1085 Merge .substring and .includes matchers

L2B-1094 Add .greaterThan matcher

L2B-1096 Add .lessThan matcher

L2B-1078 Rename .check to .satisfies matcher

L2B-1082 Rename .partial to .subset matcher

L2B-1087 Rename .nonEmpty to .notEmpty matcher

L2B-1095 Rename .min to .greaterThanOrEqual matcher

L2B-1101 Rename .max to .lessThanOrEqual matcher