Files
meteor/tools
David Greenspan 45752e3203 parseConstraint -> parsePackageConstraint
In the return value, `name` has been changed to `package`,
and `vConstraint` is now `versionConstraint`.

`constraint.package` is better than `constraint.name`, where
`constraint` is a PackageConstraint.  It's also more consistent
with functions like parsePackageAtVersion which return an object
like `{package, version}`.

`vConstraint` was too cryptic.

Changes were discussed with Glasser in a code review.

Troposphere does not call parseConstraint or work with constraint
objects, so it doesn't need to change.

This is a breaking change to the package-version-parser API (or one
method of it, at least), but it is considered an internal API so we
are not worrying too much about it.
2015-02-02 13:13:31 -08:00
..
2014-12-12 09:03:10 -05:00
2014-03-05 23:33:06 -08:00
2014-12-04 17:56:04 -08:00
2015-01-29 14:03:11 -08:00
2015-01-29 14:03:11 -08:00
2014-12-17 00:13:07 -08:00
2014-12-17 00:13:07 -08:00
2014-06-13 17:14:42 -07:00
2014-12-06 19:13:51 -08:00
2015-01-16 16:50:51 -08:00
2014-11-25 09:06:25 -08:00