- Implemented missed
info
interceptor.
- Fix arrow function arguments.
- Update module RegExp, thanks @miluoshi.
- Fix directive strict DI compatibility, thanks @miluoshi.
- Update documentation with notes about inline function inside angular methods declaration.
- Add config functions cache
- Update module RegExp to match all module definitions
- Update recompile functionality
- Cache allow same names for different angular parts.
- Move match logging to avoid undefined
map
.
- Fixed babel-runtime: Make usage possible.
- Fixed decorator: Add decorator invoke.
- Fixed filter: Add filter invoke.
- Fixed factory: Use cached factory if exists.
- Fixed windows path: Windows path missed slahes, thanks @Sn0wFox.
- Fixed controller transform: $element, $attrs and $transclude are locals, not providers, thanks @joaovieira.
- Fixed directive: $injector for directives, thanks @joaovieira.
- Fixed: handle multiple async modules, es6 classes, thanks @joaovieira.
- Fixed: no options bug, thanks @joaovieira.
- Updated README with links to Webpack HMR configuration.
- Added angular as PeerDependency.
- Added linting.
- Added logger.
- Code style fixes and cleanup.