Brian Ng
3b60dc5444
Fix issue with Object.getOwnPropertySymbols ( #71 )
2016-12-10 11:33:22 -05:00
Henry Zhu
9a69fff935
1.0.1
2016-12-10 10:20:22 -05:00
Henry Zhu
f1619e9b16
v1.0.1 changelog ( #69 ) [skip ci]
2016-12-10 10:15:59 -05:00
Henry Zhu
44c40cf7ab
fix regenerator import ( #68 )
2016-12-10 10:11:15 -05:00
Henry Zhu
b8f03ee09d
1.0.0
2016-12-09 15:51:53 -05:00
Henry Zhu
552f587082
changelog ( #65 )
2016-12-09 15:49:04 -05:00
Henry Zhu
64ed1ba167
add tests for electron option
...
Closes gh-55
2016-12-09 14:42:26 -05:00
Paul Betts
a38f07181d
Map Electron versions to Chromium ones
2016-12-09 14:42:11 -05:00
Henry Zhu
b44949025a
Merge pull request #56 from babel/builtins-option
...
add useBuiltIns option
2016-12-09 11:57:46 -05:00
Henry Zhu
08cd975eb4
always include web polyfills for now
2016-12-09 11:23:46 -05:00
Henry Zhu
d2976bed13
remove console.log, fix tests
2016-12-09 11:23:46 -05:00
Brian Ng
66ab523dd6
Use array features for symbol and array.iterator ( #64 )
2016-12-09 11:23:46 -05:00
Henry Zhu
d318916416
do not count against if core-js does not implement
2016-12-09 11:23:46 -05:00
Henry Zhu
541ebb5e5f
also import regenerator when the transform is required
2016-12-09 11:23:46 -05:00
Henry Zhu
8e2aa82991
also transform 'core-js'
2016-12-09 11:23:46 -05:00
Henry Zhu
5d32ca6bb3
prevent duplicate imports
2016-12-09 11:23:46 -05:00
Henry Zhu
69e9138637
extra tests
2016-12-09 11:23:46 -05:00
Henry Zhu
771e5d2cd6
account for multiple features ( #62 )
2016-12-09 11:23:46 -05:00
Henry Zhu
bd1ed28242
separate years, add es2016, es2017
2016-12-09 11:23:46 -05:00
Brian Ng
4d40b6ab5b
Add builtins for object and es7 string
2016-12-09 11:23:46 -05:00
Artem Yavorsky
99c078e92a
Add logs for polyfills. ( #59 )
2016-12-09 11:23:46 -05:00
Henry Zhu
6ffd13af85
fixes
2016-12-09 11:23:46 -05:00
Henry Zhu
a238bf368a
update readme
2016-12-09 11:23:46 -05:00
wtgtybhertgeghgtwtg
7a18a01411
Add .eslintignore and .travis.yml to .npmignore. ( #63 ) [skip ci]
2016-12-08 11:49:29 -05:00
Henry Zhu
066445ca30
add downloads badge [skip ci]
2016-12-05 22:28:28 -05:00
Henry Zhu
d06270498b
add some tests
2016-12-02 17:58:31 -05:00
Henry Zhu
3a7a1b9221
add more features
2016-12-02 16:47:38 -05:00
Brian Ng
36c6fcaf23
Add math builtins
2016-12-02 16:04:07 -05:00
Henry Zhu
7afe25bda1
change format
2016-12-02 16:04:02 -05:00
Henry Zhu
c09532f035
plugin transforms the imports/requires
2016-12-02 15:33:27 -05:00
Henry Zhu
6c58d93602
setup the babel plugin to transform the babel-polyfill calls + pass the data option to the plugin from the preset
2016-12-02 13:04:21 -05:00
Henry Zhu
60efc0dd10
add useBuiltIns option
2016-12-02 11:43:36 -05:00
Henry Zhu
457131f219
v0.0.9 changelog [skip ci]
2016-11-24 15:58:09 -05:00
Henry Zhu
bcc2ddbf4e
0.0.9
2016-11-24 15:55:12 -05:00
Henry Zhu
b03180a26c
add opera at the end
2016-11-24 15:54:54 -05:00
Sergey Rubanov
56817f8e7c
Update data generation for latest compat-table ( #50 )
...
* Update data generation for latest compat-table. See https://github.com/kangax/compat-table/pull/964
* fix compat-table version
2016-11-23 23:20:52 -05:00
Henry Zhu
54ce049760
fix headings [skip ci]
2016-11-23 08:09:47 -05:00
Henry Zhu
5739755a48
Add opera ( #48 )
2016-11-23 07:57:24 -05:00
Henry Zhu
7f93092bdc
update description [skip ci]
2016-11-23 07:52:47 -05:00
Vesa Laakso
cf8591543d
💅 Fix CHANGELOG.md nail polish emoji ( #47 ) [skip-ci]
2016-11-17 07:56:57 -05:00
Henry Zhu
38340777d6
0.0.8 changelog [skip ci]
2016-11-16 12:30:44 -05:00
Henry Zhu
713ef4427d
0.0.8
2016-11-16 12:28:14 -05:00
Henry Zhu
1115bec3c3
Only console.log the debug info once ( #46 )
2016-11-16 12:27:39 -05:00
Henry Zhu
d42c6ea3d2
update rest-spread [skip-ci]
2016-11-16 11:30:05 -05:00
Sergey Rubanov
9ca27436a9
Update data generation for latest compat-table. See https://github.com/kangax/compat-table/pull/960 ( #44 )
2016-11-14 17:42:44 -05:00
Diogo Franco
d407ddc00c
Fix lint
2016-11-11 01:43:21 +09:00
Diogo Franco
cbd827b9db
Rename ios_saf in browserslist data to ios, ignore unknown browsers
...
browserslist queries, especially ones with percentages, often bring in mobile browsers that _probably_ have the similar support level as desktop ones, but since there's no support for them in the data, including them here would just lead to all plugins being enabled always.
It's also easy to get crazy things like `op_mini` or `and_uc` in the results.
Browserslist also reports iOS Safari as `ios_saf`, while the data uses `ios`, so it needs to be renamed.
2016-11-11 01:32:17 +09:00
Henry Zhu
f8a02a8a9f
0.0.7
2016-11-02 19:00:46 -04:00
Henry Zhu
4019d20945
fixes [skip ci]
2016-11-02 18:21:14 -04:00
Henry Zhu
d8b3447766
add changelog [skip ci]
2016-11-02 18:18:55 -04:00