UNPKG

2.5 kBMarkdownView Raw
1<a name="2.0.2"></a>
2# 2.0.2 (2018-1-18)
3* Not collapsing log in debug
4
5<a name="2.0.1"></a>
6# 2.0.1 (2017-12-05)
7* Fixed console.log
8
9<a name="2.0.0"></a>
10# 2.0.0 (2017-11-30)
11* Detaching from CD by default in mobxAutorun (allow to override with dontDetach=true)
12
13<a name="1.9.0"></a>
14# 1.9.0 (2017-10-05)
15* Changed MobXDebug element to right-click
16
17<a name="1.8.1"></a>
18# 1.8.1 (2017-10-05)
19* Fixed MobxDebug on browsers where localStorage === null
20
21<a name="1.8.0"></a>
22# 1.8.0 (2017-10-03)
23* Fixed MobxDebug on browsers where localStorage === null
24
25<a name="1.7.0"></a>
26# 1.7.0 (2017-09-03)
27* Fixed MobX dependency
28
29<a name="1.6.0"></a>
30# 1.6.0 (2017-08-17)
31* Upgraded to MobX 3.0.0
32
33<a name="1.5.0"></a>
34# 1.5.0 (2017-04-19)
35* Added @action to proxy decorator
36
37<a name="1.4.2"></a>
38# 1.4.2 (2017-04-12)
39* Updated bug with angular 4 debug name
40
41<a name="1.4.1"></a>
42# 1.4.1 (2017-04-04)
43* Updated dependencies to support Angular 4
44
45<a name="1.3.0"></a>
46# 1.3.0 (2017-03-07)
47* Renamed to mobx-angular
48
49<a name="1.2.9"></a>
50# 1.2.9 (2017-02-25)
51* Added computed wrapper
52
53<a name="1.2.8"></a>
54# 1.2.8 (2017-02-22)
55* Solved @computed twice issue
56* Deprecate mobxAutorunSync
57
58<a name="1.2.7"></a>
59# 1.2.7 (2017-02-22)
60* Fixed using pipe - createEmbeddedView inside ngOnInit
61
62<a name="1.2.6"></a>
63# 1.2.6 (2017-02-09)
64* Fixed exports / declarations in module
65
66<a name="1.2.5"></a>
67# 1.2.5 (2017-02-06)
68* Added observable proxy for test
69
70<a name="1.2.4"></a>
71# 1.2.4 (2017-02-04)
72* Replaced main / jsnext:main / module mismatch
73
74<a name="1.2.3"></a>
75# 1.2.3 (2017-02-04)
76* Added AoT metadata
77* Added UMD bundle
78* Checking for localStorage / console in debug
79
80<a name="1.2.2"></a>
81# 1.2.2 (2017-01-21)
82* Fixed change detection errors by creating element in constructor, and auto detecting in afterViewInit
83* Fixed ng2MobxDebug element positioning
84
85<a name="1.2.1"></a>
86# 1.2.1 (2017-01-21)
87* Added ng2MobxDebug
88
89<a name="1.2.0"></a>
90# 1.2.0 (2017-01-21)
91* Update example to be like TodoMVC
92* Update target compilation to ES5
93* Fixed dependencies
94* Added AoT
95* mobxReaction fires immediately
96
97<a name="1.1.3"></a>
98# 1.1.3 (2016-11-12)
99* Using autorunAsync instead of sync
100
101<a name="1.1.2"></a>
102# 1.1.2 (2016-11-10)
103* Relaxed Angular peer dependency requirement
104* Fix typo in readme
105
106<a name="1.1.1"></a>
107# 1.1.1 (2016-10-27)
108* Added mobxReaction directive
109
110<a name="1.1.0"></a>
111# 1.1.0 (2016-10-27)
112* Changed approach to use mobxAutorun directive
113
114<a name="1.0.1"></a>
115# 1.0.1 (2016-10-24)
116* Initial version