Eduardo Leggiero
|
d156afff2e
|
Fixed "node: current" example
`parseFloat` is not applied anymore to "node: current" logic:
The parseFloat was wrong, as `parseFloat('6.3.2')` will parse as 6.3, but `parseFloat('6.10.2')` will output 6.1 that is not correct.
Ref: https://github.com/babel/babel-preset-env/blob/master/src/targets-parser.js#L73
|
2017-07-22 18:19:54 +01:00 |
|
Henry Zhu
|
36dc6ee5dc
|
2.0.0-alpha.15
|
2017-07-19 10:52:23 -04:00 |
|
Henry Zhu
|
fa0b73ba33
|
Bump babel to alpha 15 (#372)
|
2017-07-18 09:55:30 -05:00 |
|
Ryan Tsao
|
6ae350773e
|
Normalize module format of plugins/built-ins data (#376)
* Reference plugins json instead of module in normalize-options.js
* Make plugins module format match built-ins module
|
2017-07-17 16:08:15 -04:00 |
|
Robin
|
8e8ddc3ccb
|
Fix typo on JavaScript (#375)
|
2017-07-15 11:08:42 -05:00 |
|
Brian Ng
|
f70c9f11fc
|
1.6.0
|
2017-07-04 09:59:31 -05:00 |
|
Brian Ng
|
a99f77a211
|
Update changelog
|
2017-07-04 09:58:08 -05:00 |
|
Brian Ng
|
9f8a44ab7a
|
Update yarn.lock
|
2017-07-04 09:58:01 -05:00 |
|
Brian Ng
|
65fa461a59
|
Tweak uglify option docs (#368)
|
2017-07-03 13:07:39 -05:00 |
|
Brian Ng
|
b73dac4f63
|
add test
|
2017-07-03 09:07:48 -05:00 |
|
Artem Yavorsky
|
7e718e1e46
|
Handle chromeandroid browserslist value.
|
2017-07-03 01:22:54 +03:00 |
|
Artem Yavorsky
|
51ace73e7c
|
Use nyc 10.1.2.
|
2017-07-01 18:42:37 +03:00 |
|
Artem Yavorsky
|
47cec5439a
|
Bump chai to 4.0.2.
|
2017-07-01 18:12:30 +03:00 |
|
Artem Yavorsky
|
ca37d4919d
|
Explicit targets always override browsers targets.
|
2017-07-01 18:06:34 +03:00 |
|
Artem Yavorsky
|
5152b370e7
|
Bump some stuff.
|
2017-07-01 17:57:56 +03:00 |
|
Artem Yavorsky
|
899c57b960
|
Merge branch 'master' into 2.0
# Conflicts:
# .travis.yml
# package.json
# src/targets-parser.js
# yarn.lock
|
2017-07-01 17:50:54 +03:00 |
|
Brian Ng
|
0c847c4571
|
Bump compat-table for node8 support (#363)
|
2017-07-01 09:43:00 -05:00 |
|
Henry Zhu
|
ac99d73e88
|
add probot-stale [skip ci] (#353)
|
2017-06-12 11:10:58 -04:00 |
|
Brian Ng
|
97f4d31192
|
Update changelog for v1.5.2 [skip ci]
|
2017-06-07 09:44:22 -05:00 |
|
Brian Ng
|
9850f82351
|
1.5.2
|
2017-06-07 09:38:08 -05:00 |
|
Brian Ng
|
c568150759
|
Merge pull request #346 from babel/issue345
Ensure explicit targets always override browsers key targets
|
2017-06-02 13:54:12 -05:00 |
|
Henry Zhu
|
794a522fb6
|
2.0.0-alpha.12
|
2017-06-01 14:35:03 -04:00 |
|
Brian Ng
|
ed80a4e84d
|
Add node 8 to travis (#347)
|
2017-06-01 14:21:54 -04:00 |
|
Henry Zhu
|
d6245af802
|
fix readme [skip ci]
|
2017-06-01 10:35:28 -04:00 |
|
Henry Zhu
|
b2102baaae
|
target node 8
|
2017-06-01 10:33:49 -04:00 |
|
Henry Zhu
|
41b0a79837
|
update packages to alpha.12 (#343)
* update packages to alpha.12
* fix tests
* Read babel-cli from package.json in smoke test
|
2017-06-01 10:32:28 -04:00 |
|
Brian Ng
|
36e017b427
|
Ensure explicit targets always override browsers key targets
|
2017-06-01 08:38:55 -05:00 |
|
Brian Ng
|
432495752d
|
Merge branch 'master' into 2.0
|
2017-05-31 18:58:01 -05:00 |
|
Brian Ng
|
7945c53389
|
Merge pull request #327 from yavorsky/2.0-stderr
Consider stderr for debug fixtures.
|
2017-05-25 08:49:46 -05:00 |
|
Artem Yavorsky
|
9062995324
|
README: Add string type as valid node target value (#337) [skip ci]
|
2017-05-24 07:48:53 -04:00 |
|
Brian Ng
|
eaf8d4589a
|
1.5.1
|
2017-05-22 09:30:25 -05:00 |
|
Brian Ng
|
6ad103b756
|
Update changelog for v1.5.1 [skip ci]
|
2017-05-22 09:29:08 -05:00 |
|
Brian Ng
|
fa69bfc755
|
Compile with loose mode (#332)
|
2017-05-22 10:19:55 -04:00 |
|
Brian Ng
|
0fcfcc5bf2
|
1.5.0
|
2017-05-20 14:19:39 -05:00 |
|
Brian Ng
|
3b4c36f9e4
|
Update changelog for v1.5 [skip ci]
|
2017-05-20 14:07:32 -05:00 |
|
Brian Ng
|
08d397af14
|
Merge pull request #321 from babel/backport-string-versions
Backport support for target versions as strings
|
2017-05-20 14:05:24 -05:00 |
|
Artem Yavorsky
|
842d0540a4
|
Backport: use preset-env and remove flow-strip-types (#324)
* es2015 -> env.
* Remove transform-flow-strip-types plugin.
|
2017-05-20 14:04:48 -05:00 |
|
Artem Yavorsky
|
9b9318493e
|
Merge branch 'master' into backport-string-versions
|
2017-05-20 13:04:01 +03:00 |
|
Brian Ng
|
a4e6f90d06
|
Use ensureDirSync in smoke test
|
2017-05-19 16:28:30 -05:00 |
|
Brian Ng
|
0781f711d0
|
Support target versions as strings (#231)
|
2017-05-19 16:28:30 -05:00 |
|
Brian Ng
|
72591a0ebd
|
Bump electron-to-chromium
|
2017-05-19 16:26:47 -05:00 |
|
Brian Ng
|
37c8da674a
|
Bump prettier (#289)
|
2017-05-19 15:40:19 -05:00 |
|
Artem Yavorsky
|
ddd6d66bc6
|
Remove old comments.
|
2017-05-18 16:45:33 +03:00 |
|
Artem Yavorsky
|
d320d0c587
|
Fix stderr file reading.
|
2017-05-18 16:43:37 +03:00 |
|
Artem Yavorsky
|
4d96adaf3c
|
Update stderr for usage with import.
|
2017-05-18 16:43:09 +03:00 |
|
Artem Yavorsky
|
b0ff26985f
|
Add test for stderr.
|
2017-05-18 16:20:25 +03:00 |
|
Artem Yavorsky
|
84c38182ad
|
Add usage with import ‘babel-polyfill’ fixture.
|
2017-05-18 16:20:17 +03:00 |
|
Brian Ng
|
14e9fbf345
|
Tweak version mappings to match compat-table updates (#323)
|
2017-05-17 10:26:23 -05:00 |
|
Artem Yavorsky
|
e1cb75989f
|
Add flow (#269)
|
2017-05-15 08:59:48 -05:00 |
|
Brian Ng
|
ea22361673
|
Bump browserslist. (#319)
|
2017-05-10 13:59:05 -05:00 |
|