mango-cli

A project scaffolding and build tool to accelerate your development

MIT License

Downloads
415
Stars
30
Committers
12

Bot releases are hidden (Show)

mango-cli - https://github.com/manGoweb/mango-cli/releases/tag/v2.5.1

Published by enzy almost 6 years ago

mango-cli -

Published by enzy about 6 years ago

Changes

Dependencies update, notably TypeScript 3.1 and ts-loader 5.2.1

mango-cli -

Published by enzy about 6 years ago

Changes

Updated dependencies:

  • autoprefixer ^9.1.3 → ^9.1.5
  • babel-loader ^8.0.0 → ^8.0.2
  • sharp ^0.20.7→ ^0.20.8
  • ts-loader ^4.5.0 → ^5.0.0
  • typescript ^3.0.1 → ^3.0.3
  • webpack ^4.17.1 → ^4.17.2
mango-cli -

Published by enzy about 6 years ago

Changes

Updated dependencies:

  • @babel/core 7.0.0-rc.1 → 7.0.0
  • @babel/plugin-proposal-class-properties 7.0.0-rc.1 → 7.0.0
  • @babel/plugin-proposal-decorators 7.0.0-rc.1 → 7.0.0
  • @babel/plugin-proposal-object-rest-spread 7.0.0-rc.1 → 7.0.0
  • @babel/plugin-syntax-class-properties 7.0.0-rc.1 → 7.0.0
  • @babel/plugin-syntax-decorators 7.0.0-rc.1 → 7.0.0
  • @babel/plugin-syntax-object-rest-spread 7.0.0-rc.1 → 7.0.0
  • @babel/preset-env 7.0.0-rc.1 → 7.0.0
  • @babel/preset-react 7.0.0-rc.1 → 7.0.0
  • autoprefixer ^9.1.1 → ^9.1.3
  • babel-loader ^8.0.0-beta.4 → ^8.0.0
  • browser-sync ^2.24.6 → ^2.24.7
  • semver ^5.5.0 → ^5.5.1
  • sharp ^0.20.5 → ^0.20.7
  • ts-loader ^4.4.2 → ^4.5.0
  • webpack ^4.16.5 → ^4.17.1
mango-cli -

Published by enzy about 6 years ago

Changes

Updated dependencies:

  • @babel/core 7.0.0-beta.55 → 7.0.0-rc.1
  • @babel/plugin-proposal-class-properties 7.0.0-beta.55 → 7.0.0-rc.1
  • @babel/plugin-proposal-decorators 7.0.0-beta.55 → 7.0.0-rc.1
  • @babel/plugin-proposal-object-rest-spread 7.0.0-beta.55 → 7.0.0-rc.1
  • @babel/plugin-syntax-class-properties 7.0.0-beta.55 → 7.0.0-rc.1
  • @babel/plugin-syntax-decorators 7.0.0-beta.55 → 7.0.0-rc.1
  • @babel/plugin-syntax-object-rest-spread 7.0.0-beta.55 → 7.0.0-rc.1
  • @babel/preset-env 7.0.0-beta.55 → 7.0.0-rc.1
  • @babel/preset-react 7.0.0-beta.55 → 7.0.0-rc.1
  • gulp-postcss ^7.0.1 → ^8.0.0
  • autoprefixer ^9.0.2 → ^9.1.1
  • gulp-clean-css ^3.9.4 → ^3.10.0
  • v8-compile-cache ^2.0.0 → ^2.0.2
  • webpack ^4.16.3 → ^4.16.5
  • webpack-stream ^5.1.0 → ^5.1.1
mango-cli -

Published by enzy about 6 years ago

Changes

  • using ts-loader instead of Babel transform
  • TypeScript 3.0.1 💥
  • dev mode now uses separate webpack watch (for scripts) resulting in faster incremental builds
  • fixed tests not running init hook from config
  • docker image now uses node:10, also dropped support for Ocaml

Updated dependencies:

  • @babel/core -> 7.0.0-beta.55
  • @babel/plugin-proposal-class-properties -> 7.0.0-beta.55
  • @babel/plugin-proposal-decorators -> 7.0.0-beta.55
  • @babel/plugin-proposal-object-rest-spread -> 7.0.0-beta.55
  • @babel/plugin-syntax-class-properties -> 7.0.0-beta.55
  • @babel/plugin-syntax-decorators -> 7.0.0-beta.55
  • @babel/plugin-syntax-object-rest-spread -> 7.0.0-beta.55
  • @babel/preset-env -> 7.0.0-beta.55
  • @babel/preset-react -> 7.0.0-beta.55
  • autoprefixer -> ^9.0.2
  • babel-loader -> ^8.0.0-beta.4
  • browser-sync -> ^2.24.6
  • chokidar -> ^2.0.4
  • compression -> ^1.7.3
  • gulp-clean-css -> ^3.9.4
  • gulp-less -> ^4.0.1
  • gulp-pug -> ^4.0.1
  • gulp-rename -> ^1.4.0
  • sharp -> ^0.20.5
  • ts-loader -> ^4.4.2
  • typescript -> ^3.0.1
  • webpack -> ^4.16.3
  • webpack-stream -> ^5.1.0
  • yargs -> ^12.0.1
  • should -> ^13.2.3
mango-cli -

Published by enzy over 6 years ago

Changes

  • JS config support mango.config.js. Also supports async function as export.
  • switched from commander to yargs
  • html-loader minify by default
  • Deprecated: install command
  • updated deps
    • webpack v4.12.0
mango-cli -

Published by enzy over 6 years ago

Changes

  • html-loader not processing attrs by default
mango-cli -

Published by enzy over 6 years ago

Changes

  • added html-loader
mango-cli -

Published by enzy over 6 years ago

Changes

  • Webpack 🌟 as JS bundler instead of Rollup
  • dropped Vue template support
  • dropped Coffeescript support
  • updated gulp-sass
  • added Node.js v10 support
mango-cli - https://github.com/manGoweb/mango-cli/releases/tag/v1.8.1

Published by enzy over 6 years ago

mango-cli -

Published by enzy over 6 years ago

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
mango-cli -

Published by enzy over 6 years ago

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
mango-cli -

Published by enzy almost 7 years ago

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
mango-cli -

Published by enzy almost 7 years ago

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
mango-cli -

Published by enzy almost 7 years ago

Changes

  • fixed Windows notification
  • added Vue.js templates support
  • error handler is nicer
  • added rollup-plugin-virtual
  • added v8-compile-cache for little speedup
mango-cli -

Published by enzy almost 7 years ago

Changes

  • switch from webmake to rollup.js
  • updated babel dependencies
  • cleared unused dependencies
mango-cli - https://github.com/manGoweb/mango-cli/releases/tag/v1.2.2

Published by enzy almost 7 years ago

mango-cli - https://github.com/manGoweb/mango-cli/releases/tag/v1.2.1

Published by enzy about 7 years ago

mango-cli - v1.2.0

Published by enzy about 7 years ago

Changes

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