Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dubzzz/fast-check
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ava/v1.2.1
Choose a base ref
...
head repository: dubzzz/fast-check
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ava/v2.0.0
Choose a head ref
Loading
Showing 482 changed files with 17,697 additions and 12,506 deletions.
42 changes: 42 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -420,6 +420,48 @@
"avatar_url": "https://avatars.githubusercontent.com/u/1610227?v=4",
"profile": "https://github.com/bennettp123",
"contributions": ["doc"]
},
{
"login": "nielk",
"name": "Alexandre Oger",
"avatar_url": "https://avatars.githubusercontent.com/u/4980521?v=4",
"profile": "https://github.com/nielk",
"contributions": ["doc"]
},
{
"login": "ej-shafran",
"name": "ej shafran",
"avatar_url": "https://avatars.githubusercontent.com/u/116496520?v=4",
"profile": "https://github.com/ej-shafran",
"contributions": ["doc"]
},
{
"login": "gruhn",
"name": "Niklas Gruhn",
"avatar_url": "https://avatars.githubusercontent.com/u/26570572?v=4",
"profile": "https://github.com/gruhn",
"contributions": ["code"]
},
{
"login": "patroza",
"name": "Patrick Roza",
"avatar_url": "https://avatars.githubusercontent.com/u/42661?v=4",
"profile": "https://patrickroza.com/",
"contributions": ["code"]
},
{
"login": "cindywu",
"name": "Cindy Wu",
"avatar_url": "https://avatars.githubusercontent.com/u/1177031?v=4",
"profile": "https://github.com/cindywu",
"contributions": ["doc"]
},
{
"login": "nmay231",
"name": "Noah",
"avatar_url": "https://avatars.githubusercontent.com/u/35386821?v=4",
"profile": "https://github.com/nmay231",
"contributions": ["doc"]
}
],
"contributorsPerLine": 7
10 changes: 0 additions & 10 deletions .eslintignore

This file was deleted.

35 changes: 0 additions & 35 deletions .eslintrc.cjs

This file was deleted.

60 changes: 33 additions & 27 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,41 @@
<!-- Context of the PR: short description and potentially linked issues -->
**Description**

<!-- ...a few words to describe the content of this PR... -->
<!-- ... -->
<!-- Please provide a short description and potentially linked issues justifying the need for this PR -->

<!-- Type of PR: [ ] unchecked / [ ] checked -->
<!-- * Your PR is fixing a bug or regression? Check for existing issues related to this bug and link them -->
<!-- * Your PR is adding a new feature? Make sure there is a related issue or discussion attached to it -->

**_Category:_**
<!-- You can provide any additional context to help into understanding what's this PR is attempting to solve: reproduction of a bug, code snippets... -->

- [ ] ✨ Introduce new features
- [ ] 📝 Add or update documentation
- [ ] ✅ Add or update tests
- [ ] 🐛 Fix a bug
- [ ] 🏷️ Add or update types
- [ ] ⚡️ Improve performance
- [ ] _Other(s):_ ...
<!-- Don't forget to add the gitmoji icon in the name of the PR -->
<!-- See: https://gitmoji.dev/ -->
**Checklist**_Don't delete this checklist and make sure you do the following before opening the PR_

<!-- Fixing bugs, adding features... may impact existing ones -->
<!-- in order to track potential issues that could be related to your PR -->
<!-- please check the impacts and describe more precisely what to expect -->
- [ ] The name of my PR follows [gitmoji](https://gitmoji.dev/) specification
- [ ] My PR references one of several related issues (if any)
- [ ] New features or breaking changes must come with an associated Issue or Discussion
- [ ] My PR does not add any new dependency without an associated Issue or Discussion
- [ ] My PR includes bumps details, please run `yarn bump` and flag the impacts properly
- [ ] My PR adds relevant tests and they would have failed without my PR (when applicable)

**_Potential impacts:_**
<!-- More about contributing at https://github.com/dubzzz/fast-check/blob/main/CONTRIBUTING.md -->

<!-- Generated values: Can your change impact any of the existing generators in terms of generated values, if so which ones? when? -->
<!-- Shrink values: Can your change impact any of the existing generators in terms of shrink values, if so which ones? when? -->
<!-- Performance: Can it require some typings changes on user side? Please give more details -->
<!-- Typings: Is there a potential performance impact? In which cases? -->
**Advanced**

- [ ] Generated values
- [ ] Shrink values
- [ ] Performance
- [ ] Typings
- [ ] _Other(s):_ ...
<!-- How to fill the advanced section is detailed below! -->

- [ ] Category: ...
- [ ] Impacts: ...

<!-- [Category] Please use one of the categories below, it will help us into better understanding the urgency of the PR -->
<!-- * ✨ Introduce new features -->
<!-- * 📝 Add or update documentation -->
<!-- * ✅ Add or update tests -->
<!-- * 🐛 Fix a bug -->
<!-- * 🏷️ Add or update types -->
<!-- * ⚡️ Improve performance -->
<!-- * _Other(s):_ ... -->

<!-- [Impacts] Please provide a comma separated list of the potential impacts that might be introduced by this change -->
<!-- * Generated values: Can your change impact any of the existing generators in terms of generated values, if so which ones? when? -->
<!-- * Shrink values: Can your change impact any of the existing generators in terms of shrink values, if so which ones? when? -->
<!-- * Performance: Can it require some typings changes on user side? Please give more details -->
<!-- * Typings: Is there a potential performance impact? In which cases? -->
Loading