-
-
Notifications
You must be signed in to change notification settings - Fork 189
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
✨ Add support for Symbol keys in record #1321
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit f16311e:
|
Codecov Report
@@ Coverage Diff @@
## master #1321 +/- ##
=======================================
Coverage 98.76% 98.77%
=======================================
Files 89 89
Lines 2914 2928 +14
Branches 540 543 +3
=======================================
+ Hits 2878 2892 +14
Misses 33 33
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Give a try to 74d806e with: yarn add https://pkg.csb.dev/dubzzz/fast-check/commit/74d806ef/fast-check
npm i https://pkg.csb.dev/dubzzz/fast-check/commit/74d806ef/fast-check Useful links: Codeclimate, Codecov, CodeSandbox and GitHub Actions. |
Give a try to 4e430b9 with: yarn add https://pkg.csb.dev/dubzzz/fast-check/commit/4e430b90/fast-check
npm i https://pkg.csb.dev/dubzzz/fast-check/commit/4e430b90/fast-check Useful links: Codeclimate, Codecov, CodeSandbox and GitHub Actions. |
Give a try to 86bda94 with: yarn add https://pkg.csb.dev/dubzzz/fast-check/commit/86bda94c/fast-check
npm i https://pkg.csb.dev/dubzzz/fast-check/commit/86bda94c/fast-check Useful links: Codeclimate, Codecov, CodeSandbox and GitHub Actions. |
Give a try to f16311e with: yarn add https://pkg.csb.dev/dubzzz/fast-check/commit/f16311ed/fast-check
npm i https://pkg.csb.dev/dubzzz/fast-check/commit/f16311ed/fast-check Useful links: Codeclimate, Codecov, CodeSandbox and GitHub Actions. |
In a nutshell
Fixes #240
✔️ New feature
❌ Fix an issue
❌ Documentation improvement
❌ Other: please explain
(✔️: yes, ❌: no)
Potential impacts
No real impact expected except that record will now accept models containing symbols as keys.