Vue.js: v0.7.1 Release

Release date:
December 24, 2013
Previous version:
v0.7.0 (released December 24, 2013)
Magnitude:
889 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in v0.7.1

yyx990803

Directory Browser for v0.7.1

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Now all binding updates are pushed into a queue and updated asynchronously. This avoids duplicate updates of the same binding when values change multiple times inside a single event loop. In general this brings considerable performance improvement (~40% in the todomvc benchmark).