Skip to content

Releases: manGoweb/mango-cli

v2.5.1

15 Nov 16:34
d4228be
Compare
Choose a tag to compare
2.5.1

v2.5.0

18 Oct 11:27
4dc76cc
Compare
Choose a tag to compare

Changes

Dependencies update, notably TypeScript 3.1 and ts-loader 5.2.1

v2.4.0

06 Sep 14:11
43a575d
Compare
Choose a tag to compare

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

v2.3.2

29 Aug 08:04
98b457e
Compare
Choose a tag to compare

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

v2.3.1

14 Aug 12:56
1b65f60
Compare
Choose a tag to compare

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

v2.3.0

01 Aug 12:23
173293f
Compare
Choose a tag to compare

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

v2.2.0

21 Jun 10:01
aeac157
Compare
Choose a tag to compare

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

v2.1.1

04 Jun 09:33
76fea99
Compare
Choose a tag to compare

Changes

  • html-loader not processing attrs by default

v2.1.0

04 Jun 08:26
14863c3
Compare
Choose a tag to compare

Changes

  • added html-loader

v2.0.0

12 May 20:04
ca602b9
Compare
Choose a tag to compare

Changes

  • Webpack 🌟 as JS bundler instead of Rollup
  • dropped Vue template support
  • dropped Coffeescript support
  • updated gulp-sass
  • added Node.js v10 support