-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathChangeLog
43 lines (25 loc) · 1.5 KB
/
ChangeLog
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
2016-07-21 Rafał Przemysław Malinowski <[email protected]>
* 1.1: released
2016-02-01 Rafał Przemysław Malinowski <[email protected]>
* 1.1: replaced INJEQT_INSTANCE_* with INJEQT_TYPE_ROLE macros
* 1.1: add instantiate_all_with_type_role method to injector
2016-01-30 Rafał Przemysław Malinowski <[email protected]>
* 1.1: allow for duplicate dependencies
2016-01-07 Rafał Przemysław Malinowski <[email protected]>
* 1.1: add INJEQT_SET macro as alias to INJEQT_SETTER
* 1.1: add INJEQT_INIT methods called after all setters
* 1.1: add INJEQT_DONE methods called before injector destruction
* 1.1: add INJEQT_INSTANCE_ON_DEMAND macro to mark class as on-demand
* 1.1: add INJEQT_INSTANCE_IMMEDIATE macro to mark class as immediate
2015-04-09 Rafał Przemysław Malinowski <[email protected]>
* 1.1: added subinjectors functionality
2015-03-07 Rafał Przemysław Malinowski <[email protected]>
* 1.1: added injector::inject_into(QObject *) method
2015-03-07 Rafał Przemysław Malinowski <[email protected]>
* tests: tests now compile properly on 32bit platforms
* 1.0.1: released
2014-12-02 Rafał Przemysław Malinowski <[email protected]>
* windows: allow windows mingw build
* 0.9.1: windows bugfix release
2014-11-23 Rafał Przemysław Malinowski <[email protected]>
* 0.9.0: initial release