File: changelog

package info (click to toggle)
php-doctrine-lexer 2.1.0-2%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 240 kB
  • sloc: php: 556; xml: 63; makefile: 21
file content (118 lines) | stat: -rw-r--r-- 3,118 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
2.1.0 - 15 Dec 2022

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

Static analysis

    99: Leverage conditional types thanks to @greg0ire
    95: Add psalm assertions thanks to @greg0ire
    103: Use correct syntax for assertions thanks to @greg0ire
    102: Make the value of tokens templatable thanks to @greg0ire

2.0.0 - 11 Dec 2022

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

    79: Replace object-like array with class thanks to @greg0ire
    77: Allow using enums as a token type thanks to @greg0ire

1.2.3 - 28 Feb 2022

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

bug

    64: Extract token array shape into a Psalm type thanks to @greg0ire
    61: Allow upgrading PHPStan again thanks to @derrabus

1.2.2 - 12 Jan 2022

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

    59: PHPStan 1.3, Doctrine Coding Standard 9 thanks to @derrabus

enhancement

    58: Allow the installation on PHP 7.1 thanks to @derrabus

1.2.1 - May 25, 2020

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

enhancement

    44: Allow PHP 8 thanks to @greg0ire

1.2.0 - Nov 10, 2019

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

enhancement

    36: improves parser multi byte string thanks to @Defender32

1.1.0 - Jul 30, 2019

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

enhancement

    29: remove unnecessary files for production thanks to @rvitaliy
    28: Modernise the project thanks to @alcaeus
    27: Update branch alias and maintained versions thanks to @alcaeus
    24: Set up Travis CI thanks to @Majkl578
    13: Extract static variable $regex into property thanks to @gietos

1.0.2 - Jun 8, 2019

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

bug

    26: Work around PHP bug thanks to @nicolas-grekas
    18: Revert token index in AbstractLexer. thanks to @jwage

documentation

    23: Update copyright thanks to @samnela
    21: typo in documentation : & → & thanks to @jdeniau
    20: Update homepage thanks to @Majkl578
    19: Add .doctrine-project.json to root of the project. thanks to @jwage
    17: Add another simple example, add sidebar.rst and reorganize content a … thanks to @jwage
    15: Add initial lexer documentation. thanks to @jwage
    14: Add documentation for the new sculpin website thanks to @mikeSimonson

enhancement

    16: Add gitignore phpunit.xml and missing tests thanks to @instabledesign
    12: Add token index thanks to @instabledesign
    9: Use PSR-4 thanks to @Nyholm

v1.0.1 - Jan 4, 2015

Total issues resolved: 6

    1: Documentation fixes
    2: Added the branch alias for master
    4: Allow the lexer to return the original string
    5: Add LICENSE file
    6: Add a way to override modifiers
    7: Fixed return statement in moveNext function description

v1.0 - Jan 12, 2013