-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog.json
40 lines (40 loc) · 1.49 KB
/
changelog.json
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
{
"_readme": [
"The contents of this file are used to generate CHANGELOG.md; It's kept in JSON/parsable format to make it",
"possible to generate change-logs in other formats as well (when needed) and to do automatic releases based on",
"added change-log records. More on how to use it: https://github.com/vaimo/composer-changelogs"
],
"2.0.3": {
"fix": [
"wrong kind of extraction pattern provided for version poller (sscanf pattern used but code behind the scenes was expecting RegEx)"
],
"maintenance": [
"introduced the use of Static Code Analysis tools",
"code downgraded so to make the package installable on relatively old php versions"
]
},
"2.0.2": {
"fix": [
"added latest gecko-driver reference"
]
},
"2.0.1": {
"fix": [
"bad unescaped path configured for browser binary for Windows which resulted in version polling not working"
]
},
"2.0.0": {
"breaking": [
"(code) started to rely on external general-issue library for most of the implementation; only configuration remains in this package"
],
"feature": [
"support for browser version detection added for Windows"
]
},
"1.0.0": {
"feature": [
"download specified version of geckodriver",
"detect installed browser version when possible (when Firefox installed)"
]
}
}