Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

v0.4.4

Latest
Compare
Choose a tag to compare
@rictic rictic released this 29 Sep 00:48
· 4 commits to master since this release

Transforms

  • Update DOM methods to use Polymer.dom(elem)
  • Use this.set when setting deep properties on this.
  • Generated functions are private by default and are named with leading underscores
  • Improve our upgrading of imports where the element name differs from the repo name.
  • Support initialization of properties with expressions

CLI

  • Added --recursive flag

Misc

  • Basic ES6/ES2015 support
  • Improved error messages, especially parse errors
  • Simplified the web demo, now using the excellent juicy-ace-editor element.