Nanobox v0.18.0 Release Notes

Release Date: 2016-02-04 // about 8 years ago
  • ๐Ÿ’ฅ BREAKING CHANGES:

    • All relevant "dev" commands are now sub-commands of "dev" in preparation for production commands.

    ๐Ÿ”‹ FEATURES:

    • Added the ability to create, publish, and fetch "services" similar to the way "engines" are now.
    • Removed "overlays" when publishing or fetching engines; engines now take a list of files required for the build, specified in the Enginefile (this is done as part of the most away from "zero config")

    ๐Ÿ‘Œ IMPROVEMENTS:

    • More tests added.
    • Removed all "default" and "common" stuff for now in favor of a cleaner implementation later

    ๐Ÿ› BUG FIXES:

    • Fixed an issue where the raw terminal was being closed early causing double output and improper capturing of signals connected via "terminal commands".
    • Fixed an issue causing deploys to happen on every dev, rather than only after a recent reload.