Skip to content

Releases: simolus3/zap

0.2.0

18 Mar 20:43
83fcf74
Compare
Choose a tag to compare

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.