Henry Zhu
c5bad22767
v7.0.0-alpha.12
2017-05-31 17:11:39 -04:00
Henry Zhu
ce976bba2a
v7.0.0-alpha.11
2017-05-31 16:43:30 -04:00
Henry Zhu
9b44cef691
v7.0.0-alpha.10
2017-05-25 15:17:07 -04:00
Henry Zhu
62375cdf12
v7.0.0-alpha.9
2017-04-18 10:41:30 -04:00
Henry Zhu
25ae8c8554
v7.0.0-alpha.8
2017-04-17 15:12:31 -04:00
Henry Zhu
c732f5e1d0
v7.0.0-alpha.7
2017-04-05 17:13:26 -04:00
Henry Zhu
f3ef03abfd
use caret for devDeps
2017-03-27 16:32:13 -04:00
Henry Zhu
7a1ccf076c
Misc ( #5545 )
...
* normalize npmignores
* fixup eslint ignore, etc
* lint
* remove unused
* rm from gitignore
* use strict
2017-03-25 21:46:16 -04:00
Henry Zhu
cff1c8db39
v7.0.0-alpha.5
2017-03-24 10:38:10 -04:00
Henry Zhu
b8cf7b89f2
keep one core-js helper file in git, remove babel-runtime from deps ( #5540 )
2017-03-24 10:36:41 -04:00
azrael25
0eb898d95b
fix babel-runtime helpers gererator ( #5539 )
2017-03-24 08:56:41 -04:00
Henry Zhu
ab68800e06
v7.0.0-alpha.3
2017-03-23 15:49:01 -04:00
Jason Julian
640515b3f6
removed unused alias in babel-runtime ( #5516 )
2017-03-22 20:03:35 -04:00
Henry Zhu
26b9f9ed15
commit one helper to git to check regressions
2017-03-22 18:18:08 -04:00
Henry Zhu
483958b24d
fix runtime helpers
...
Ref f3f907bdb3 (diff-339968af11c78f10673c78c6c7568d2fR34)
2017-03-22 18:07:11 -04:00
Henry Zhu
534f621183
remove unused use of removed util class
2017-03-17 10:41:19 -04:00
Diogo Franco (Kovensky)
8dc2176a04
Fix Node 4 parse errors
2017-03-10 16:36:20 +09:00
Diogo Franco (Kovensky)
cf5ab16ff9
Add useBuiltIns and useESModules options to transform-runtime
...
useBuiltIns uses versions of the helpers that do not import even
internal polyfills from core-js.
useESModules uses versions of the helpers that do not go through
transform-es2015-modules-commonjs. This allows for smaller builds in
module systems like webpack, as it doesn't need to preserve commonjs
semantics.
This includes changes to the babel-runtime build-dist script, which
will build the versions of the runtime helpers to be used by
combinations of useBuiltIns and useESModules.
2017-03-10 16:27:35 +09:00
Henry Zhu
11e54a6bd3
v7.0.0-alpha.1
2017-03-02 16:04:47 -05:00
Henry Zhu
d33d023594
Merge remote-tracking branch 'origin/master' into merge-master
2017-02-23 18:54:15 -05:00
Logan Smyth
7dcc9708e3
Manually bump and publish babel-runtime
2017-02-14 11:26:49 -08:00
Kai Cataldo
e09ea222c9
Remove babel-runtime from packages' dependencies ( #5218 )
2017-01-27 09:04:35 -05:00
Vivek Kumar Bansal
728072f47b
[7.0] Remove old babel-runtime code ( #5187 )
2017-01-21 11:25:29 -05:00
Henry Zhu
e9fc38bcd3
v6.22.0
2017-01-19 19:33:22 -05:00
Logan Smyth
e18dc7a6d3
Avoid destructuring in untranspiled script.
2017-01-15 13:54:54 -08:00
Andres Suarez
658f13e030
Replace uses of "lodash/each" with native equivalents
2017-01-15 13:54:54 -08:00
Andres Suarez
85b3aec747
Use native or lodash util module where full "lodash" is required
2017-01-15 13:35:00 -08:00
Henry Zhu
608e77e389
v6.20.0
2016-12-08 18:25:39 -05:00
Ben Newman
44fe114939
Upgrade regenerator-runtime to version 0.10.0. ( #4877 )
...
This changes the behavior of `runtime.awrap` to match the output of https://github.com/leebyron/async-to-gen .
See this commit for further explanation of why this change is a good idea: e62a7e5008
2016-12-08 10:13:53 -05:00
Henry Zhu
46e15d9557
v6.18.0 for babel-runtime [skip ci]
2016-10-24 18:46:56 -04:00
Henry Zhu
55f20afe1c
v6.11.6
2016-07-26 18:12:25 -04:00
Henry Zhu
c5836b0bc2
Misc: remove unused devDep [skip ci]
2016-07-25 09:44:44 -04:00
Henry Zhu
5b3db3aceb
v6.9.2
2016-05-29 19:16:15 -04:00
Henry Zhu
e95ff9effb
Fix: for babel-runtime, regenerator-runtime should be a dependency now ( #3516 )
2016-05-29 19:14:42 -04:00
Henry Zhu
77ac82b9f5
v6.9.1
2016-05-29 15:50:04 -04:00
Ben Newman
b3acf9100e
Make babel-runtime use regenerator-runtime from npm. ( #3494 )
...
The source repository for regenerator-runtime can now be found at
https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime
This also removes the babel-regenerator-runtime package, now that the only
difference between it and regenerator-runtime has been resolved:
bc8d2d672c
2016-05-28 19:04:48 -04:00
Henry Zhu
cf6304a34b
v6.9.0
2016-05-17 14:49:17 -04:00
Denis Pushkarev
16ad574e48
Update core-js to 2.4 ( #3480 )
2016-05-16 16:46:22 -04:00
Jordan Klassen
dc1f40540d
Upgrade to lodash 4 ( #3315 )
...
* Upgrade to lodash 4
* Fix incorrect require in babel-runtime/scripts
* Replace cloneDeep with cloneDeepWith where applicable
2016-05-13 17:15:14 -04:00
Henry Zhu
68cdb2133d
v6.6.1
2016-02-29 19:27:09 -05:00
Henry Zhu
188dbcb61c
Update polyfill/runtime README
2016-02-29 19:24:07 -05:00
Henry Zhu
f34e6518ff
v6.6.0
2016-02-29 16:12:12 -05:00
Denis Pushkarev
e50be68400
add special case for legacy modules to the runtime build script
2016-02-09 15:28:17 +06:00
Denis Pushkarev
79214b3b05
update core-js
2016-02-09 07:31:02 +06:00
Henry Zhu
f9f8ad6eff
v6.5.0
2016-02-06 19:06:41 -05:00
Sebastian McKenzie
4e20a99b89
Revert "update core-js"
2016-01-03 03:41:40 +00:00
Denis Pushkarev
49880e4e81
update core-js
2015-12-24 21:34:53 +06:00
Amjad Masad
9303517bab
v6.3.19
2015-12-14 14:11:36 -08:00
Logan Smyth
d2ee421941
Make runtime point at itself and avoid nesting helpers - fixes T6644
2015-12-06 09:56:50 -08:00
Logan Smyth
b9e675597c
Make alternate compat names load from main helpers
2015-12-05 23:57:35 -08:00