Jordi Boggiano
|
e16caa9bd7
Add EmptyConstraint
|
12 年 前 |
Jordi Boggiano
|
1f79f36227
Add a couple version parser tests
|
12 年 前 |
Christian Riesen
|
6f5ab3ed5c
Add other valid versions to test for stability
|
12 年 前 |
Jordi Boggiano
|
97dfbefa72
Add support for arbitrary values for the references in version constraints
|
12 年 前 |
Jordi Boggiano
|
908d2d91da
Fix case insensitive matching
|
12 年 前 |
Jordi Boggiano
|
cea4c05021
Fix parsing of ~ version constraint with unstable versions, fixes #1476
|
12 年 前 |
Jordi Boggiano
|
a59a5c4581
Merge remote-tracking branch 'simensen/sem-version-support'
|
12 年 前 |
Beau Simensen
|
081ead1635
Version Parsing: Consider <x.y.z to be <x.y.z-dev
|
12 年 前 |
Beau Simensen
|
96a76eeffc
Semantic Version Parsing: ~version
|
12 年 前 |
Jordi Boggiano
|
62bb5b339b
Allow parsing of stability modifiers combined with multi-constraints
|
12 年 前 |
Jordi Boggiano
|
0932f65a17
Return 7 chars and not 6 for short git hashes, formatting fixes
|
12 年 前 |
Jordi Boggiano
|
338730b19b
Merge remote-tracking branch 'zczapran/issue/1043_wrong_output_for_versions_when_updating'
|
12 年 前 |
Jordi Boggiano
|
e01a9c564d
Fix parsing of stability for lowercased RC versions
|
12 年 前 |
Zbigniew Czapran
|
730f206cea
removed unneccesary PackageMock and trailing whitespaces
|
13 年 前 |
Zbigniew Czapran
|
80c2736021
in VersionParser only truncate the version if hash
|
13 年 前 |
Jordi Boggiano
|
fe15c6a827
Make dev version matches preserve the proper case, fixes #935
|
13 年 前 |
Alexey Prilipko
|
75d3d57117
Version parser stability regexp update
|
13 年 前 |
Alexey Prilipko
|
e130386612
Add '<>' operator for Version Parser
|
13 年 前 |
Nils Adermann
|
41215a0e47
Require first version of a root package alias, rather than alias
|
13 年 前 |
Jordi Boggiano
|
c10eb66ac4
Ignore references when parsing dev versions
|
13 年 前 |
Jordi Boggiano
|
ef28f3b067
Basic handling of stability flags
|
13 年 前 |
Jordi Boggiano
|
70a3c68f73
Add package stability
|
13 年 前 |
Jordi Boggiano
|
595182aec0
Add/fix tests
|
13 年 前 |
Jordi Boggiano
|
8654c43c62
Fix version parser regression, fixes #550
|
13 年 前 |
Jordi Boggiano
|
f604ca5762
Allow .x in version constraints as alias for .*
|
13 年 前 |
Martin Hasoň
|
736ea800e3
Added isDev method to the VersionParser class
|
13 年 前 |
Jordi Boggiano
|
1213067d96
Add test
|
13 年 前 |
Jordi Boggiano
|
59d2b1145c
Add lock file alias support and a bunch of fixes
|
13 年 前 |
Jordi Boggiano
|
82054f2060
Add aliasing: `foo as bar` will require foo and automatically make it replace the bar version
|
13 年 前 |
Jordi Boggiano
|
ae7107fc22
Add more test requirements
|
13 年 前 |