Skip to content

Commit 19c2fd7

Browse files
committed
ChangeLog generated by Changie
1 parent a3649ac commit 19c2fd7

File tree

1 file changed

+56
-50
lines changed

1 file changed

+56
-50
lines changed

CHANGELOG.md

Lines changed: 56 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,12 @@
22
# Changelog
33

44
All notable changes to this project will be documented in this file.
5-
This project adheres to [Semantic Versioning](http://semver.org/),
6-
using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
75

8-
## [Unreleased]
6+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7+
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
8+
and is generated by [Changie](https://github.com/miniscruff/changie).
99

10-
<!-- MARKDOWN-RELEASE:START -->
11-
### Changed
12-
13-
- upgrade [docker-php-extension-installer](https://github.com/mlocati/docker-php-extension-installer) to version 1.5.44
14-
<!-- MARKDOWN-RELEASE:END -->
15-
16-
## [1.7.0] - 2022-10-03
10+
## 1.7.0 - 2022-10-03
1711

1812
### Added
1913

@@ -24,7 +18,9 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
2418
- upgrade basic support for PHP 8.2
2519
- upgrade [docker-php-extension-installer](https://github.com/mlocati/docker-php-extension-installer) to version 1.5.42
2620

27-
## [1.6.0] - 2022-09-15
21+
**Full Changelog**: [1.6.0...1.7.0](https://github.com/llaville/docker-php-toolbox/compare/1.6.0...1.7.0)
22+
23+
## 1.6.0 - 2022-09-15
2824

2925
### Added
3026

@@ -34,15 +30,19 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
3430

3531
- upgrade [docker-php-extension-installer](https://github.com/mlocati/docker-php-extension-installer) to version 1.5.37
3632

37-
## [1.5.0] - 2022-02-20
33+
**Full Changelog**: [1.5.0...1.6.0](https://github.com/llaville/docker-php-toolbox/compare/1.5.0...1.6.0)
34+
35+
## 1.5.0 - 2022-02-20
3836

3937
### Changed
4038

4139
- upgrade [docker-php-extension-installer](https://github.com/mlocati/docker-php-extension-installer) to version 1.4.16
4240
- `httpie` tool is now installed with **A**dvanced **P**ackaging **T**ool (as recommended)
4341
- my fork of `humbug/box` (`box-metadata` tool) is now replaced by official `bartlett/box-manifest` project
4442

45-
## [1.4.0] - 2022-01-22
43+
**Full Changelog**: [1.4.0...1.5.0](https://github.com/llaville/docker-php-toolbox/compare/1.4.0...1.5.0)
44+
45+
## 1.4.0 - 2022-01-22
4646

4747
### Added
4848

@@ -68,7 +68,9 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
6868
- drop support for Composer v1
6969
- `Bartlett\PHPToolbox\Console\ApplicationInterface::VERSION` constant to define current version (replaced by Composer Runtime API v2)
7070

71-
## [1.3.0] - 2022-01-09
71+
**Full Changelog**: [1.3.0...1.4.0](https://github.com/llaville/docker-php-toolbox/compare/1.3.0...1.4.0)
72+
73+
## 1.3.0 - 2022-01-09
7274

7375
### Added
7476

@@ -80,7 +82,9 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
8082

8183
- `box-bootstrapped` (introduced in v1.1.0) is now replaced by `box-metadata` (a simple patch to official box-project)
8284

83-
## [1.2.0] - 2021-12-18
85+
**Full Changelog**: [1.2.0...1.3.0](https://github.com/llaville/docker-php-toolbox/compare/1.2.0...1.3.0)
86+
87+
## 1.2.0 - 2021-12-18
8488

8589
### Added
8690

@@ -93,7 +97,9 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
9397

9498
- upgrade [docker-php-extension-installer](https://github.com/mlocati/docker-php-extension-installer) to version 1.4.8
9599

96-
## [1.1.1] - 2021-12-12
100+
**Full Changelog**: [1.1.1...1.2.0](https://github.com/llaville/docker-php-toolbox/compare/1.1.1...1.2.0)
101+
102+
## 1.1.1 - 2021-12-12
97103

98104
### Changed
99105

@@ -105,7 +111,9 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
105111

106112
- [#32](https://github.com/llaville/docker-php-toolbox/issues/32) : Composer install not v2 but v1
107113

108-
## [1.1.0] - 2021-12-06
114+
**Full Changelog**: [1.1.0...1.1.1](https://github.com/llaville/docker-php-toolbox/compare/1.1.0...1.1.1)
115+
116+
## 1.1.0 - 2021-12-06
109117

110118
### Added
111119

@@ -123,7 +131,9 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
123131

124132
- drop support of PHP 5.2, 5.3, 5.4 and 5.5
125133

126-
## [1.0.1] - 2021-12-04
134+
**Full Changelog**: [1.0.1...1.1.0](https://github.com/llaville/docker-php-toolbox/compare/1.0.1...1.1.0)
135+
136+
## 1.0.1 - 2021-12-04
127137

128138
### Changed
129139

@@ -136,13 +146,17 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
136146
- PR [#21](https://github.com/llaville/docker-php-toolbox/pull/21) : PATH variables being substituted instead of being output literally (thanks to @ericp-mrel)
137147
- PR [#22](https://github.com/llaville/docker-php-toolbox/pull/22) : NVM installation and NpmInstallCommand (thanks also to @ericp-mrel for his participation)
138148

139-
## [1.0.0] - 2021-12-01
149+
**Full Changelog**: [1.0.0...1.0.1](https://github.com/llaville/docker-php-toolbox/compare/1.0.0...1.0.1)
150+
151+
## 1.0.0 - 2021-12-01
140152

141153
### Added
142154

143155
- support to PHP 8.1.0 (final and stable version)
144156

145-
## [1.0.0-beta.3] - 2021-11-12
157+
**Full Changelog**: [1.0.0-beta.3...1.0.0](https://github.com/llaville/docker-php-toolbox/compare/1.0.0-beta.3...1.0.0)
158+
159+
## 1.0.0-beta.3 - 2021-11-12
146160

147161
### Changed
148162

@@ -151,7 +165,9 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
151165
- support to PHP 8.1.0 RC6
152166
- `yaml` extension 2.2.2 add support to PHP 8.1
153167

154-
## [1.0.0-beta.2] - 2021-10-11
168+
**Full Changelog**: [1.0.0-beta.2...1.0.0-beta.3](https://github.com/llaville/docker-php-toolbox/compare/1.0.0-beta.2...1.0.0-beta.3)
169+
170+
## 1.0.0-beta.2 - 2021-10-11
155171

156172
### Added
157173

@@ -176,7 +192,9 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
176192
- drop support of `uopz` extension (too much trouble (segmentation fault) with others extensions)
177193
- drop support of `yamllint` tool, because it can be replaced by Mega-Linter
178194

179-
## [1.0.0-beta.1] - 2021-09-09
195+
**Full Changelog**: [1.0.0-beta.1...1.0.0-beta.2](https://github.com/llaville/docker-php-toolbox/compare/1.0.0-beta.1...1.0.0-beta.2)
196+
197+
## 1.0.0-beta.1 - 2021-09-09
180198

181199
### Added
182200

@@ -191,7 +209,9 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
191209

192210
- file download url of `mhsendmail` tool
193211

194-
## [1.0.0-alpha.3] - 2021-08-30
212+
**Full Changelog**: [1.0.0-alpha.3...1.0.0-beta.1](https://github.com/llaville/docker-php-toolbox/compare/1.0.0-alpha.3...1.0.0-beta.1)
213+
214+
## 1.0.0-alpha.3 - 2021-08-30
195215

196216
Third prototype version with following contents (+9 tools):
197217
[new ROADMAP](https://github.com/llaville/docker-php-toolbox/blob/c4707a0ec259b856445c89fb5404efb16275a624/ROADMAP.md)
@@ -203,10 +223,10 @@ The next release will be the first beta (beta.1), planned for 9 September 2021.
203223
- new specialized command (`git-install`) to install source code from a GIT repository
204224
- new specialized command (`pip-install`) to install pip (python) package
205225
- [a79031d](https://github.com/llaville/docker-php-toolbox/commit/a79031d99ba29987335e7aa528a994bae92f06c6)
206-
: PHP_CodeSniffer custom standard
207-
- [fbdf1b8](https://github.com/llaville/docker-php-toolbox/commit/fbdf1b8131c794423b3166d1bbbc48f3c2dd1025)
208-
: `exclude-tag` option and new class `Bartlett\PHPToolbox\Collection\Filter` to filter extensions and tools more easily
209-
- [Mega-Linter](https://github.com/nvuillam/mega-linter) support as QA tool to avoid technical debt
226+
: PHP_CodeSniffer custom standard
227+
- [fbdf1b8](https://github.com/llaville/docker-php-toolbox/commit/fbdf1b8131c794423b3166d1bbbc48f3c2dd1025)
228+
: `exclude-tag` option and new class `Bartlett\PHPToolbox\Collection\Filter` to filter extensions and tools more easily
229+
- [Mega-Linter](https://github.com/nvuillam/mega-linter) support as QA tool to avoid technical debt
210230

211231
#### Tools
212232

@@ -226,9 +246,11 @@ The next release will be the first beta (beta.1), planned for 9 September 2021.
226246
- [429a524](https://github.com/llaville/docker-php-toolbox/commit/429a524a80b6f6b9197cdad51df84ba9abfac5a0) : specialized `sh` command is replaced by `shell` command
227247
- Dockerfile `Dockerfiles/base/Dockerfile-81` support now PHP 8.1.0beta3
228248
- Dockerfiles `Dockerfiles/base/Dockerfile*` are based on buster (Debian 10)
229-
because recent distribution with bullseye (Debian 11) does not support yet a microsoft odbc driver
249+
because recent distribution with bullseye (Debian 11) does not support yet a microsoft odbc driver
250+
251+
**Full Changelog**: [1.0.0-alpha2...1.0.0-alpha.3](https://github.com/llaville/docker-php-toolbox/compare/1.0.0alpha2...1.0.0-alpha.3)
230252

231-
## [1.0.0alpha2] - 2021-08-14
253+
## 1.0.0alpha2 - 2021-08-14
232254

233255
Second prototype version with following contents (+40 extensions, +5 tools):
234256
[new ROADMAP](https://github.com/llaville/docker-php-toolbox/blob/3d4408aab3ff0af7e6f9b9d0fce7b1261d5ae103/ROADMAP.md)
@@ -237,7 +259,7 @@ Second prototype version with following contents (+40 extensions, +5 tools):
237259

238260
- `CHANGELOG.md` file to follow changes to this project
239261
- [c5cb09b](https://github.com/llaville/docker-php-toolbox/commit/c5cb09b87455c0c36644fa11afd2703375d1f2d6)
240-
: Display timing and memory usage information with `profile` option on `build:image` command
262+
: Display timing and memory usage information with `profile` option on `build:image` command
241263

242264
#### Extensions
243265

@@ -295,29 +317,13 @@ Second prototype version with following contents (+40 extensions, +5 tools):
295317
### Changed
296318

297319
- [33967d7](https://github.com/llaville/docker-php-toolbox/commit/33967d777f0cabe9ea4859f17528d07ca411f253)
298-
: Make Dockerfile process is now optimized (quick build) to avoid invalidate cache when not necessary (when `no-cache` option is not specified)
320+
: Make Dockerfile process is now optimized (quick build) to avoid invalidate cache when not necessary (when `no-cache` option is not specified)
299321

300-
## [1.0.0alpha1] - 2021-08-07
322+
**Full Changelog**: [1.0.0-alpha1...1.0.0-alpha2](https://github.com/llaville/docker-php-toolbox/compare/1.0.0alpha1...1.0.0-alpha2)
323+
324+
## 1.0.0alpha1 - 2021-08-07
301325

302326
### Added
303327

304328
First prototype version with following contents:
305329
[ROADMAP](https://github.com/llaville/docker-php-toolbox/blob/e3159c67983107b525270f4770ef8483dd065312/ROADMAP.md)
306-
307-
[unreleased]: https://github.com/llaville/docker-php-toolbox/compare/1.7.0...HEAD
308-
[1.7.0]: https://github.com/llaville/docker-php-toolbox/compare/1.6.0...1.7.0
309-
[1.6.0]: https://github.com/llaville/docker-php-toolbox/compare/1.5.0...1.6.0
310-
[1.5.0]: https://github.com/llaville/docker-php-toolbox/compare/1.4.0...1.5.0
311-
[1.4.0]: https://github.com/llaville/docker-php-toolbox/compare/1.3.0...1.4.0
312-
[1.3.0]: https://github.com/llaville/docker-php-toolbox/compare/1.2.0...1.3.0
313-
[1.2.0]: https://github.com/llaville/docker-php-toolbox/compare/1.1.1...1.2.0
314-
[1.1.1]: https://github.com/llaville/docker-php-toolbox/compare/1.1.0...1.1.1
315-
[1.1.0]: https://github.com/llaville/docker-php-toolbox/compare/1.0.1...1.1.0
316-
[1.0.1]: https://github.com/llaville/docker-php-toolbox/compare/1.0.0...1.0.1
317-
[1.0.0]: https://github.com/llaville/docker-php-toolbox/compare/1.0.0-beta.3...1.0.0
318-
[1.0.0-beta.3]: https://github.com/llaville/docker-php-toolbox/compare/1.0.0-beta.2...1.0.0-beta.3
319-
[1.0.0-beta.2]: https://github.com/llaville/docker-php-toolbox/compare/1.0.0-beta.1...1.0.0-beta.2
320-
[1.0.0-beta.1]: https://github.com/llaville/docker-php-toolbox/compare/1.0.0-alpha.3...1.0.0-beta.1
321-
[1.0.0-alpha.3]: https://github.com/llaville/docker-php-toolbox/compare/1.0.0alpha2...1.0.0-alpha.3
322-
[1.0.0alpha2]: https://github.com/llaville/docker-php-toolbox/compare/1.0.0alpha1...1.0.0alpha2
323-
[1.0.0alpha1]: https://github.com/llaville/docker-php-toolbox/releases/tag/1.0.0alpha1

0 commit comments

Comments
 (0)