Releases: CarinaChenot/package-version-bisect
Releases · CarinaChenot/package-version-bisect
v0.1.0
What's Changed
Features
- Automatic detection of the preferred package manager
Chore
- chore(deps-dev): bump prettier from 3.2.5 to 3.3.2 by @dependabot in #8
- chore(deps): bump semver from 7.6.0 to 7.6.2 by @dependabot in #3
- chore(deps-dev): bump prettier from 3.3.2 to 3.3.3 by @dependabot in #12
- chore(deps): bump semver from 7.6.2 to 7.6.3 by @dependabot in #13
- chore(deps): bump @inquirer/confirm from 3.1.6 to 5.0.0 by @dependabot in #20
New Contributors
- @dependabot made their first contribution in #8
Full Changelog: v0.0.3...v0.1.0
v0.0.3
What's Changed
Features
- Allow specifying custom install command instead of
npm install
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
Features
- Improve efficiency by using binary search
Fixes
- Make sure the semver versions are sorted
Chore
- Use only necessary inquirer module confirm
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Package Version Bisect is a tool inspired by git bisect that helps you identify which version of a package introduced a bug or regression in your project.
Given a known good version and a known bad version, it will automatically install in-between versions for you and prompt you to test different versions of the package and mark them as good or bad based on whether they exhibit the issue.
What's Changed
- feat: add first working version by @CarinaChenot in #1
New Contributors
- @CarinaChenot made their first contribution in #1
Full Changelog: https://github.com/CarinaChenot/package-version-bisect/commits/v0.0.1