Skip to content

Latest commit

 

History

History
280 lines (174 loc) · 16.5 KB

CHANGELOG.md

File metadata and controls

280 lines (174 loc) · 16.5 KB

2.0.0 (2021-04-16)

Chores
New Features
  • preprocess css (a297c9b0)
  • add readme to plugin project (ceeeef9b)
  • add sass & sass-loader (60f36b9e)
  • add cypress for e2e testing (4e1be4ff)
  • add jest for unit testing (2888254e)
  • add .prettierrc and override trailingComma property (3b78f728)
  • add jsconfig to vue-plugin-cli aswell (dcd9ccb9)
  • add jsconfig for Vetur (93da6a7c)
  • introduce eslint and prettier (2eb3fb1e)
  • add .editorconfig to plugin template (6c6a1da5)
  • make prompt required and pascalify plugin name (8017d68b)
  • add webpackchunkname to code splitted route (40e295aa)
  • start adding support for code splitting and tree shaking (e389cccf)
Bug Fixes
Refactors
  • remove defineComponent leftovers (8200f001)
  • rename state to store (2871ba50)
  • remove update-check (88764929)
  • separate files in different categories (36cfb7aa)
  • code formatting, renaming, conventions, new component, etc (918b3694)
  • drop entry.js file and replace it with single index.js (76c63c2a)
  • do not initialize git repo inside plugin folder (bf505d2f)
  • rename entry.esm.js to index.js (8607dc9d)
  • drop support for cjs (for now) and inlineDynamicImports for .min builds (3df88b0f)

1.1.9 (2021-04-09)

Bug Fixes
  • move ejs to dependencies instead of devDependencies (d198db50)

1.1.8 (2021-04-09)

Bug Fixes
  • check if response from updateCheck is not null (ce2d7593)

1.1.7 (2021-04-09)

Chores
Documentation Changes

1.1.6 (2021-04-08)

Bug Fixes

1.1.5 (2021-04-08)

Bug Fixes

1.1.4 (2021-04-08)

Bug Fixes

1.1.3 (2021-04-08)

Chores
Bug Fixes

1.1.2 (2021-04-08)

Documentation Changes

1.1.1 (2021-04-08)

Build System / Dependencies
Refactors

1.1.0 (2021-04-08)

New Features
  • setup git repo, install dependencies and console output (777ce9a5)
  • display current version and latest vesrion (b3ea9ed5)
Bug Fixes
Refactors

1.0.0 (2021-04-08)

Refactors

0.8.0 (2021-04-07)

Refactors
  • opt in for vue router and vuex (ddf38198)

0.7.0 (2021-04-07)

Documentation Changes
  • add developer instructions to home page (89d31338)
  • add some comment explaining each file purpose (d7038589)
Refactors
  • style dev home page and add more information (03bc52de)
  • local development app (3710a6c1)

0.6.0 (2021-04-06)

Refactors

0.5.1 (2021-04-06)

Bug Fixes
  • replace hardcoded id with plugin name (be585a9f)

0.5.0 (2021-04-06)

New Features
  • add example counter component and counter Vuex module (743e836d)
  • add information paragraph to home page of dev (df53a378)
  • creating starting development template (03af6826)
Bug Fixes
  • add message with instructions on next step when script is completed (35fb72fd)
Refactors
  • remove componentName property and use npm instead (851476ec)
  • remove h1 from home page (8fbee46e)

0.4.0 (2021-04-05)

New Features
  • default plugin name (7cb6fcbe)
  • copy vuex files only if Vuex was selected during prompt (4e77c133)
  • copy router files only if Vue Router was selected during prompt (14b6e1c4)
  • depending on the Vue version use different syntax for Vue Router (25c50946)
  • depending on Vue version use different syntax for creating a Vuex store (b60b4711)
  • add appropriate vue router and vuex versions to package.json (1f0f3e3c)
  • add vue router and vuex selection to generator (2742a6cf)
  • add router and store files to cli script (7799ad9e)
  • add router and store definitions for development environment of Vue plugin (1150015d)
  • add two more question prompts, use router and use vuex (35747bed)
Bug Fixes
  • fixing Vue 2 template (ca4d6fa5)
  • remove unused file and fix ejs template (eabc9433)
  • remove types for non typescript projects (8e81173f)
  • fix the output of template (00fabf7f)
Refactors
  • add new file groups (a254a3f8)
  • separate vue router and vuex files, move store.ts file (349f3f13)

0.3.0 (2021-04-02)

Chores
  • update scripts inside package.json (390bcb77)
New Features
  • first implementation of generator (94d2223d)
Bug Fixes

0.2.0 (2021-04-02)

Chores
  • fix version (f5dddcc4)
  • update CHANGELOG.md (c858bfc3)
  • remove duplicated script (96212acb)
  • bump package version (618b03ad)
  • update package.json (1e30bb26)
  • add changelog.md (11040ed0)
  • add plugin-init.js main file for our cli tool (1a1b09ae)
  • add .editorconfig and formatted existing .js files (b28af76a)
  • installed husky and commitlint to lint messages on commit (9c01810c)
New Features
  • check if vue-plugin-cli has any updates (d0d0f216)
  • created couple of questions that user of this cli must answer (6e0f62bd)
Refactors
  • renamet function for package update (2846fdc8)

0.1.2 (2021-04-02)

Chores
  • remove duplicated script (96212acb)
  • bump package version (618b03ad)
  • update package.json (1e30bb26)
  • add changelog.md (11040ed0)
  • add plugin-init.js main file for our cli tool (1a1b09ae)
  • add .editorconfig and formatted existing .js files (b28af76a)
  • installed husky and commitlint to lint messages on commit (9c01810c)
New Features
  • created couple of questions that user of this cli must answer (6e0f62bd)
Refactors
  • renamet function for package update (2846fdc8)

0.1.0 (2021-04-02)

Chores
  • add plugin-init.js main file for our cli tool (1a1b09ae)
  • add .editorconfig and formatted existing .js files (b28af76a)
  • installed husky and commitlint to lint messages on commit (9c01810c)
New Features
  • created couple of questions that user of this cli must answer (6e0f62bd)