| Age | Commit message (Collapse) | Author | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
BREAK:
  - remove angular.[Object/Array/String/Function]
  - in templates [].$filter(predicate) and friends need to change to [] | filter:predicate
 | 
 | 
filters
 | 
 | 
 | 
 | 
BREAK:
 - removed CSS support from filters
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
- still need to remove from factory
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
- not connected to keep the CL small
 | 
 | 
 | 
 | 
 | 
 | 
function invocation.
 | 
 | 
BREAK
- remove angular.compile() since the compile method is now a service and needs to be injected
 | 
 | 
-	renamed:    src/Compiler.js -> src/service/compiler.js
-	renamed:    test/CompilerSpec.js -> test/service/compilerSpec.js
 | 
 | 
 | 
 | 
- turn scope into a $rootScope service.
- injector is now a starting point for creating angular application.
- added inject() method which wraps jasmine its/beforeEach/afterEach,
  and which allows configuration and injection of services.
- refactor tests to use inject() where possible
BREAK:
- removed angular.scope() method
 | 
 | 
-	renamed:    src/Scope.js -> src/service/scope.js
-	renamed:    test/ScopeSpec.js -> test/service/scopeSpec.js
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Allow any attributes, not only jsfiddle...
 | 
 | 
no breaking changes AFAICT
 | 
 | 
 | 
 | 
- deleted:    test/manual.html
 | 
 | 
+ tests
+ added docs for angular.directive
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
- better compatibility with 3rd party code - we clober 3rd party
  style only if it direcrtly collides with 3rd party styles
- better perf since it doesn't execute stuff on every digest
- lots of tests
 | 
 | 
 |