| Age | Commit message (Expand) | Author |
| 2011-09-16 | feat(jqLite): add prop() support | Igor Minar |
| 2011-09-16 | feat(jqLite): add support for unbind() | Igor Minar |
| 2011-09-16 | fix(jqLiteSpec): jQuery's css() getter works only for valid rules | Igor Minar |
| 2011-09-16 | fix(jqLite): attr() should not special-case 'class' attribute | Igor Minar |
| 2011-09-16 | feat (jquery): upgrade everything to jQuery 1.6.4 | Igor Minar |
| 2011-09-08 | style: fix some missing semi-colons and spaces, typos | Vojta Jina |
| 2011-09-08 | fix(scenario): do not navigate if click event was cancelled | Vojta Jina |
| 2011-09-08 | fix($route): update $route to reflect $location changes | Vojta Jina |
| 2011-09-08 | feat($location): $location service with html5 history api support | Vojta Jina |
| 2011-09-08 | feat(jqLite): add event.isDefaultPrevented() as jQuery | Vojta Jina |
| 2011-09-08 | feat($browser): add $browser.baseHref() | Vojta Jina |
| 2011-09-08 | feat($sniffer): basic implementation of browser feature testing | Vojta Jina |
| 2011-09-08 | refactor($browser): extract MockWindow, use toHaveBeenCalledOnce | Vojta Jina |
| 2011-09-08 | feat($browser): jQuery style url method, onUrlChange event | Vojta Jina |
| 2011-09-08 | style(filter): Couple of missing spaces, semi-colons, add empty lines | Vojta Jina |
| 2011-09-08 | fix(filter.currency): Return empty string for non-numbers | Vojta Jina |
| 2011-09-07 | fix(ng:options): ng:change should be called after the new val is set | Igor Minar |
| 2011-09-01 | fix(ng:class): make ng:class friendly towards other code adding/removing classes | Igor Minar |
| 2011-09-01 | fix(jqLite): addClass should ignore falsy values | Igor Minar |
| 2011-09-01 | test(jqLite): add test for mass assignment to style | Igor Minar |
| 2011-09-01 | fix(jqLite): special-case attr('class') because of IE9 bug | Igor Minar |
| 2011-09-01 | feat(scope): add listener deregistration fn for $watch and $on | Igor Minar |
| 2011-08-31 | fix(scope): fix edge case for $digest & $broadcast scope traversal | Igor Minar |
| 2011-08-31 | feat($route): add events before/after route change | Misko Hevery |
| 2011-08-30 | style(tests): correct indentation | Misko Hevery |
| 2011-08-30 | feat(widget): add ng:pluralize as an Angular widget | Di Peng |
| 2011-08-30 | feat(locale): add getPluralCat function | Di Peng |
| 2011-08-29 | fix(test): improve $cookie service test to work with Safari 5.1 | Igor Minar |
| 2011-08-25 | fix(markup): Make special attrs such as ng:href work even without binding | Di Peng |
| 2011-08-24 | fix(events): fixing IE specific issues | Igor Minar |
| 2011-08-24 | feat(scope): support for events | Igor Minar |
| 2011-08-24 | feat(ng:cloak): add ng:cloak directive | Igor Minar |
| 2011-08-23 | fix(jqlite): correct the jqLite.removeClass method | Igor Minar |
| 2011-08-19 | feat($route): add reloadOnSearch route param to avoid reloads | Igor Minar |
| 2011-08-18 | fix($resource): properly call error callback when resource is called with two... | Karl Seamon |
| 2011-08-18 | feat(test): toHaveBeenCalledOnce jasmine matcher | Vojta Jina |
| 2011-08-15 | refactor(jqLite): remove jqLite show/hide support | Igor Minar |
| 2011-08-15 | style(*): remove extra semicolons | Igor Minar |
| 2011-08-14 | break(date): remove support for 'long', 'longtime' date formats and 'z' flag | Igor Minar |
| 2011-08-14 | refactor(date,curreny,number): inject and use $locale in filters | Di Peng |
| 2011-08-14 | feat($locale): add default locale service for en-US | Di Peng |
| 2011-08-14 | fix(directives): make ng:class-even/odd work with ng:class | Di Peng |
| 2011-08-14 | refactor(scope): non-recursive $digest method | Misko Hevery |
| 2011-08-12 | feat(scope): $evalAsync support | Misko Hevery |
| 2011-08-12 | refactor(scope): remove $flush/$observe ng:eval/ng:eval-order | Misko Hevery |
| 2011-08-12 | fix(scope): rerun $digest from root, rather then per scope. | Misko Hevery |
| 2011-08-06 | style($function): replace $function with 'function' | Igor Minar |
| 2011-08-06 | refactor(widgets): remove input[button, submit, reset, image] and button wind... | Di Peng |
| 2011-08-06 | feat($browser): JSONP error handling | Di Peng |
| 2011-08-02 | feat(scope): new and improved scope implementation | Misko Hevery |