Skip to content

Releases: davidchase/buba

CLI uses commander

07 Sep 03:43
Compare
Choose a tag to compare

Breaking Change

- buba -i script.js -o dest.js
+ buba script.js -o dest.js

using buba cli there is no need for explicit input or -i

CLI support

09 Aug 03:01
Compare
Choose a tag to compare
  • CLI support, run buba --help to see available options
  • now the test support is located in buba/register so --require buba/register or require('buba/register')

1.0.4

11 Jul 14:26
Compare
Choose a tag to compare
bump version with minor bug fixes for node v4

Small Release

11 Jul 00:59
Compare
Choose a tag to compare

Update bublé dep and add no generators options

Small Patch

09 Jul 21:34
Compare
Choose a tag to compare

Added try+catch for catching errors and better stack traces when compiling

Initial release

08 Jul 22:21
Compare
Choose a tag to compare

Quick release to get the ball rolling