- Fixed MobxDebug on browsers where localStorage === null
- Fixed MobxDebug on browsers where localStorage === null
- Fixed MobX dependency
- Upgraded to MobX 3.0.0
- Added @action to proxy decorator
- Updated bug with angular 4 debug name
- Updated dependencies to support Angular 4
- Renamed to mobx-angular
- Added computed wrapper
- Solved @computed twice issue
- Deprecate mobxAutorunSync
- Fixed using pipe - createEmbeddedView inside ngOnInit
- Fixed exports / declarations in module
- Added observable proxy for test
- Replaced main / jsnext:main / module mismatch
- Added AoT metadata
- Added UMD bundle
- Checking for localStorage / console in debug
- Fixed change detection errors by creating element in constructor, and auto detecting in afterViewInit
- Fixed ng2MobxDebug element positioning
- Added ng2MobxDebug
- Update example to be like TodoMVC
- Update target compilation to ES5
- Fixed dependencies
- Added AoT
- mobxReaction fires immediately
- Using autorunAsync instead of sync
- Relaxed Angular peer dependency requirement
- Fix typo in readme
- Added mobxReaction directive
- Changed approach to use mobxAutorun directive
- Initial version