Releases: manGoweb/mango-cli
Releases · manGoweb/mango-cli
v1.8.0
Changes
- YAML files can be used as data files for templates
BUILDSTAMP
available in scripts as a string value
- Rollup: Treeshake only in production mode
- prints mango-cli version before build/dev task
- locked Babel to 7.0.0-beta.44 (as 45 breaks decorators)
- updated pug to 4.0
v1.7.0
Changes
- Updated dependencies
- sharp → 0.20.0
- gulp-better-rollup#rollup-0564 - using Rollup 0.56.4
- rollup-plugin-commonjs → 9.1.0
- others
- scripts: moved rollup_commonjs after babel
- scripts.js: typo
v1.6.0
Changes
- scripts: rollup_vue writes CSS bundle into dist_folder/vue/bundle.css
- scripts: added compilation of runtime Pug.js templates
- scripts: babel: added missing transform plugins (now as proposals)
- rollup-plugin-commonjs: downgraded to 8.2.3
- fix(package): update sharp to version 0.19.0
- package.json: upgraded all deps
v1.5.0
Changes
- rollup_babel doesn't ignore node_modules
- templates: missing console info about task start
- templates: added cwd option to gulp.src calls
- tests are now separated into single tasks
- Travis CI config: dropped Node v7, added Node v9
v1.4.0
Changes
- fixed Windows notification
- added Vue.js templates support
- error handler is nicer
- added rollup-plugin-virtual
- added v8-compile-cache for little speedup
v1.3.0
Changes
- switch from webmake to rollup.js
- updated babel dependencies
- cleared unused dependencies
v1.2.0
Changes
- Sharp options: Ability to specify which output options should sharp use while resizing images.