An open API service for software projects hosted on Open Collective.

github.com/babel/metalsmith-babel

A Metalsmith plugin to compile JavaScript with Babel
https://github.com/babel/metalsmith-babel

5.1.0

895090ca4e17fe420e5879d11cb886858a0fa633 authored over 6 years ago
use `if` field to simplify Travis CI branch exclusion

ref.

https://docs.travis-ci.com/user/conditional-builds-stages-jobs/
https://docs.travis-ci.com...

712c23c9d9dcd0cb7c8807d1baf43d2b447340f5 authored over 6 years ago
update dependencies and devDependencies

Highlights:

* follow changes of babel.loadOptions' return value
* introduce nyc-config-common t...

2de4715683d4d23b7b153371db0396311ead8fba authored over 6 years ago
test on Ubuntu 16.04.5 LTS (Xenial Xerus)

https://docs.travis-ci.com/user/reference/xenial/

65cd266bbe07483fa5ac6927627d3425e75f936b authored over 6 years ago
use Travis CI Windows build instead of AppVeyor

https://docs.travis-ci.com/user/reference/windows/

32b24d1edd7881dbe13b0a79cb0acdbecde8b0aa authored over 6 years ago
5.0.0

e0aa9f0c99a5a2287317382d73ac7fa282705cb9 authored almost 7 years ago
support TypeScript

4b2f519e2818466bb4c1ec6f753f9cb557f7fe57 authored almost 7 years ago
5.0.0-4

1a592aa9387f17254f6bc42b35589eeab1a320b8 authored almost 7 years ago
validate argument type

3986d88334b9a75cdb77df91bd2d9d6b324bc063 authored almost 7 years ago
5.0.0-3

30e48ae2d61423d51824ea0eaaddfb90dff67e29 authored almost 7 years ago
update dependencies and devDependencies

Highlights:

* update Babel from v6 to v7 and use asynchronous API
* remove to-fast-properties a...

e546600cb06e72cef7126235cdfb26c84ff712f3 authored almost 7 years ago
5.0.0-2

57ce6ce9f99f613a508b14de17c49bafbfe1a0d1 authored almost 7 years ago
use spread properties and regexp `u` flag

[BREAKING] drop support for Node.js < 8

6393b0a3383203fdd4b48c788d82d3edbb9b9430 authored almost 7 years ago
5.0.0-1

5bc76580a9bb8b1471c105d33a898a9fce4862ad authored almost 7 years ago
validate argument length

[BREAKING] drop support for Node.js < 6

a369bc4b638152e9df3ab80af8d2616a3bdcc49e authored almost 7 years ago
5.0.0-0

a155173f9812bca28197e8bfef30e38439078e09 authored almost 7 years ago
remove Buffer.from() polyfill

[BREAKING] drop support for Node.js < 4.5

50d855b309174c624b09896098859b9a69714039 authored almost 7 years ago
4.3.0

9d38fd045c401f4223976a422cface638b178553 authored about 7 years ago
ensure only non-JS files are skipped (#6)

cd081cfc8a0c2db071c8123ff8056dbf327c30c7 authored about 7 years ago
support `.mjs` file extension

ref. https://nodejs.org/api/esm.html

f2dc2493a89c5eba7a0703e4b8f1c6957ad45c14 authored over 7 years ago
4.2.1

9665c8dc0200d17a40eae51f42d9684fd1d089f7 authored over 7 years ago
apply V8 fast property hack only if needed

This plugin uses V8 fast property hack https://stackoverflow.com/questions/24987896/, but it's n...

bf3c458b90be5a33c6c81153320bcc6607afd14f authored over 7 years ago
4.2.0

577fb9e10b649883d1d42e00aaf9dcd093859c3c authored over 7 years ago
print code coverage after running test by default

9c67ba9fa5697c216d6e94d4b11b7543d00bbe18 authored over 7 years ago
switch from MIT license to ISC license

https://opensource.org/licenses/ISC

3d41b9cc922be5636841df69b11481b617c9339f authored over 7 years ago
use 64bit OS and Node.js on AppVeyor

8227d05ffa6b058e276ac22df88cdc9f52ae85d1 authored almost 8 years ago
encourage users to switch to `babel-preset-env`

https://github.com/babel/babel-preset-env

d9b6ff16383abb4c747e8344652c33b455b5b812 authored almost 8 years ago
support Node.js with no `Buffer.from` support

by using `safe-buffer` module
https://github.com/feross/safe-buffer

d635a5799ec8e492a05385d53a560bf8c76a7dc0 authored almost 8 years ago
update dependencies and devDependencies

The reason why the version of `to-fast-properties` is still pinned to v1:

$ npm ls to-fast-prop...

3977cdb15c622d05e5dab0a062742bbb2a6cb663 authored almost 8 years ago
remove obsolete `--strong_mode` flag

https://codereview.chromium.org/1773653002

df8b58933cde07560f4c89cbb45aa89dda89c5b6 authored almost 9 years ago
release v4.1.0

47665c17b2e2b7c43085b500b7ca29b37e82eac0 authored almost 9 years ago
add `sourceMapTarget` to the list of unconfigurable options

e55713c4ea90ea0536fcb289a92f90be43c9570a authored almost 9 years ago
handle the case when `sourceMaps` option is `'both'`

f4b70339133f7ddb3dd3f55be0c7e2423cc6ff55 authored almost 9 years ago
support JSX

80f99528ad0b1638538ce8d9daa625e16a25aa02 authored almost 9 years ago
update URLs

f979553d5cd1268873821891ba93668397d46905 authored almost 9 years ago
use instance methods instead of internal properties

* https://github.com/metalsmith/metalsmith/blob/faba31df3c95e4b37d072f8948d580e1df0b36af/lib/ind...

4c0571fc53235ee73056bf574b604bf156a9afda authored about 9 years ago
replace deprecated new Buffer() with Buffer.from()

https://nodejs.org/api/buffer.html#buffer_class_method_buffer_from_str_encoding

9dc98c8acde593e41406cf65f3284f02be4bd57a authored about 9 years ago
use a smaller preset

$ npm install babel-preset-es2015
└─┬ babel-preset-es2015@6.9.0
├─┬ babel-plugin-check-es2015-...

16f814451429bb79c4a8acccfbe805e0a40bb5c7 authored about 9 years ago
upgrade to ESLint v3.x

http://eslint.org/docs/user-guide/migrating-to-3.0.0

521dc75372b36400a288e89f4d55e5e051fc357d authored about 9 years ago
use wider badges to fit Github's new design

https://github.com/blog/2085-a-new-look-for-repositories

331cf6b89cfc3c11071a57cb3bda42b7cdebbe2b authored over 9 years ago
update devDependencies

00ad3da135d8163feae04976f41be0bd5a1378b5 authored over 9 years ago
release v4.0.0

f2a22d9f905120cae7e7de0450144716d571beef authored almost 10 years ago
use Node v5.x on AppVeyor

https://nodejs.org/en/blog/release/v5.0.0/

f24cda4394e0bd6ecbe1cb67ceae1a7324b107f3 authored almost 10 years ago
install istanbul-coveralls only on Travis CI

https://github.com/shinnn/istanbul-coveralls
https://www.npmjs.com/package/istanbul-coveralls

4652b502342ccaf1e610eecdd3c62a7ab8dd4dcd authored almost 10 years ago
install all deps since AppVeyor is even faster than ever

25a0d83e60247898ad7da3ad9c8133037703787b authored almost 10 years ago
upgrade to Babel v6.x

https://babeljs.io/blog/2015/10/29/6.0.0/

7a81f18af7b801c79a255f55694c952aeebb8fcd authored almost 10 years ago
clear all cache when package.json is changed

d460c0377a8d3f511610b83e019fb20c18f2429f authored almost 10 years ago
release v3.0.0

23f5674351bddc47d8d7a0d2d52733492880d688 authored almost 10 years ago
use Travis own badge

https://travis-ci.org/babel/metalsmith-babel.svg?branch=master

408c8de6039bc0f7d95d2a678f0a60a71a570aca authored almost 10 years ago
make sourceMappingURL relative to the script file itself

close #4

902a1474f9abd57e0ef2520c18c464880b87ea87 authored almost 10 years ago
tweak example code

a871d5e615acf3bd8925b7abfbef5231132c8da4 authored almost 10 years ago
use ES2015 syntax and drop Node 0.x support

56b65555b42d6b4882308cdeeb30715d3f1a5e5a authored almost 10 years ago
release v2.0.1

6ed94cbd2939e25b5478cdff453aef8d86a34f69 authored about 10 years ago
test with io.js v2.x on AppVeyor

3a40576cfda7ce555b1878c80bb92945c7dc6870 authored about 10 years ago
update dependencies and devDependencies

78fc401b57fc28704664f17e5f6be24f81c65178 authored about 10 years ago
bump eslint version to v0.20.0

595cbf39fc281789918686a724079a19d5fa83ce authored over 10 years ago
test on the latest io.js and Node

dc805f512de5262f556a72dd0b1f36e7d8d264bc authored over 10 years ago
use @shinnn/eslintrc-node and remove jscs

https://github.com/shinnn/eslintrc-node
https://www.npmjs.com/package/@shinnn/eslintrc-node

af39725039fe5e1659baf3e4bffc6ece618d35a7 authored over 10 years ago
2.0.0

9bff42797c6af6850fc39889a59a78bda653499b authored over 10 years ago
Upgrade to babel-core 5.0.0

18af28dcfc7ca2de0784c47974bb7ce32d6e1bca authored over 10 years ago
update website URL (6to5.org -> babeljs.io)

https://babeljs.io/docs/usage/options/

8ed2bac3294c740ab5f57c74c0809484851602bf authored over 10 years ago
release v1.0.0

4e6119680e0e322cb03f23c0df469080ab5e0b18 authored over 10 years ago
rename this package to metalsmith-babel

0095aa18d79dece7190e51e92537c092413256bf authored over 10 years ago
test with Node v0.12 and io.js

0ca8dae91ce6cdd25643fae611df67110e539ee3 authored over 10 years ago
bump deps

0adc752a7fdcaf381b9ad2bb19ff59fe180a8368 authored over 10 years ago
3.0.1

c3849229a3fe37b0c1bc7d6c19b5d7e45ee5c014 authored over 10 years ago
3.0.0

5d161584b50dbbe5372829fd12bca7dcbb739117 authored over 10 years ago
upgrade to 6to5 3.0.0 and use 6to5-core

285a24026a955675196e4ba8ea5f37abddde256b authored over 10 years ago
release v1.0.0

2a753ee2812630d6d6309bc4f2824e362ea09353 authored over 10 years ago
Move repository to 6to5 org

close #1

dde943bcf2a3d82e9cc8a3f2d2b10160d1a9ee8c authored over 10 years ago
fix badge URL

5ac1b501f15e707ed48a280f0ba9873369aa6c46 authored over 10 years ago
init

9f70cb9825eaf1c802b7994aea78aab2386cc0f9 authored over 10 years ago