Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@simolus3 simolus3 released this 18 Mar 20:43
· 32 commits to main since this release
83fcf74

Version 0.2.0 of zap and zap_dev contain many fixed in the generated code and in the runtime. Further,

  • watch() is now supported everywhere in a component, not just in variable initializers.
  • A new linter is available in zap_dev: Run dart run zap_dev analyze to get analysis warnings about Dart code in .zap files. A future release will also provide an analysis plugin with real-time feedback.
  • Members defined in a <script context="library"> tag are now visible to other zap components importing the zap file containing the script.