Commit Graph

62 Commits

Author SHA1 Message Date
Sashko Stubailo
c37342d504 Bump a bunch of package versions 2015-01-20 22:34:24 -08:00
ekatek
99124d881a increment package versions 2015-01-20 10:25:22 -08:00
ekatek
40fa95830f increment version numbers 2015-01-13 19:30:27 -08:00
David Greenspan
08e1b78e58 Add a match unit test for “not a plain object” 2015-01-07 19:04:55 -08:00
David Greenspan
b1995fce13 Improve a “match” error message 2015-01-07 19:04:54 -08:00
David Glasser
6b204ca73a Bump package versions for 1.0.2 2014-12-19 10:31:59 -08:00
David Glasser
73b809c122 Bump versions for 1.0.2. 2014-12-11 22:44:41 -08:00
David Glasser
0ed8a9b32d bump package versions for a test release 2014-12-10 14:50:11 -08:00
David Glasser
6ea8443f30 Update calls to addFiles, onUse, and onTest 2014-12-09 20:18:31 -08:00
David Glasser
2a2bf8a460 Improve comment and add History note 2014-12-03 14:46:05 -08:00
Matteo De Micheli
931edada9f Do special argument check for NaN values 2014-12-03 14:44:08 -08:00
David Glasser
de5f68cf70 bump all versions (due to source-map upgrade) 2014-11-25 09:06:26 -08:00
Slava Kim
44832cbbdc Add return types and properties types in JSDoc to a lot of methods 2014-11-02 02:45:17 -08:00
Sashko Stubailo
721fa0451b Update more readmes 2014-10-24 10:13:59 -07:00
Sashko Stubailo
36da5aecb4 Make all version numbers not have rc 2014-10-13 14:09:37 -07:00
Sashko Stubailo
698fbedb10 Bump all of the version numbers to rc.0 2014-10-07 17:10:48 -07:00
Sashko Stubailo
1e53f6b598 Bump all version numbers again after cherry-picking unipackage fix 2014-10-01 17:06:57 -07:00
Sashko Stubailo
0129c3f5ac Bump all of the version numbers again, to republish with the unipackage.json fix 2014-10-01 15:43:05 -07:00
Sashko Stubailo
eecc272e4a Bump every single package version number due to a change in compilation 2014-09-29 23:44:50 -07:00
ekatek
bab557d49b incrementing package versions for a clean release 2014-09-25 18:34:34 -07:00
ekatek
220cc69e31 package versions incremented 2014-09-19 21:16:14 -07:00
Sashko Stubailo
1c308e0310 Improve documentation for check and Match 2014-09-03 10:32:26 -07:00
Sashko Stubailo
afef45585d Improve docs for check, moving it to the Meteor.methods section 2014-09-02 20:16:15 -07:00
Sashko Stubailo
e0f96cce55 Improve documentation of check, add a link from Meteor.methods 2014-09-02 20:04:17 -07:00
Sashko Stubailo
33ddd230f7 Add jsdoc comment for 'check' 2014-09-02 19:55:31 -07:00
ekatek
b9a714f028 ripping out internal, name and test from package.js files 2014-07-07 20:50:50 -07:00
ekatek
fb709c9563 remove versions files from core packages 2014-06-16 22:11:31 -07:00
David Glasser
c5e5305a3b Merge branch 'devel' into packaging
Conflicts:
	tools/bundler.js
	tools/packages.js
2014-06-11 12:02:57 -07:00
David Glasser
91aa5204ed Allow check in non-Fiber server code
Fixes #2136.
2014-05-21 14:12:58 -07:00
ekatek
beb0e59b9d new version files from teh new solver? Also, package.js correct with tests 2014-05-09 17:36:25 -07:00
ekatek
031890d2c5 don't store buildtime deps in the catalog 2014-05-04 16:56:58 -07:00
ekatek
23ad149a78 better versions files 2014-04-25 15:06:45 -07:00
ekatek
10d2047d12 clean up 2014-04-25 15:01:20 -07:00
ekatek
c84c8d6097 alphabetize package version lock files 2014-04-24 18:18:21 -07:00
David Glasser
3d3bdd4f50 versions.json update (these should be sorted!) 2014-04-24 17:02:46 -07:00
ekatek
29f2216919 rename test-packages back, make catalog slightly more efficient, add remaining versions.json 2014-04-21 19:02:30 -07:00
ekatek
9f543d4d03 versions files for packages 2014-04-21 18:16:31 -07:00
ekatek
693c41493d cleanup 2014-04-15 22:09:53 -07:00
ekatek
833d8b3620 adding names and test packages where applicable; wip 2014-04-10 15:04:38 -07:00
Geoff Schmidt
4d114ef617 Set some (not all, yet) packages to version 1.0.0 2014-03-07 01:33:37 -08:00
David Glasser
c268e36505 Implement matching literal numbers/strings 2014-03-05 23:33:06 -08:00
David Glasser
7ee9a90e8a implement Match.ObjectWithValues 2014-03-05 23:33:06 -08:00
Slava Kim
d9da7b8f03 Fix check test failure for FF 3.6
TIL sometimes JSON.stringify can convert new lines to "\u000a" as supposed to "\n".# Please enter the commit message for your changes. Lines starting
2013-08-12 23:30:26 -07:00
Slava Kim
2e7845af80 Path of error is escaped where needed and looks more like actual JS.
- Escape keys looking like something complex
 - Check simple keys with simple regex, full story: http://stackoverflow.com/questions/1661197/valid-characters-for-javascript-variable-names
 - Tests
2013-08-12 17:41:00 -07:00
Slava Kim
580de65f62 Grammar corrections. Comments moving. 2013-08-05 13:26:43 -07:00
Slava Kim
67129c7e70 Nick's comments.
Don't duplicate the logic.
2013-08-02 15:22:49 -07:00
Slava Kim
1023a97e07 Add Match.Integer match for 32-bit integers. #1171 2013-08-02 14:22:00 -07:00
Slava Kim
cd3d87625f Remove duplication in error of unknown key.
"Unknown key in field Y" instead of "Unknown key Y in field Y"
2013-08-02 12:41:29 -07:00
Slava Kim
ec05981a1a Improve comment. Cleaner way to construct path string. 2013-08-02 12:37:44 -07:00
Slava Kim
1cd8931eff Nick's comments. One line Error message, comments. 2013-08-01 23:56:33 -07:00