Skip to content

v0.1.1

Compare
Choose a tag to compare
released this 04 Jul 07:28
· 1038 commits to master since this release
  • 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 run fly 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