angular.js v0.9.14 Release Notes

Release Date: 2011-04-01 // about 13 years ago
  • ๐ŸŽ Performance

    • [ng:repeat] grows (adds children) significantly faster. (commit 15ec78f5)
    • ๐Ÿ”€ [$xhr.cache] optionally executes callbacks synchronously. (commit c06c5a36)
    • ๐Ÿ”€ [ng:view] and [ng:include] use sync [$xhr.cache]

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed [$resource] encoding of query params. (commits e1d122a4, 78a0f410)

    House cleaning

    • code cleanup
    • ๐Ÿ‘ better minification (min is now 2.5% or almost 1kb smaller)
    • ๐Ÿ“š minor documentation fixes
    • โฌ†๏ธ JsTestDriver 1.3.2 upgrade with fixed coverage support