Skip to content

Releases: manGoweb/mango-cli

v1.8.1

12 May 16:40
168ff80
Compare
Choose a tag to compare
1.8.1

v1.8.0

25 Apr 07:18
db29092
Compare
Choose a tag to compare

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

12 Mar 13:24
f9ef156
Compare
Choose a tag to compare

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

12 Jan 08:28
f4cadc3
Compare
Choose a tag to compare

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

25 Dec 15:55
89acd05
Compare
Choose a tag to compare

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

21 Dec 10:19
08a1ab8
Compare
Choose a tag to compare

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

07 Dec 17:20
70b7cd1
Compare
Choose a tag to compare

Changes

  • switch from webmake to rollup.js
  • updated babel dependencies
  • cleared unused dependencies

v1.2.2

22 Nov 10:30
Compare
Choose a tag to compare
1.2.2

v1.2.1

09 Oct 11:58
Compare
Choose a tag to compare
1.2.1

v1.2.0

03 Oct 20:50
Compare
Choose a tag to compare

Changes

  • Sharp options: Ability to specify which output options should sharp use while resizing images.