angular.js v0.9.7 Release Notes

Release Date: 2010-12-10 // over 13 years ago
  • ๐Ÿ› Bug Fixes

    • $defer service should always call $eval on the root scope after a callback runs (issue #189)
    • ๐Ÿ›  fix for failed assignments of form obj[0].name=value (issue #169)
    • ๐Ÿ“œ significant parser improvements that resulted in lower memory usage (commit 23fc73081feb640164615930b36ef185c23a3526)

    ๐Ÿ“„ Docs

    • ๐Ÿ“„ small docs improvements (mainly docs for the $resource service)

    ๐Ÿ’ฅ Breaking changes

    • ๐Ÿ‘ Angular expressions in the view used to support regular expressions. This feature was rarely used and added unnecessary complexity. It not a good idea to have regexps in the view anyway, so we removed this support. If you had any regexp in your views, you will have to move them to your controllers. (commit e5e69d9b90850eb653883f52c76e28dd870ee067)