Skip to content

Releases: CarinaChenot/package-version-bisect

v0.0.3

28 Apr 14:59
Compare
Choose a tag to compare

What's Changed

Features

  • Allow specifying custom install command instead of npm install

Full Changelog: v0.0.2...v0.0.3

v0.0.2

28 Apr 13:46
Compare
Choose a tag to compare

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

28 Apr 10:25
3078c3a
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: https://github.com/CarinaChenot/package-version-bisect/commits/v0.0.1