- 09 Sep, 2020 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
Tagging 2.8.5
-
- 08 May, 2020 1 commit
-
-
Thomas Goirand authored
-
- 29 Apr, 2020 2 commits
-
-
Raphaël Barrois authored
-
Raphaël Barrois authored
Including docs and tests. Closes #98.
-
- 07 Apr, 2020 5 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
Tagging 2.8.4
-
- 21 Dec, 2019 4 commits
-
-
Raphaël Barrois authored
-
Raphaël Barrois authored
-
Raphaël Barrois authored
A leading zero is forbidden in the SemVer spec, but could be valid under other schemes; when coercing, it can easily be removed. Closes #89, thanks to Andrew Ni for the report.
-
Thijs Damsma authored
resolves #87
-
- 21 Nov, 2019 4 commits
-
-
Raphaël Barrois authored
-
Raphaël Barrois authored
-
Raphaël Barrois authored
Thanks to Nathan Walters for spotting this. Npm ranges with a `<X.Y.Z-P` component were not properly expanded: they were converted to: <X.Y.0 || (>=X.Y.0 && <X.Y.Z-P && no-prerelease) The correct expansion is: <X.Y.0 || (>=X.Y.0-* && <X.Y.Z-P) Closes #86. -
Raphaël Barrois authored
This function allows developers to preview the structure of the resulting clause parsed from a spec, usable with `print(spec.clause.prettyprint())`. Apply typical PEP8 indentation rules.
-
- 22 Oct, 2019 1 commit
-
-
Thomas Goirand authored
-
- 23 Sep, 2019 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
Tagging 2.8.2
-
- 13 Sep, 2019 2 commits
-
-
Jason authored
-
Thomas Goirand authored
-
- 06 Sep, 2019 3 commits
-
-
Raphaël Barrois authored
-
Raphaël Barrois authored
-
Raphaël Barrois authored
This (deprecated) property failed when used on a `Spec` item based on a single-term range (e.g. `==0.1.2` `<2.0.0`). Closes #82.
-
- 30 Aug, 2019 1 commit
-
-
Dan Kolbman authored
Signed-off-by:Raphaël Barrois <raphael.barrois@polytechnique.org>
-
- 29 Aug, 2019 6 commits
-
-
Raphaël Barrois authored
-
Raphaël Barrois authored
-
Raphaël Barrois authored
This attribute wasn't meant to be removed.
-
Raphaël Barrois authored
-
Raphaël Barrois authored
-
Raphaël Barrois authored
-
- 28 Aug, 2019 5 commits
-
-
Raphaël Barrois authored
-
Raphaël Barrois authored
-
Raphaël Barrois authored
-
Raphaël Barrois authored
-
Raphaël Barrois authored
-