summaryrefslogtreecommitdiff
path: root/tests/test_npm.py
Commit message (Collapse)AuthorAgeFilesLines
* Restore Python2 support.rbarrois/restore-py2Raphaël Barrois2019-08-291-0/+7
|
* Fix NPM-style caret matching.Raphaël Barrois2019-08-281-0/+12
|
* Add support for NPM-style version ranges.Raphaël Barrois2019-08-261-0/+88
The code follows closely the specification available at https://docs.npmjs.com/misc/semver.html. Despite similarities, the matching logic is fully separate from the `native` code, since both might evolve at their own scales.