Ben Newman
41ca4534a0
Bump package versions for 1.3-rc.3 release.
2016-03-18 15:01:14 -04:00
Ben Newman
46a2ba5abf
Upgrade meteor-babel to 0.8.3.
2016-03-18 15:00:52 -04:00
Martijn Walraven
8f4e12f417
Update core Cordova plugin dependencies
2016-03-16 22:32:50 +01:00
Martijn Walraven
da745d0b73
Update cordova-plugin-meteor-webapp dependency to 1.2.0
2016-03-16 19:21:13 +01:00
Martijn Walraven
f53e0bd3a3
Add cordovaCompatibilityVersions to manifest.json
...
To ensure we don’t hot code push JavaScript that is incompatible with
the bundled native code, we calculate a hash based on the platform and
plugin versions.
2016-03-16 17:21:53 +01:00
Martijn Walraven
ea6951122e
Prevent autoupdate from Cordova apps built with Meteor < 1.3
...
Not setting the Access-Control-Allow-Origin header avoids Cordova apps
built with Meteor < 1.3 from downloading manifest.json and thus blocks
autoupdate.
2016-03-16 13:59:31 +01:00
Ben Newman
a9c32ed699
Bump package versions for 1.3-rc.2 release.
2016-03-15 23:12:08 -04:00
Martijn Walraven
0cebcf1197
Update Crosswalk plugin to 1.6.0
2016-03-15 09:55:02 +01:00
Ben Newman
5fb055e9e0
Bump package versions for 1.3-rc.1 release.
2016-03-15 01:30:05 -04:00
Ben Newman
541db059cc
Bump package versions for 1.3-rc.0 release.
2016-03-14 23:21:44 -04:00
Ben Newman
e215f164e2
Update meteor-promise version to 0.6.3.
2016-03-14 23:21:23 -04:00
Ben Newman
3208952239
Update all npm-shrinkwrap.json files.
2016-03-14 21:05:55 -04:00
Tom Coleman
889ea6a8e1
Merge pull request #6472 from aldeed/fix-test-driver-error-logic
...
Fix logic for showing --driver-package error
2016-03-15 09:38:41 +11:00
Eric Dobbertin
ff1c75bacf
Don't throw test driver error here
2016-03-14 17:09:20 -05:00
Ben Newman
322e86c86b
Update npm-shrinkwrap.json files for core packages.
2016-03-13 23:39:39 -04:00
Ben Newman
fe82fdb127
Fix meteor-promise tests with api.use("modules").
2016-03-13 23:39:39 -04:00
Eric Dobbertin
2a4700dd02
Fix logic for showing --driver-package error
2016-03-12 22:47:05 -06:00
Tom Coleman
3a98d04b71
Make test-packages actually run again #6470
2016-03-12 14:06:37 +11:00
David Glasser
6b7565cea1
Merge pull request #6468 from meteor/glasser/no-mother
...
docs: Remove references to free hosting service
2016-03-11 18:06:38 -08:00
Ben Newman
d87dddfc9b
Consolidate meteor-env-{dev,prod} into meteorEnv.js in meteor package.
...
We no longer rely on the debugOnly/prodOnly behavior of these modules to
determine the value of meteorEnv.NODE_ENV, so there's really no need to
have such a complicated system of packages anymore.
2016-03-11 20:50:33 -05:00
Ben Newman
b7b854511f
Upgrade install package to remove APIs unused by modules-runtime.
...
The npm install package has coevolved with the Meteor 1.3 module system,
and now it's time to prune off vestigial features that were never actually
useful to Meteor.
2016-03-11 19:24:27 -05:00
Ben Newman
4921bc3f0b
Modularize the es5-shim package.
2016-03-11 19:24:27 -05:00
Ben Newman
3d54564fa9
Let packages that need es5-shim register a weak dependency on it.
...
Registering a weak dependency on es5-shim in the meteor package made it
difficult to implement es5-shim using modules.
2016-03-11 19:24:27 -05:00
Ben Newman
e613e9ccb3
Modularize the promise package.
2016-03-11 19:24:27 -05:00
David Glasser
cea4d07e22
docs: Remove references to free hosting service
2016-03-11 15:32:15 -08:00
Ben Newman
a5b7bde167
Mention meteor npm and meteor node in the modules README.md.
2016-03-11 12:18:44 -05:00
Ben Newman
f5eccd7c40
Update npm-shrinkwrap.json files.
2016-03-10 19:24:19 -05:00
Tom Coleman
1d4e17246a
For #6436 -- allow test drivers to .start() on the server
2016-03-11 10:39:10 +11:00
Tom Coleman
aae95c8b6a
Make test-in-console confirm to new driver spec.
...
See #6439
2016-03-11 10:22:49 +11:00
Ben Newman
09ac637964
Fix testDriverPackageName reference in test_environment.js.
2016-03-10 15:42:57 -05:00
Tom Coleman
64e2758bb1
Merge pull request #6442 from meteor/fix-meteor-istest-for-packages-6331
...
Fix meteor istest for packages 6331
2016-03-10 09:45:17 +11:00
Tom Coleman
b6c2ecf5fc
A couple of small typos
2016-03-10 09:37:11 +11:00
Ben Newman
4f5cb1d7a0
Bump package versions for 1.3-beta.16 release.
...
What happened to beta.13, beta.14, and beta.15? All unfortunately suffered
from problems that made it either impossible or unwise to upgrade to those
versions.
2016-03-09 12:13:18 -05:00
Tom Coleman
fc32905903
Pass test metadata through to the client via meteorEnv
...
For #6331
2016-03-09 15:48:11 +11:00
Tom Coleman
27faeefb31
Pass test metadata in via an environment variable.
...
[Only works on the server right now, fairly uselessly]
For #6331
2016-03-09 15:30:45 +11:00
Ben Newman
2cc42128a6
Bump package versions for 1.3-beta.13 release
2016-03-08 22:48:49 -05:00
Ben Newman
40857bdaff
Propagate meteorEnv subset of process.env from server to client.
...
Fixes #6399 .
2016-03-08 19:37:57 -05:00
Ben Newman
515ff24469
Upgrade meteor-babel dependency to v0.8.2.
...
This will fix https://github.com/meteor/meteor/issues/6380 , thanks to
https://github.com/babel/babel/pull/3391 .
2016-03-08 13:01:17 -05:00
Ben Newman
c9660d9f83
Implement module.useNode() for importing node_modules on the server.
...
Upgrading the install package to 0.5.6 was vital to enable support for
Module.prototype.useNode: 9eb8351e11
2016-03-07 19:41:15 -05:00
Martijn Walraven
2a36418c75
Merge branch 'devel' into release-1.3
2016-03-07 09:32:23 +01:00
Martijn Walraven
0d9586cc17
Merge branch 'devel' into release-1.3
2016-03-07 09:29:15 +01:00
Martijn Walraven
217f1a5854
Merge pull request #6392 from mitar/object-check
...
Require plain objects for Match.ObjectIncluding
2016-03-05 10:42:23 +01:00
Martijn Walraven
651f10345f
Use window.location.reload() when the location contain a hash
2016-03-04 11:43:27 +01:00
Mitar
22e5a2611d
Require plain objects for Match.ObjectIncluding.
...
Fixes : #6140
2016-03-02 21:38:34 -08:00
Sashko Stubailo
e99a46670d
Commit NPM shrinkwrap
2016-03-02 19:58:06 -08:00
Sashko Stubailo
7ecdeb608d
Commit shrinkwrap
2016-03-02 15:20:32 -08:00
Martijn Walraven
36e8706c04
Update cordova-plugin-meteor-webapp dependency to 1.1.1
2016-03-02 14:30:48 +01:00
Martijn Walraven
9a7f26840d
pdate cordova-plugin-meteor-webapp dependency to 0.10.0
2016-03-02 14:02:53 +01:00
Zoltan Olah
66be0fe504
Merge pull request #6375 from zol/move-script-to-body
...
Moves <script> tags to end of <body>
2016-03-01 17:31:19 -08:00
Zoltan Olah
74055f410d
Moves <script> tags to end of <body>
2016-03-01 11:26:31 -08:00