Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Latest commit

 

History

History
437 lines (196 loc) · 14 KB

CHANGELOG.md

File metadata and controls

437 lines (196 loc) · 14 KB

20.0.0 (2018-09-24)

💥 Breaking changes

  • back to webpack-dev-server (60696de)

19.0.0 (2018-05-28)

💥 Breaking changes

  • docs: switch to vuepress from gitbook (435432f)

18.0.0 (2018-05-28)

💥 Breaking changes

⚡ Improvements

  • upgrade babel 7 ready (c946d30)
  • upgrade vue releated templates (98b3123)

17.1.0 (2017-09-08)

⭐ New Features

17.0.0 (2017-07-01)

💥 Breaking changes

  • swtich to chrome headless from phantomjs (d2ef3ad)

16.0.0 (2017-06-07)

💥 Breaking changes

  • lint: switch eslint-config-vue to eslint-coneslint-plugin-vue-libs (433ec30)

15.0.1 (2017-04-01)

⚡ Improvements

15.0.0 (2017-03-27)

💥 Breaking changes

  • test: switch jasmine to mocha (f2f7539)

⚡ Improvements

  • test: ignore vue performance info (6d94f34)

14.0.0 (2017-03-23)

⭐ New Features

  • build: support es module building (577938d), closes #10
  • config: add unpkg hint (0593890), closes #11
  • gitbook: add getting started template (2d14c84)

13.1.1 (2017-02-16)

🐛 Bug Fixes

⚡ Improvements

  • gitbook: ignore gitbook docs additional versioning (5ac0d6d)

13.1.0 (2017-02-16)

⭐ New Features

⚡ Improvements

13.0.1 (2017-02-04)

⚡ Improvements

  • meta: github account default username (da4886d)

13.0.0 (2017-02-03)

⚡ Improvements

  • power-assert: change babel-preset-power-assert (d8e5f9c)
  • webpack: upgrade webpack 2.2 (f1dcdb8)

12.0.0 (2016-12-28)

⭐ New Features

⚡ Improvements

  • coverage: change to istanbul from coverage for babel plugin (f7e4cf9)
  • saucelabs: update mobile envs (8d3f882)

11.2.2 (2016-12-23)

⚡ Improvements

11.2.1 (2016-12-05)

⚡ Improvements

  • version: update version replacing (a61a173)

11.2.0 (2016-11-29)

⚡ Improvements

  • examples: update example for vue 2.0 later (ef60e4f)
  • gitbook: add vuejs style theme plugin (ce6d453)

11.1.0 (2016-11-20)

⚡ Improvements

  • rollup: replace flow plugin (c5d7d9e)

11.0.0 (2016-09-12)

💥 Breaking changes

  • build: change dist files bulding (397d93a)

NOTE

  • build: using rollup plugin: babel -> buble

10.2.0 (2016-08-26)

⚡ Improvements

  • gitbook: update gitbook templating for github pages (2c5195c)

10.1.0 (2016-08-20)

⭐ New Features

  • template: add contributing template (444f1d4)
  • template: add pull request template (d1c6ea9)

⚡ Improvements

  • issue: move template hdden directory (915b7c7)

10.0.0 (2016-08-06)

⭐ New Features

  • version: add version setting (19fbe3c)

9.0.0 (2016-07-26)

💥 Breaking changes

  • switch nightwatch helper to yyx990803/nightwatch-helpers (347a848)

8.1.0 (2016-06-14)

🐛 Bug Fixes

  • flow: fix blank space eslint error (c4fdc05)

⚡ Improvements

  • cover: update reporter for coverage (b9bcd81)
  • e2e: update runnter (4a406be)
  • git: add ignore file (7da8673)
  • sauce: avoid spamming CI output (e81478c)
  • sauce: enable microsoft edge (133c0e6)

8.0.0 (2016-06-12)

⭐ New Features

⚡ Improvements

  • e2e: update test:e2e task (7170397)
  • flow: udpae flow config (63c0dd6)

7.0.0 (2016-06-12)

⭐ New Features

6.0.0 (2016-06-10)

⭐ New Features

  • support changelog and release tasks with conventional-changelog (996a821)

5.0.0 (2016-06-10)

⭐ New Features

  • sauce: support saucelabs setup (5f212cd)

⚡ Improvements

  • build: update building (803c9f6)
  • dev: support dev task (7dec4ce)
  • test: unit test directory structure (609b4ae)

4.0.0 (2016-06-08)

⭐ New Features

⚡ Improvements

  • build: automatically dist directory creating (9030e27)

3.0.0 (2016-06-08)

💥 Breaking changes

  • test: change mocha to jasmine (f28513d)

⭐ New Features

2.0.0 (2016-06-07)

⭐ New Features

1.3.1 (2016-02-29)

1.3.0 (2015-12-07)

Bug Fixes

  • build: remove eslint errors (54e1f1e)
  • karma: fix cannot karma test (b72bcb6)
  • package: update scripts (cf2c295)

Features

  • dev: add eslint loader (760c169)
  • test: add unit test for brower with webpack-dev-server (42865bc)

1.2.0 (2015-12-05)

Features

  • bundler: change to rollup (9368df1)
  • version: support plugin version (1664121)

1.1.0 (2015-12-05)

Features

  • babel: upgrade to babel6 (44aab65)

v1.0.0 / 2015-09-12

  • First release !!