25 Commits

Author SHA1 Message Date
2344adc3b2 v1.1.4: tighten matching that was too relaxed in v1.1.3 2018-10-08 19:23:40 -06:00
daab053561 correctly parse '~> 2.0.0' v1.1.3 2018-10-08 19:11:40 -06:00
55d71d3929 add LICENSE 2018-10-08 19:04:03 -06:00
AJ ONeal
3e4e0a65f4 v1.1.2 v1.1.2 2018-03-28 00:10:59 -06:00
AJ ONeal
540c7430df v1.1.2 2018-03-28 00:10:32 -06:00
AJ ONeal
361e1dd788 Merge pull request #2 from metaraine/master
Add mocha tests. Add support for caret (^).
2015-10-21 10:05:38 -07:00
metaraine
86ea225075 Fix reSemverRange to parse pre-release versions that contain hyphens. 2015-08-03 11:12:58 -06:00
metaraine
ff978dc8ad Remove unnecessary deep-equal dependency. 2015-06-06 15:39:50 -06:00
metaraine
74cc0b238e Add support for caret (^) 2015-06-06 15:27:43 -06:00
metaraine
d9e4e7b776 prune results of .parse, not just .parseRange 2015-06-06 15:22:32 -06:00
metaraine
787f71566c Add mocha unit tests. 2015-06-06 15:22:04 -06:00
484199f855 Update README.md 2014-02-24 16:35:47 -06:00
f587dbbc80 Update README.md 2014-02-24 16:35:21 -06:00
a0878abeb4 added Install / Usage and API TOC 2014-02-24 16:34:54 -06:00
3f553abd40 Merge branch 'master' of github.com:coolaj86/semver-utils 2013-05-22 15:57:47 -05:00
c80b378a8b created SemVer class such that ver.toString() calls stringify(ver) 2013-05-22 15:57:39 -05:00
c430bd2682 typo fix rangeString -> rangeArray 2013-05-17 16:14:15 -03:00
fa2a82ef75 updated README with stringifyRange v1.0.3 2013-05-17 15:04:10 -04:00
d1a4afb909 allow 'v' prefix, implemented missing 'stringifyRange' 2013-05-17 15:01:32 -04:00
9dd782e51d bugfix version bump v1.0.2 2013-05-17 14:27:37 -04:00
ca103273a5 Merge pull request #1 from nopnop/patch-1
Forgotten return statement in stringifySemver()
2013-05-17 11:19:20 -07:00
Jean Ponchon
a637a3d4c2 Forgotten return statement in stringifySemver()
The function stringifySemver() must return the generate string.
2013-05-17 10:50:14 +02:00
2094174df2 added note that null is returned on error 2013-04-24 18:31:42 -06:00
65c47649af added missing stringify function v1.0.1 2013-04-24 17:48:16 -06:00
38f8d713a1 initial commit in own repo v1.0.0 2013-04-24 17:38:53 -06:00