Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 384 Bytes

CHANGELOG.md

File metadata and controls

9 lines (6 loc) · 384 Bytes

0.1.1 (2015-02-14)

  • Fix problem with linking that mutated existing nodes without going through VNode constructor, causing the diff algorithm to get confused in some situations.

0.1.0 (2015-02-09)

  • Support directive priorities. Higher priority wins, same as in $compile. Ties are broken first by name, then by registration order.