aofl-js-packages/resource-enumerate - added a new property ready that is a promise that resolves when init() is done fetching config files. get() awaits this promise.
[Changed]
issue template
cli-tools/cli - generate c changed context to ctx in template.js
[Deprecated]
[Removed]
[Fixed]
cli-tools/cli fixed aofl init new/directory
Add chrome and firefox addons in travis config for pull requests coming from forked repos
Push store instances to window.aoflDevtools.storeInstances, when window.aoflDevtools exists or the app runs in development mode, instead of exposing a global variable window.storeInstance.
[Deprecated]
[Removed]
[Fixed]
cli
Fixed issue with child_process.spawn on windows by using cross-spawn. (https://stackoverflow.com/questions/37459717/error-spawn-enoent-on-windows) #11 #12