Skip to content

1.0.0

Compare
Choose a tag to compare
@panstromek panstromek released this 28 Mar 16:58
· 6 commits to master since this release

We released 1.0.0!

If you have used an 1.0.0-alpha versions, there is not that many changes, but if your last version is still 0.0.6 (I messed up semver there, sorry), the change is pretty big.

Now you don't need to manually generate anything anymore. ide-helper does everything automatically, it generates helper files, keeps track of package versions to know when to regenerate and also generates more useful things. Enjoy!

Features

  • Generate helper files for SASS/Stylys variables
  • Generate .idea helper files to help with Vue instance completions
  • Generate everything automatically during installation and regenerate on updates of related packages
  • Automatically add generated files to .gitignore with user consent
  • Generate fake webpack config so that IDEA can resolve import aliases correctly

Fixes:

  • Don't edit quasar.extensions file for local specific settings
  • Improve boolean and enum attributes completion
  • Don't generate anything in production build

Chore:

  • Remove unnecessary dependencies (we now have only xml-escape left, which we can eventually replace, too, because it's just about 10 lines)