forked from ERNICommunity/AgentMulder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WhatsNew.txt
93 lines (63 loc) · 2.27 KB
/
WhatsNew.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
What's new in Agent Mulder
==========================
v1.2.9.2
======
+ ReSharper 9.2 support!
v1.2.0
======
+ ReSharper 9.1 support!
* Many, MANY bug fixes!
v1.1.2
======
+ Added support for ReSharper 8.2 (installed via the Extensions Gallery)
v1.1.1
======
+ Added support for ReSharper 8.1 (installed via the Extensions Gallery)
v1.1.0.0
========
+ Added support for ReSharper 8 (installed via the Extensions Gallery)
Agent Mulder now supports ReSharper 6, 7 and 8
+ Added support for SimpleInjector (https://github.com/hmemcpy/AgentMulder/wiki/Simple-Injector)
* Fixed several performace issues
! Known issue: "Navigate to..." feature is currently disabled!
v1.0.5.1
========
* Fixed StructureMap, so types having private constructors aren't picked up during scan
v1.0.5
======
+ ReSharper 7.1 support (7.0 support removed, please upgrade to 7.1)
+ Support for StructureMap (https://github.com/hmemcpy/AgentMulder/wiki/StructureMap)
+ Support for Catel IoC (part of Catel framework) (https://github.com/hmemcpy/AgentMulder/wiki/Catel-IoC)
* Numerous performace improvements and bug fixes
v1.0.4.2
======
* Fixed a navigation issue caused by ReSharper 7 API change in build 80 (RSRP-321616)
Note: you should update ReSharper 7 to the latest version (7.0.80.93 at the time of writing)
v1.0.4.1
========
+ Adding support for ReSharper 7 (known issue: icon is different)
v1.0.4
======
+ Initial support for Autofac (https://github.com/hmemcpy/AgentMulder/wiki/Autofac)
* Miscellaneous bug fixes
v1.0.3.1 - Hotfix
=================
* Fixed a bug where Ninject registration wasn't picked up by Agent Mulder (issue #10)
v1.0.3
======
+ Initial support for Unity (https://github.com/hmemcpy/AgentMulder/wiki/Unity)
v1.0.2
======
+ Initial support for Ninject (https://github.com/hmemcpy/AgentMulder/wiki/Ninject)
v1.0.1
======
+ Castle Windsor: Added support for .Pick()
+ Castle Windsor: Added support for .Where() that takes in the following methods:
* Component.HasAttribute<T> (as a method group, not lambda expression)
* Component.IsInNamespace
* Component.IsInSameNamespaceAs (both generic and non-generic)
+ Added a new installer, based on the free edition of Advanced Installer (http://www.advancedinstaller.com)
v1.0.0
======
* First public release
+ Support for Castle Windsor