File: changelog

package info (click to toggle)
php-doctrine-event-manager 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: php: 161; xml: 26; makefile: 21
file content (146 lines) | stat: -rw-r--r-- 3,655 bytes parent folder | download
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
2.0.1 - May 23, 2024

    Total issues resolved: 0
    Total pull requests resolved: 7
    Total contributors: 4

Test Suite

    70: PHPUnit 10.5 thanks to @derrabus

Static Analysis

    69: Psalm 5.24 thanks to @derrabus
    68: Doctrine CS 12 thanks to @derrabus

CI

    67: Bump doctrine/.github from 2.1.0 to 5.0.1 thanks to @dependabot[bot]
    66: Setup dependabot thanks to @greg0ire

Improvement

    65: Add static analysis files to .gitattributes thanks to @VincentLanglet

Documentation

    63: Update branch metadata thanks to @derrabus

2.0.0 - Oct 12, 2022

    Total issues resolved: 0
    Total pull requests resolved: 4
    Total contributors: 1

Improvement

    59: Remove doctrine/deprecations thanks to @derrabus
    54: Revert return type on EventSubscriber::getSubscribedEvents() thanks to @derrabus

BC Break

    57: Made the $event parameter of EventManager::getListeners() mandatory thanks to @derrabus
    51: Bump to PHP 8.1 and add types everywhere thanks to @derrabus

1.2.0 - Oct 12, 2022

    Total issues resolved: 0
    Total pull requests resolved: 8
    Total contributors: 4

Improvement

    61: Failsafe for unknown event thanks to @malarzm
    49: Flatten directory structure thanks to @derrabus

CI

    55: Setup composer lint thanks to @greg0ire
    52: Remove PHPStan suffix thanks to @greg0ire
    48: Bump tools and CI workflows thanks to @derrabus
    53: Update branch metadata thanks to @derrabus

Deprecation

    50: Split getAllListeners() out of getListeners() thanks to @derrabus

Enhancement

    27: Add .doctrine-project.json to .gitattributes thanks to @reedy

1.1.2 - Jul 28, 2022

    Total issues resolved: 0
    Total pull requests resolved: 3
    Total contributors: 3

Improvement

    46: Add dynamic return type for getListeners thanks to @VincentLanglet

Documentation

    45: Fix typo thanks to @fabpot

CI

    43: Bump CI workflows and dependencies thanks to @derrabus

1.1.1 - Aug 5, 2020

    Total issues resolved: 0
    Total pull requests resolved: 2
    Total contributors: 2

    29: Allow PHP 8 thanks to @greg0ire
    28: Test on PHP 7.4 thanks to @GrahamCampbell

1.1.0 - Nov 10, 2019

    Total issues resolved: 0
    Total pull requests resolved: 4
    Total contributors: 4

Enhancement

    26: Update .gitattributes thanks to @reedy
    24: Updated doctrine/coding-standard to 6.0 thanks to @patrickjahns

Improvement

    23: CI: Test against PHP 7.4snapshot instead of nightly (8.0) thanks to @Majkl578

Documentation

    20: Link to Slack instead of Gitter thanks to @greg0ire

1.0.0 - Jun 11, 2018

Doctrine Event Manager is now a standalone component

As part of the effort to phase out shared doctrine/common repository, we have extracted Doctrine Event Manager into a standalone project.

This release is fully compatible with the version previously found in doctrine/common and can be used as drop-in replacement.

    Total issues resolved: 1
    Total pull requests resolved: 10
    Total contributors: 3

Documentation

    11: Fix homepage link thanks to @Majkl578
    9: Enhancement: Improve wording thanks to @localheinz
    8: Fix: Typo thanks to @localheinz
    5: Add new docs for the event manager project. thanks to @jwage and @Majkl578

Improvement

    10: Newer PHPUnit, fix non-static assert thanks to @Majkl578
    7: Conflict with doctrine/common pre-2.9 thanks to @Majkl578
    6: Update homepage & tags thanks to @Majkl578
    3: Update badges thanks to @Majkl578
    1: Add Scrutinizer CI thanks to @Majkl578

Enhancement

    2: Apply Doctrine CS 4.0 + test for removeEventSubscriber() & unknown event dispatching thanks to @Majkl578