v10.1.2
BREAKING CHANGES
- rules: avoid printing new line in logs and leave it to the developer
(impacted:logInfo()
,logWarning()
,logError()
,logAction()
) - rules: promise rejection is now an
Error
object
(impacted:getDataFromUrl()
,getJsonFromUrl()
,getSchematicSchemaOptions()
,downloadFile()
)
Features
- π rules: add new api
rule()
- π rules: add new api
runAtEnd()
- π chainable-application: allow
output
,main
andconfig
application's paths to be transpiled
Bug Fixes
- release: npm publish not working properly (see npm/cli#7726)
- rule:
> DONE
is displayed multiple times if multipleschematics
are used
Improvements
- docs: add more chainable examples + some preview images
- deps: upgrade dependencies