Releases: CarinaChenot/package-version-bisect
Releases · CarinaChenot/package-version-bisect
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