Michiel ter Reehorst
8dbfd9769a
Bump the coffeescript package version ( #7845 )
...
That way everyone who wants to can update to version `1.2.6` and enjoy coffeescript `1.11.0`.
2016-09-29 15:59:35 -04:00
Lieuwe Rooijakkers
c13fe33aa3
coffeescript: improve es6 regex performance ( #7846 )
2016-09-29 15:59:06 -04:00
Geoffrey Booth
12472cfe7a
CoffeeScript now supports ES2015 modules ( #7818 )
...
* Update CoffeeScript to 1.11.0, which supports modules; update check for whether to pass CoffeeScript’s output to Babel to look not just for backticks, but also for `import`, `export` and `function*`, the current ESNext features output by CoffeeScript
* Add tests for imported modules using CoffeeScript’s new native import statement
* Test that CoffeeScript native export statements work, by importing something exported by such a statement
* Improve regex
* Optimize regex
2016-09-28 09:36:53 -04:00
Zoltan Olah
e78e27dd3a
Merge pull request #7800 from abernix/abernix-fix-7538
...
[docs] Clarify JSDoc for pollingIntervalMs and pollingThrottleMs options
2016-09-27 15:55:30 -07:00
Jesse Rosenberger
cba649f709
Add Newlines to end of .gitignore files, specifically the new app skel
...
Even though I think the fight is a bit futile, it is considered best practice to have newlines at the end of all files. At the request of meteor/meteor#7786 , this commit adds newlines to the end of the new app skeleton `.gitignore` file. These skel files are used when generating new meteor apps so this avoids perpetuation of this problem into futrue generations. ;)
In an effort to beef up this PR, I also took the liberty of fixing the few other Meteor files which were lacking newlines (all `.gitignore` files)
Closes meteor/meteor#7786
2016-09-26 15:32:08 +03:00
Ben Newman
d4d648c8f7
Bump package versions for 1.4.2-beta.5 release.
2016-09-22 15:03:07 -04:00
Ben Newman
aa6b8ff10a
Cleanup packages/stylus/.npm after upgrade.
...
This may help with the CircleCI timeout problems we've been having.
2016-09-22 15:03:07 -04:00
Ben Newman
da5f6956aa
Merge branch 'devel' into release-1.4.2
2016-09-22 14:32:07 -04:00
Tom Coleman
f5bc7ae0ce
Shrinkwraps and .versions files for npm-mongo and stylus
2016-09-22 11:24:48 +10:00
Jesse Rosenberger
ae006ca0b5
Clarify documentation for pollingIntervalMs and pollingThrottleMs options
...
This change changes units to be consistent and more clearly indicates when these parameters come into play.
Fixes meteor/meteor#7538
2016-09-21 17:20:21 +03:00
Brian Lukoff
a3419f8ccf
Update node-mongodb driver to 2.2.10 ( #7780 )
...
This release of the node-mongodb driver finally fixed performance issues we were having on our Compose MongoDB 3.2 deployment.
2016-09-20 18:31:55 -04:00
Tom Coleman
78b9a20da1
Merge pull request #7739 from meteor/stylus-version-bump
...
Updating stylus dependency
2016-09-20 09:05:39 +10:00
Ben Newman
d881a29de4
Bump package versions for 1.4.2-beta.4 release.
2016-09-16 09:15:24 -04:00
Ben Newman
62b85ee36e
Merge branch 'devel' into release-1.4.2
2016-09-16 09:10:33 -04:00
Ben Newman
6823ea0bca
Bump boilerplate-generator package version and add version constraints.
...
This will allow publishing `boilerplate-generator` independently from
Meteor, so that Meteor 1.4 developers can update immediately by running
`meteor update boilerplate-generator`.
2016-09-16 09:07:25 -04:00
gsaynac
f475e379ab
Add ws: and wss: sources to default CSP for Cordova ( #7774 )
...
CircleCI tests are still timing out, but I believe this change is safe to merge.
2016-09-16 09:01:44 -04:00
Ben Newman
c0e3397cc4
Merge branch 'devel' into release-1.4.2
2016-09-15 10:02:34 -04:00
Michael Mason
ffa7de2559
Pass object with error to onLoginFailure hooks ( #7699 )
...
* Pass object with error to onLoginFailure hooks
* Use es6 property shorthand
2016-09-15 10:00:28 -04:00
Ben Newman
583bd366e4
Bump package versions for 1.4.2-beta.3 release.
...
Note that no binaries were successfully published for beta.2, so please
don't try updating to that version!
2016-09-13 15:25:23 -04:00
Ben Newman
772d6a914a
Bump package versions for 1.4.2-beta.2 release.
...
Note that no binaries were successfully published for beta.1, so please
don't try updating to that version!
2016-09-13 14:00:49 -04:00
Ben Newman
c1f01cc860
Bump package versions for 1.4.2-beta.1 release.
2016-09-13 13:33:39 -04:00
Ben Newman
391c3b4c26
Bump promise package version to 0.8.7.
2016-09-09 16:57:30 -04:00
Ben Newman
ad61a93514
Fix bizarre faulty shrinkwrapping of asap package.
2016-09-09 16:41:44 -04:00
Ben Newman
e999db717f
Bump promise package version to 0.8.6.
2016-09-09 14:34:37 -04:00
Ben Newman
26d082b62e
Update meteor-promise npm package to v0.7.4.
...
Fixes a bug where .then callbacks could be wrapped multiple times:
https://github.com/meteor/promise/pull/11
2016-09-09 13:59:52 -04:00
Ben Newman
9001b75f44
Move packages-for-isopackets/blaze to packages/non-core/blaze.
2016-09-09 11:17:43 -04:00
Ben Newman
b64f1147e7
Merge branch 'devel' into release-1.4.2
2016-09-08 13:31:17 -04:00
Andy Edwards
959eb7cc38
use connect.compress() after rawConnectHandlers
2016-09-06 09:14:13 -05:00
Tom Coleman
d70e2f7bda
Bumped version of npm-mongo for 2.2.9 driver release
2016-09-01 11:04:50 +10:00
Mitar
e0c0817ca5
Updating stylus dependency.
2016-08-30 15:57:10 -07:00
Pradel Léo
48f62d9a64
Put travis badge back
2016-08-30 15:40:14 -07:00
Pradel Léo
95dca1676e
Add released and development links
2016-08-30 15:40:14 -07:00
Pradel Léo
149f0f7eb1
normalise
2016-08-30 15:38:17 -07:00
Tom Coleman
2778305f3d
Add constraints to boilerplate-generator
...
I guess it didn't need it earlier for some reason to do with
isopackets, but it does cause self-test tests to fail.
Let's see how we go now
2016-08-25 14:12:17 +10:00
Tom Coleman
1b48f1dcd7
Add constraints to blaze dependencies in core packages
2016-08-25 12:23:33 +10:00
Tom Coleman
232f6d04b9
Add version constraints to test-in-browser blaze packages
...
Otherwise version gravity ends up putting us on super old versions.
I'm not sure what the "correct" constraint is here. This may be overly
restrictive, but I suspect choosing the versions from the last release
before making this change will end up being the sensible choice.
2016-08-25 12:23:33 +10:00
Tom Coleman
afc165e00a
Literally just deleted packages
2016-08-25 12:23:32 +10:00
Ben Newman
b34a796600
Merge branch 'devel' into release-1.4.2
2016-08-24 11:06:22 -04:00
Ben Newman
d1bd82072b
Merge pull request #7692 from meteor/release-1.4.1.1
...
Release 1.4.1.1
2016-08-24 10:52:52 -04:00
Tom Coleman
e9a57a9bad
Bumped node module version again for 1.4.1.1 release
2016-08-24 14:54:37 +10:00
Tom Coleman
d1edbebbf5
Set a minimum version for npm-mongo package in mongo package
...
So when we do a release, the constraint will force users to get the
new npm-mongo package. We likely will seek a better solution to
this kind of problem in the future
2016-08-24 11:48:31 +10:00
Wexpo Lyu
c8d1f2009f
Further tests to fix accounts callback / throwing behavior
2016-08-24 08:51:50 +10:00
Wexpo Lyu
532a7feafa
Take callbacks for all accounts-client and handle them consistently
...
Where possible, only throw if there is no callback and we know
on the client that the arguments are wrong. Add some tests for
this behavior.
2016-08-24 08:51:49 +10:00
Ben Newman
659706f61d
Bump package versions for 1.4.2-beta.0 release.
2016-08-23 12:02:47 -04:00
Ben Newman
7f8ecb6b1c
Update npm-mongo shrinkwrap.
2016-08-23 11:36:00 -04:00
Tom Coleman
5fa59d2b8b
Bumping version of the npm-mongo package for #7594
...
This was a fairly serious issue with the mongo driver
2016-08-23 11:44:21 +10:00
Ben Newman
365c765971
Bump package versions for the official 1.4.1 release.
2016-08-18 11:37:18 -04:00
Ben Newman
e90c638c9f
Bump package versions for 1.4.1-rc.7 release.
2016-08-17 18:18:21 -04:00
Ben Newman
c51ca73575
Bump package versions for 1.4.1-rc.6 release.
2016-08-17 14:53:29 -04:00
Ben Newman
409f78b668
Bump package versions for 1.4.1-rc.5 release.
2016-08-16 18:34:31 -04:00