Sebastian McKenzie
|
fdcf64265e
|
v5.0.7
v5.0.7
|
2015-04-04 04:49:31 +11:00 |
|
Sebastian McKenzie
|
ffdfb491eb
|
disable identifier resolution - fixes #1149
|
2015-04-04 04:46:49 +11:00 |
|
Sebastian McKenzie
|
eedd431f2b
|
remove HOMEPATH from register cache home resolution
|
2015-04-04 04:40:10 +11:00 |
|
Sebastian McKenzie
|
db9ed0235f
|
finally fix cli tests
|
2015-04-04 04:39:28 +11:00 |
|
Sebastian McKenzie
|
6c98d39937
|
grr, debugging travis builds is hard
|
2015-04-04 04:01:35 +11:00 |
|
Sebastian McKenzie
|
20651df3ce
|
try and fix babel cli bootstrap
|
2015-04-04 03:47:47 +11:00 |
|
Sebastian McKenzie
|
f3155919fe
|
shift USERPROFILE over in home resolution in babel/register - fixes #1148
|
2015-04-04 03:46:07 +11:00 |
|
Sebastian McKenzie
|
0ac8330899
|
remove bable-core in babel-cli bootstrap
|
2015-04-04 03:40:01 +11:00 |
|
Sebastian McKenzie
|
67201e9698
|
add ignore/only option to cli
|
2015-04-04 03:31:19 +11:00 |
|
Sebastian McKenzie
|
c715d96e46
|
wrap non-arrays/strings/falsys in an array in util.list - fixes babel/babelify#69
|
2015-04-04 02:40:09 +11:00 |
|
Sebastian McKenzie
|
b7a08100a6
|
add default live bindings to common module formatter
|
2015-04-04 01:56:58 +11:00 |
|
Sebastian McKenzie
|
5f91ee8a1a
|
5.0.6
|
2015-04-03 23:15:34 +11:00 |
|
Sebastian McKenzie
|
bc1abb5103
|
v5.0.6
v5.0.6
|
2015-04-03 23:13:43 +11:00 |
|
Sebastian McKenzie
|
4b9207e5df
|
add 5.0.6 changelog
|
2015-04-03 23:12:10 +11:00 |
|
Sebastian McKenzie
|
e847f3685f
|
should only throw an error for colliding param bindings for let and const
|
2015-04-03 23:11:04 +11:00 |
|
Sebastian McKenzie
|
d64c2c0c45
|
turn internalRemap into a null inherited object, fixes a nasty bug where module import live bindings would return a function if they referenced a method on Object.prototype (eg. toString)
|
2015-04-03 23:10:09 +11:00 |
|
Sebastian McKenzie
|
76d0fb4ba6
|
5.0.5
|
2015-04-03 22:44:16 +11:00 |
|
Sebastian McKenzie
|
0f33b7bfbc
|
v5.0.5
v5.0.5
|
2015-04-03 22:42:50 +11:00 |
|
Sebastian McKenzie
|
630224e504
|
add 5.0.5 changelog
|
2015-04-03 22:41:06 +11:00 |
|
Sebastian McKenzie
|
62980ab6b4
|
Merge branch 'master' of github.com:babel/babel
t push
|
2015-04-03 22:38:28 +11:00 |
|
Sebastian McKenzie
|
d34480b42b
|
add support for arrays to util.list - fixes #["foo", "bar"]
|
2015-04-03 22:38:08 +11:00 |
|
Sebastian McKenzie
|
306de2edbf
|
Merge pull request #1144 from tricknotes/fix-for-browserify
Update core-js to ^0.8.1
|
2015-04-03 22:23:48 +11:00 |
|
Ryunosuke SATO
|
c33e84730d
|
Update core-js to ^0.8.1
This version fixes the error for some environments that
has no `setTimeout`/`setInterval`.
|
2015-04-03 18:38:33 +09:00 |
|
Sebastian McKenzie
|
20f28aba64
|
5.0.4
|
2015-04-03 15:34:20 +11:00 |
|
Sebastian McKenzie
|
9c312607d1
|
Merge branch 'master' of github.com:babel/babel
|
2015-04-03 15:33:27 +11:00 |
|
Sebastian McKenzie
|
33659711c3
|
Merge pull request #1142 from cesarandreu/add-babel-readme
Add README.md to babel-cli
|
2015-04-03 15:33:00 +11:00 |
|
Sebastian McKenzie
|
b154af48a7
|
Merge branch 'master' of github.com:babel/babel
|
2015-04-03 15:32:52 +11:00 |
|
Cesar Andreu
|
bad877946f
|
Add README.md to babel-cli
|
2015-04-02 21:31:47 -07:00 |
|
Sebastian McKenzie
|
dff3751e7f
|
v5.0.4
v5.0.4
|
2015-04-03 15:31:08 +11:00 |
|
Sebastian McKenzie
|
23038dcfff
|
Merge pull request #1141 from fkling/patch-1
Update SO link in README.md
|
2015-04-03 15:30:47 +11:00 |
|
Felix Kling
|
7c7a7ee17f
|
Update README.md
The SO link currently points to https://github.com/babel/babel/blob/master/stackoverflow.com, which is incorrect. After this change it points to the list of babeljs questions.
|
2015-04-02 21:29:56 -07:00 |
|
Sebastian McKenzie
|
9f467ef7c0
|
5.0.3
|
2015-04-03 15:29:16 +11:00 |
|
Sebastian McKenzie
|
a52f9ab346
|
add 5.0.4 changelog
|
2015-04-03 15:29:11 +11:00 |
|
Sebastian McKenzie
|
5ccbed585b
|
Merge pull request #1140 from cesarandreu/patch-2
Avoid searching .babelrc if breakConfig is set
|
2015-04-03 15:27:24 +11:00 |
|
Sebastian McKenzie
|
f7c7da7526
|
v5.0.3
v5.0.3
|
2015-04-03 15:24:47 +11:00 |
|
Cesar Andreu
|
ed58c80c64
|
Avoid searching .babelrc if breakConfig is set
|
2015-04-02 21:24:06 -07:00 |
|
Sebastian McKenzie
|
d7fb9f67df
|
t push
make publish
Merge branch 'master' of github.com:babel/babel
|
2015-04-03 15:23:03 +11:00 |
|
Sebastian McKenzie
|
eef6002324
|
add 5.0.3 changelog
|
2015-04-03 15:22:36 +11:00 |
|
Sebastian McKenzie
|
32bcf4c3a5
|
Merge pull request #1139 from cesarandreu/patch-3
Add breakConfig to options.json
|
2015-04-03 15:19:41 +11:00 |
|
Sebastian McKenzie
|
86060cb0ce
|
switch back to global uid registry - fixes #1136
|
2015-04-03 15:18:04 +11:00 |
|
Cesar Andreu
|
66a836d435
|
breakConfig should be hiddebn
|
2015-04-02 21:14:26 -07:00 |
|
Cesar Andreu
|
ecc14c2a31
|
Add breakConfig to options.json
|
2015-04-02 21:09:56 -07:00 |
|
Sebastian McKenzie
|
7e9b60fba5
|
turn into absolute location if not for rc resolution - fixes #1137
|
2015-04-03 15:03:00 +11:00 |
|
Sebastian McKenzie
|
313f1e755a
|
5.0.2
|
2015-04-03 06:55:53 +11:00 |
|
Sebastian McKenzie
|
8c7ef0a2c9
|
v5.0.2
v5.0.2
|
2015-04-03 06:53:46 +11:00 |
|
Sebastian McKenzie
|
8f79010b16
|
add regression test for #1130
|
2015-04-03 06:52:23 +11:00 |
|
Sebastian McKenzie
|
022e6f26aa
|
fix not being able to call non-writable methods - fixes #1133
|
2015-04-03 06:52:17 +11:00 |
|
Sebastian McKenzie
|
138fa6c9f8
|
add 5.0.1 changelog
|
2015-04-03 06:52:02 +11:00 |
|
Sebastian McKenzie
|
c07704cc80
|
remove parentPath existence check
|
2015-04-03 06:48:46 +11:00 |
|
Sebastian McKenzie
|
bf811ea34a
|
5.0.1
|
2015-04-03 06:47:47 +11:00 |
|