angular.js v1.0.5 Release Notes

Release Date: 2013-02-20 // about 11 years ago
  • 🐛 Bug Fixes

    • $compile:
      • sanitize values bound to a[href] (9532234b)
      • rename $compileNote to compileNode (92ca7efa, #1941)
      • should not leak memory when there are top level empty text nodes (791804bd)
      • allow startingTag method to handle text / comment nodes (755beb2b)
    • $cookies: set cookies on Safari&IE when base[href] is undefined (70909245, #1190)
    • $http:
      • patch for Firefox bug w/ CORS and response headers (e19b04c9, #1468)
    • $resource:
      • update RegExp to allow urlParams with out leading slash (b7e1fb05)
    • Directives:
      • a: workaround IE bug affecting mailto urls (37e8b122, #1949)
      • ngClass: keep track of old ngClass value manually (5f5d4fea, #1637)
      • ngSwitch: make ngSwitch compatible with controller backwards-compatibility module (9b7c1d0f)
    • Filters:
      • date: invert timezone sign and always display sign (b001c8ec, #1261)
      • number: fix formatting when "0" passed as fractionSize (f5835963)
    • scenario runner: include error messages in XML output (d46fe3c2)
    • Misc:
      • don't use instanceof to detect arrays (3c2aee01, #1966)
      • angular.forEach should correctly iterate over objects with length prop (ec54712f, #1840)