Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Releases: webnoob/app-extension-qautomate

v1.0.0-alpha.5

12 Jul 10:30
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

Fixes:

  • Items not adding to quasar.conf.js after initial running of quasar dev
  • Partial matching on some components, i.e <q-table> would add QTable and QTab to the quasar conf.js.

v1.0.0-alpha.3

11 Jul 13:38
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release
  • Modes implemented - [Automatic | Manual | Warn] - Control how QAutomate works when detecting missing items. Manual mode will allow selection from a compiled list of missing entries.
  • Sort option added - When QAutomate detects your items aren't sorted and this option is enabled, it will sort them for you.
  • Lots of code refactoring / optimisations
    • Quasar.conf.js will only be saved when HMR compilation is done.
    • Quasar conf file is only read on quasar dev instead of each scan.
    • Redundant code removed.