43 Commits

Author SHA1 Message Date
Henry Zhu
9031ea073c 1.1.6 2017-01-06 17:34:29 -05:00
Henry Zhu
a9181a218c 1.1.5 2017-01-04 12:44:18 -05:00
Brian Ng
ad23d2ee39 Drop unneeded eslint-plugin-flow-vars dep (#115) 2017-01-01 22:25:50 -05:00
Henry Zhu
783a0bdc9c 1.1.4 2016-12-16 18:05:23 -05:00
Henry Zhu
44b140af23 1.1.3 2016-12-16 18:03:33 -05:00
Henry Zhu
e3abd80927 1.1.2 2016-12-16 17:27:00 -05:00
Henry Zhu
01415d3fd8 1.1.1 2016-12-13 18:11:53 -05:00
Henry Zhu
c9ff11ccb8 1.1.0 2016-12-13 18:00:47 -05:00
Brian Ng
0ad9b7a177 Merge pull request #88 from babel/feature/move-erroneous-dependency-to-dev
Move linting dependency to be dev only
2016-12-12 12:03:58 -06:00
Eric Baer
81c157b285 Cleanup lib before rebuilding (#87) 2016-12-12 12:34:27 -05:00
Eric Baer
3ef4001521 Move linting dependency to be dev only 2016-12-12 09:31:45 -08:00
Eric Baer
9439b7fe1a Refactor build data for clarity/consistency (#81) 2016-12-12 08:11:19 -05:00
Eric Baer
4a27c280ba Update linting rules to cover all js (#82) 2016-12-12 08:02:44 -05:00
Eric Baer
a9d99fd135 Update eslint config to align with other babel projects (#79) 2016-12-12 00:33:18 -05:00
Henry Zhu
21dfdd8bbb 1.0.2 2016-12-10 11:34:07 -05:00
Henry Zhu
9a69fff935 1.0.1 2016-12-10 10:20:22 -05:00
Henry Zhu
b8f03ee09d 1.0.0 2016-12-09 15:51:53 -05:00
Henry Zhu
6ffd13af85 fixes 2016-12-09 11:23:46 -05:00
Henry Zhu
bcc2ddbf4e 0.0.9 2016-11-24 15:55:12 -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
713ef4427d 0.0.8 2016-11-16 12:28:14 -05:00
Henry Zhu
f8a02a8a9f 0.0.7 2016-11-02 19:00:46 -04:00
Henry Zhu
a5daad4d32 Use compat-table equals option (#36)
* Use compat-table equals option

* fixes
2016-11-02 17:09:32 -04:00
Henry Zhu
9e97b59a2f fixes [skip ci] 2016-11-02 12:02:23 -04:00
Henry Zhu
414acf5fda Change default behavior to act the same as babel-preset-latest (#33)
* Do not throw on empty options, and default to latest preset

* fix lint
2016-11-02 11:57:26 -04:00
Henry Zhu
aa61aabb82 run lint separately (#32) 2016-11-02 11:09:51 -04:00
Henry Zhu
8356dd18a2 Simple changelog [skip ci] 2016-11-01 19:53:57 -04:00
Henry Zhu
dcb9e9dd66 Add fixture helper for tests (#28) 2016-11-01 17:46:49 -04:00
Henry Zhu
5ab09c9617 0.0.6 2016-10-12 22:21:26 -04:00
Henry Zhu
3604ff24c3 0.0.5 2016-10-12 22:18:02 -04:00
Henry Zhu
15f05c0e9e back to upstream, update data for new ff 2016-10-12 21:46:43 -04:00
Artem Yavorsky
03f6cae25f Adds browsers property to use browserslist's queries (#19)
* Use browserslist to parse browsers from query.

* Update README.

* Use int values.

* Allow `isPluginRequired` use browserslist queries.

* Fix conflicts during different versions merging.

* Add tests for browserslist queries.

* Early return for getTargets.

* Update README: Describe `browsers` option.

* fix doc [skip ci]

* Move to dependencies [skip ci]

* Remove unused const.

* Use doublequotes for strings.
2016-10-12 21:37:50 -04:00
Henry Zhu
d11eace18c 0.0.4 2016-10-06 23:55:53 -04:00
Henry Zhu
d11c2af388 0.0.3 2016-10-06 23:09:57 -04:00
Henry Zhu
d221bfba91 Temp rm experimental (#17)
* Temporarily remove experimental plugins since not used

* readme
2016-10-06 23:05:34 -04:00
Henry Zhu
a665d4a5ae update node data, fix version issues (#13) 2016-10-06 22:33:03 -04:00
Henry Zhu
6b9404ab52 fixes, run build script in node 0.10 with babel-node (#12)
* fixes, run build script in node 0.10 with babel-node

* try node
2016-10-06 17:08:13 -04:00
Ville Immonen
77a6d686ba Build the browser data from ES compatibility table (#8)
Use the data from https://github.com/kangax/compat-table to build the
browser data.

Each Babel plugin is mapped to a list of features in the compatibility
table (in `data/pluginFeatures.js`), and the minimum supporting
version looked up from the compatibility test data. The script builds
the final browser data file in `data/plugins.json`.
2016-10-06 14:23:01 -04:00
Henry Zhu
1bf315d388 0.0.2 2016-09-30 17:41:26 -04:00
Henry Zhu
7f24f0966b 0.0.1 2016-09-13 17:06:51 -04:00
Henry Zhu
2c97212fd4 modules/loose opts from es2015 preset, add travis (#6)
* modules/loose opts from es2015 preset, add travis

* Update .travis.yml

* fix plugin function [skip ci]
2016-09-05 23:39:50 -04:00
Eric Baer
78c21a282a Implement very basic (but working) functionality (#3)
* Implement very basic (but working) functionality

* Correct PR based on feedback
2016-09-01 11:55:50 -04:00
Henry Zhu
dbe48b5157 init data (#1) 2016-08-30 17:56:04 -04:00