-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathchangelog.txt
27 lines (20 loc) · 850 Bytes
/
changelog.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
The details for each version are now kept on the Github releases page here:
https://github.com/darrencauthon/AutoMoq/releases
v 1.6.2
+ Added a non-generic Create method.
+ Expose public mocker in the test fixture.
v 1.6.1
+ Exposed a constructor on Automoqer that accepts the IUnityContainer to use.
v 1.6.0
+ Help with setting instances (thanks Georg Rollinger)
+ Added a test fixture base class in new /Helpers (thanks Dan Sweeting)
+ Added a with_automoqer base class for help with mspec, in /Helpers.
+ Fixed issue with using an abstract base class.
v 1.5.0
+ Added the ability to mock abstract dependencies.
v 1.4.2
+ Fixed the ability to resolve Func<T>.
V 1.4
+ Added SetInstance method, uses that instance instead of a mock. (thanks Keivan Beigi)
+ Created a "Create" alias for Resolve.
+ Added xml docs on public Automoqer methods.