Skip to content

Releases: DevTony101/vue-cli-plugin-clean

v0.5.2

14 Feb 18:13
Compare
Choose a tag to compare

Minor changes in the README file.

v0.5.1

01 Feb 16:52
Compare
Choose a tag to compare

Changes in this version:

  • Now the BaseButton.vue component has two optional props for controlling the width and the height
  • Updates in the README file

v0.5.0

01 Feb 16:00
Compare
Choose a tag to compare

Changes in this version:

  • NEW: Automatic registration for Vuex modules! Now vue-clean adds the neccessary logic so that all the modules created inside the store/modules folder are automatically imported inside your Vuex instance.

v0.4.2

28 Dec 23:03
Compare
Choose a tag to compare

Changes in this version:

  • Updated log messages

v0.4.1

19 Dec 20:18
Compare
Choose a tag to compare

Changes in this version:

  • Correcting grammatical issues in the README file

v0.4.0

18 Dec 23:12
Compare
Choose a tag to compare

Changes in this version:

  • Decreased bundle size of the package by adding a .npmignore file
  • Fixed some issues related to files created with the same name
  • New README file with new and better instructions
  • Fixed some grammar related issues

v0.3.0

13 Dec 23:40
Compare
Choose a tag to compare

NEW: Extending support for base components.

Now you can create base components directly from the command line using the new basec command. Not only that but you can quickly prototype components using scaffolds.

Head to the README for more information.

v0.2-alpha

10 Dec 22:56
Compare
Choose a tag to compare
v0.2-alpha Pre-release
Pre-release

Breaking change: Dropping support for tailwind.

v0.1.11

10 Oct 20:20
Compare
Choose a tag to compare

Changes in the README file. No breaking changes were made.

v0.1.10

15 Sep 23:34
Compare
Choose a tag to compare

Problem: The plugin copied a main.js file with store and router imports hardcoded on it into the user's project structure without caring if these plugins were added or not.

Fix: Now the plugin dynamically adds (or remove) not only the imports but the folders that are specific to those plugins (store/, router/, views/), leaving the user's project structure as it was before the plugin was invoked.