Skip to content

0.0.4

Compare
Choose a tag to compare
@panstromek panstromek released this 01 Mar 00:27
· 46 commits to master since this release

Updated to new Quasar structure

How to Update
Reinstall or change version in package.json and rerun yarn/npm. Then run quasar run ide-helper generate again

New Features:

  • Hints for props with only specific values (enums) - this is kinda hacky so it also creates new artificial argument 😄 but it sure is helpful.
    enum-props

  • Event completion - events are generated as "fake" props (this is the only way I can convince idea to complete them right now)
    event-completion

  • Directives now have type comments on values and their descriptions. They also hint you the value where possible in similar way as enum props.
    directive-hints

  • Type Completion for Object parameters. This is especially helpful for prototype injections.
    structured-types