angular.js v1.0.6 Release Notes

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

    • $compile:
      • compile replace directives in external template (398691be, #1859)
      • whitelist file:// in url sanitization (7b236b29)
      • handle elements with no childNodes property (bec614fd)
    • $http: don't encode URL query substring "null" to "+" (86d191ed)
    • $httpBackend: prevent DOM err due to dereferencing .responseText (509ec745, #1922)
    • $location:
      • parse FirefoxOS packaged app urls (3a81dd8b, #2112)
      • correctly rewrite html5 url to hashbang url (9befe370)
    • $route: make nextRoute.$route private (6f71e809, #1907)
    • 🤡 mocks: prevent NPE when module definition outside of it. (5c735eb4)
    • dateFilter: correct timezone date filter for 1/2 hour offsets (1c1cd4fd)