forked from jdewit/AvroCsvBundle
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG.txt
80 lines (56 loc) · 1.21 KB
/
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
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
CHANGELOG
=========
1.x
---
*
1.2.2
-----
* Replace getting container parameters with injection
1.2.1
-----
* Fix a Symfony return type deprecation
1.2.0
-----
* Add CodeCOV token config
* Remove lowest PHP 7.4 test due to PHPUnit Bridge issue
* Re-add old Symfony LTS version
* Update Symfony requirements to supported versions
* Remove unused workflow options
* Fix artifact path
* Update artifact and codecov GH actions
* Update GH actions using old node version
* Add return type for Symfony 7 compatibility
* Make AnnotationReader optional
* Update changelog
1.1.0
-----
* Add event to allow custom object creation on import
* Update minimum PHP version to minimum of dependencies
* Add more PHP versions to CI
* Fix minimum PHP version
1.0.3
-----
* Fix Exporter for Doctrine 2.8+
1.0.2
-----
* Rename vendor
1.0.1
-----
* Add attribute support
* Fix README badge
1.0.0
-----
* Add Codecov badge
* Fix dependency versions
* Fix workflows directory
* Add Symfony 6 support, fix CS
0.5.1
-----
* Fix ObjectManager usage
0.5.0
-----
* Add support for Symfony 5 and DoctrineBundle 2
* Dropped arbitrary event names.
0.4.5
-----
* Deprecated arbitrary event names in favor of PHP classes.