Commit Graph

12 Commits

Author SHA1 Message Date
Ben Newman
a362e20a37 Bump package versions for the official 1.5 release. 2017-05-30 14:18:48 -04:00
Ben Newman
f1e628802e Bump package versions for 1.5-rc.13 release. 2017-05-30 13:23:38 -04:00
Ben Newman
4351b89904 Bump package versions for 1.5-rc.12 release. 2017-05-29 19:17:43 -04:00
Ben Newman
aff0fbcc12 Bump package versions for 1.5-rc.11 release. 2017-05-29 12:27:45 -04:00
Ben Newman
d11cf771cd Bump package versions for 1.5-rc.10 release. 2017-05-28 20:46:42 -04:00
Ben Newman
ee6235147c Bump package versions for 1.5-rc.9 release. 2017-05-27 16:58:55 -04:00
Ben Newman
122f0d2cb3 Bump package versions for 1.5-rc.8 release. 2017-05-27 12:28:54 -04:00
Ben Newman
b1f6904a4e Bump package versions for 1.5-rc.7 release. 2017-05-26 20:14:56 -04:00
Ben Newman
30082c17d5 Bump package versions for 1.5-rc.6 release. 2017-05-18 12:35:10 -04:00
Ben Newman
f2d39c167b Bump package versions for 1.5-rc.5 release. 2017-05-17 16:30:40 -04:00
Ben Newman
2aa5c28bdb Save 13.5KB minified JS by not forcing core-js TypedArray polyfills.
You can still import these polyfills yourself, if you need them.
2017-05-17 16:18:26 -04:00
Ben Newman
0042ae55f1 Split ecmascript-runtime into client and server packages.
This split gives us the ability to use different sets of polyfills for
server and client, which allows us to take better advantage of native
support in Node 4+.

We now rely on core-js as a peer dependency on the client (which is a win
because core-js is always installed along with babel-runtime), and as an
Npm.depends-style dependency on the server (which is necessary because
there's not always an an application to provide peer node_modules on the
server, e.g. in isopackets and compiler plugins).

Since we're using different sets of polyfills on the client and the
server, it didn't seem to make sense to rely on a single npm package, so
meteor-ecmascript-runtime has been removed.
2017-04-19 17:36:04 -04:00