v0.1.1
-
Now Fly uses Fly to build itself. See
Flyfile.babel.js
at the root of the project. -
Improved error tracing.
This should be useful during development. In the future advanced error tracing should be configurable via
process.env.DEVELOPMENT
. -
Add consistent support for multiple Node versions.
-
Support Flyfile, flyfile, Flypath and flypath mapped to all the available
jsVariant
extensions by default when you runfly
on the command line.
Before you had to use fly -f path/to/file
in order to run a specific Flyfile. You can still use -f
, but now Fly will automatically attempt to load Flyfiles based in the extension automatically.
- Improve handling of globs by allowing nested arrays (See
util.flatten
). - Improve documentation and revise CONTRIBUTING.md