Skip to content

Releases: CarinaChenot/package-version-bisect

v0.1.0

08 May 14:50

Choose a tag to compare

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

Full Changelog: v0.0.3...v0.1.0

v0.0.3

28 Apr 14:59

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

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

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