-
Notifications
You must be signed in to change notification settings - Fork 2
/
changelog.json
106 lines (106 loc) · 3.96 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
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
{
"1.7.2": {
"fix": [
"implement the remaining methods in Vaimo\\ComposerRepositoryBundle\\Plugin"
]
},
"1.7.1": {
"overview": [
"require vaimo/composer-changelogs: ^1.0"
]
},
"1.7.0": {
"overview": [
"composer 2.3 support"
]
},
"1.6.0": {
"feature": [
"allow glob patterns in repository path definitions to support deeper/grouped repository setups"
]
},
"1.5.0": {
"feature": [
"allow forcing a bundle source to be installed with mirroring (instead of local bundles always ending up as sym-linked entities)"
],
"fix": [
"do not keep re-installing sym-linked modules on file changes (skip the md5 calculation for file contents)"
]
},
"1.4.3": {
"fix": [
"make the module compatible with 5.3"
],
"maintenance": [
"introduced change-logs plugin dev dependency"
]
},
"1.4.2": {
"fix": [
"allow the plugin to be uninstalled without a crash",
"absolute paths in composer.lock cause issues on clean install"
]
},
"1.4.1": {
"fix": [
"prevent a crash when accessing composer from non-cli environments due to accessing argv on the moment of plugin activation"
]
},
"1.4.0": {
"feature": [
"allow shorter declaration of local project-specific repositories"
],
"fix": [
"require command not triggering bundle bootstrap (therefore 'composer require' was not usable to get bundle packages installed)",
"don't fail when local bundle folder (configured in composer.json extra) does not exist",
"use getcwd() for detecting project root directory instead of resolving it from composer config path which might be different when running global composer",
"changed the default dev-* branch name that bundle modules are perceived with: dev-<bundle-name>",
"making sure that calling bundle repo bootstrap twice does not required repositories multiple times"
]
},
"1.3.1": {
"maintenance": [
"minor updated to packages's meta-data"
]
},
"1.3.0": {
"feature": [
"allow package installation on any version when dealing with local package, rather than forcing user to use dev-default"
],
"fix": [
"updated bundle:info command output; name had a wrong value (origin path) under certain circumstances (local bundle)",
"bundle list feature crash: one dependency missing a constructor argument",
"bundle deploy not recognizing sym-linked packages"
]
},
"1.2.0": {
"feature": [
"allow local folders to be defined as bundles (without the need to download anything)",
"improved bundle configuration validation"
],
"fix": [
"do not modify/re-save composer.json of bundled packages if there are no changes to be made to them",
"do not configure PSR-4 if there's already configuration in place"
],
"maintenance": [
"log output modified towards being less noisy when nothing is changed"
]
},
"1.1.0": {
"feature": [
"new command added to list bundles and the packages they provide",
"hide bundle package-list details on non-verbose run"
],
"maintenance": [
"unused code/classes removed"
]
},
"1.0.0": {
"feature": [
"allow packages to be installed from sub-folders of repositories",
"allow packages to be installed from sub-folders of zip files",
"allow 'update' to pull in changes from the bundle when bundle files have changed",
"introduced new command group: 'bundle', to allow fetching information about the bundle packages"
]
}
}