This repository has been archived by the owner on Apr 9, 2020. It is now read-only.
v0.14.0
- Bug
- [Cli] Fixing
start
(orrestart
) just opens the default system;
- [Cli] Fixing
- Enhancements
- [Code] Replaced Promises: Q with bluebird #386;
- [Code] Replaced
q-io/fs
withutils/file_async
a bluebird promisifiedfs-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
andasyncUnsubscribe
fromazk
module; - [Code] Using file-async npm lib
- [Code] Removing fs-extra dependency
- [Cli] Replacing
cli
tocli-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 aHTTP_PORT
, this change makes this suggestion more "compatible" with most of the apps that await envPORT
. - [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;