Skip to content

Latest commit

 

History

History
174 lines (80 loc) · 7.83 KB

CHANGELOG.md

File metadata and controls

174 lines (80 loc) · 7.83 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.11.0 (2019-06-08)

Build System

Features

1.10.0 (2019-04-05)

Bug Fixes

  • Handle eval removal properly, remove "remove-evals" script and WebpackShellPlugin (#398) (ab1ce52)

Features

1.9.0 (2018-11-08)

Features

  • browser object is now accessible in Vue templates by using $browser (#357) (83b76fe)

1.8.1 (2018-10-26)

Bug Fixes

  • remove vulnerable "zip-folder" package for "archiver" (#347) (a42d20f), closes #338

1.8.0 (2018-10-23)

Features

1.7.0 (2018-10-14)

Bug Fixes

  • ci: use TRAVIS_PULL_REQUEST_BRANCH env var (870bc9b)

Features

  • prompt: add prompt for Mozilla Polyfill (#335) (ec0277b)

1.6.0 (2018-07-08)

Features

1.5.0 (2018-07-01)

Bug Fixes

  • prettier git hook is not asked during init (#255) (391a17b)
  • rename prettier configuration file (#253) (2927a0d), closes #252
  • tmpl: do not use vuex getter if vuex is disabled (#259) (7739197), closes #254

Features

1.4.0 (2018-06-24)

Features

  • setup git precommit hook for running Prettier (#224) (7a8ee9b), closes #219

1.3.1 (2018-06-24)

Bug Fixes

1.3.0 (2018-05-08)

Features

1.2.0 (2018-05-05)

Bug Fixes

  • tests: handle external scripts errors properly (#64) (cbe4415)

Features

1.1.0 (2018-05-04)

Bug Fixes

  • script:remove-evals: regex for development (90d9958)

Features

  • add package json (#46) (1e162e3)
  • allow unsafe-eval for Chrome CSP, in development mode only (e7c0b4f)
  • manifest.json's version is hydrated by package.json's version (e9b6138)
  • script: implement npm release script (#47) (fb2e649)