* Add semver.compareBuild function * Support `*` in semver.intersects
6.0
* Fix `intersects` logic.
This is technically a bug fix, but since it is also a change to behavior that may require users updating their code, it is marked as a major version increment.
5.7
* Add `minVersion` method
5.6
* Move boolean `loose` param to an options object, with backwards-compatibility protection. * Add ability to opt out of special prerelease version handling with the `includePrerelease` option flag.