Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Latest commit

 

History

History
195 lines (121 loc) · 5.13 KB

CHANGELOG.md

File metadata and controls

195 lines (121 loc) · 5.13 KB

Change log

v1.3.1 (2018-02-01)

Features

  • Implement Bootstrap-vue v2
  • Code cleanup
  • Uplift Typescript to v2.7.1

v1.3.0 (2018-01-31)

Features

  • Minify CSS on build
  • Implement Bootstrap v4
  • Prompt for hot-reloading on project initialisation
  • Add standard for Javascript linting
  • Add tslint-config-standard for Typescript linting
  • Uplift npm packages

v1.2.1 (2018-01-08)

Features

  • Uplift npm packages

v1.2.0 (2017-11-23)

Features

  • Update sample components to use correct types
  • Uplift npm packages

v1.1.1 (2017-11-14)

Fixes

  • Clean-up hot reloading code

v1.1.0 (2017-11-09)

Features

  • Implement component hot-reloading without browser refresh #29
  • Add dynamic component loading
  • Add webpack code-splitting
  • Add manifest and vendor bundle creation

v1.0.0 (2017-11-06)

Features

  • Add uiv for navbar dropdown
  • Move router config to router.ts with dynamic imports
  • Uplift npm packages - Vue 2.5, Webpack 3.8, Typescript 2.6

v0.10.0 (2017-11-06)

Features

  • HTML5 history support - @davidmeirlevy #22

v0.9.0 (2017-08-24)

Features

v0.8.0 (2017-08-24)

Features

  • Uplift npm packages - Vue 2.4, Webpack 3.5, Typescript 2.4
  • Remove PhantomJS

v0.7.1 (2017-06-30)

Fixes

  • Fix misspelling of project - @dlb46 #17

v0.7.0 (2017-04-28)

Features

  • Add environment vars support - @simon0191 #15

v0.6.0 (2017-04-07)

Features

  • Implement chrome test debugging #12
  • Update chai and sinon assertions

v0.5.1 (2017-03-23)

Fixes

  • Update generated readme

v0.5.0 (2017-03-23)

Features

  • Implement mocha for unit testing
  • Split webpack configuration into multiple files
  • Rename npm tasks

v0.4.1 (2017-03-17)

Fixes

  • Fix missing bootstrap.css

v0.4.0 (2017-03-17)

Features

  • Uplift to Vue 2.2
  • Refactor tests
  • Use es2015 style imports

Fixes

  • Vue router is not a constructor - @paulvanbladel #6
  • Typescript lint task not working

v0.3.1 (2017-02-20)

Features

  • Add barrels

v0.3.0 (2017-02-20)

Features

  • Fix resources path for development - @rorisme #3
  • Use webpack-dev-server for development - @rorisme #3

v0.2.0 (2017-02-17)

Features

  • Migrate to webpack 2 - @ethanrubio #2

v0.1.1 (2017-01-30)

Fixes

  • Add clean-css-cli dependency which was missing - @coding2012 #1

v0.1.0 (2017-01-24)

  • Initial release