Nanobox v0.17.1 Release Notes

Release Date: 2015-12-21 // over 8 years ago
  • 👌 IMPROVEMENTS:

    • Moved a significant amount of logic related to creating/managing the tty terminal out of the server package and into the terminal package (61399a2).
    • Turned the execInternal command into three commands that would relate specifically to what they were doing (Console, Develop, Exec); this was done to help separate out functionality and provide clarity (61399a2).
    • Added a function (Connect) to mist that emulates the Stream functionality, but returns the client to be closed externally to the function (61399a2).
    • 'nanobox dev' will now always connect to mist (not just on deploy), passing the connection into its respective sever call, which closes the connection after it receives data from the server; this is done to allow hooks to contain output that can be displayed to the client via mist (61399a2).
    • More idiomatic way of checking flag in dev command (59b8735).