Skip to content

v0.6.0

Choose a tag to compare

@kbrsh kbrsh released this 02 Mar 01:31
· 1044 commits to master since this release

Minor Changes

  • Better string escape (wip): 0e4585d
  • Add system for creating a difference between dom and regular attributes: 1acfc72
  • Generate dom props more efficiently, and set them during diffing props: ebddad1
  • Set value of input (proper 2 way data binding), and treat all DOM properties as literal expressions: aa0b27b
  • Allow dynamic values for m-model: 6a58977
  • Add ability to set by index in keypath: 443a136
  • Add ability to have 2 way data binding on checkboxes: 1ef85d1
  • Add basic initializer for computed properties: d9c1e4c
  • Add support for computed properties (fixes #13): 92d5fb9

Patches

  • Make sure dom prop hasn't changed before setting: 4bf6158
  • Use value prop for m-model event listener generated code: c403a5d
  • Fix comment for queueing build: 0b18051