Skip to content

v2.1.0

Compare
Choose a tag to compare
@Atinux Atinux released this 30 Sep 18:29

Features

  • Expose loading.throttle as an option (PR #3953)
  • Allow to customize or disable minimizer plugins (PR #4018)
  • Use understandable file names for analyze mode (PR #4014)

Fixes

  • Correctly evaluate options.server values port, host, socket (PR #3942)
  • Properly serialize undefined values in vuex store (PR #3913)
  • Don't allow to cache error pages (PR #3962)
  • Update all non-major dependencies, vue-meta to ^1.5.5 (PR #3991)
  • Apply default value for NODE_ENV environment variable (PR #4003)
  • Typofixes from https://github.com/vlajos/misspell-fixer (PR #4013)

Misc

  • Refactor client store code style (PR #3683)