File: changelog

package info (click to toggle)
php-doctrine-event-manager 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 100 kB
  • sloc: php: 65; makefile: 11
file content (30 lines) | stat: -rw-r--r-- 1,082 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
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