Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

v0.14.0

Compare
Choose a tag to compare
@fearenales fearenales released this 19 Jun 00:10
· 901 commits to master since this release
  • Bug
    • [Cli] Fixing start (or restart) just opens the default system;
  • Enhancements
    • [Code] Replaced Promises: Q with bluebird #386;
    • [Code] Replaced q-io/fs with utils/file_async a bluebird promisified fs-extra #386;
    • [Code] No more direct call to Q or any other Promise lib, only by utils/promises #386;
    • [Code] Removed progress() Promises helper. Included postal: subscribe and publish functions #385;
    • [Code] Removing async, defer, publish, subscribe and asyncUnsubscribe from azk module;
    • [Code] Using file-async npm lib
    • [Code] Removing fs-extra dependency
    • [Cli] Replacing cli to cli-router, #382 #418 #259;
    • [Cli] Adding scripts to bash completion, #171;
    • [Agent] The start process of the "agent" was redesigned to become safer and less complex. The code responsible for starting it in the background has been moved to the ./bin/bash;
    • [Suggesting] Now node.js suggestions have a env PORT for to get a HTTP_PORT, this change makes this suggestion more "compatible" with most of the apps that await env PORT.
    • [Suggesting] Refactor Rule and Suggestion base class;
    • [Suggesting] Removing (trim) multiple new_line before generate a new Manifestfile;
    • [Suggesting] Adding elixir suggestions;
    • [Suggesting] Adding elixir_phoenix suggestions;