-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
|
||
## 4.0.0-rc.1 - 2024-09-04 | ||
|
||
**Road to stable version 4.0** | ||
|
||
After almost one year since the latest 3.5.1 release, we’re getting closer to BOX Manifest 4.0 ! | ||
|
||
This new major version is based on Pipeline Pattern implemented with excellent package <https://github.com/thephpleague/pipeline> | ||
|
||
Read this good article <https://medium.com/@bonnotguillaume/software-architecture-the-pipeline-design-pattern-from-zero-to-hero-b5c43d8a4e60>, | ||
if you are unconfortable with this design pattern. | ||
|
||
An effort was made to write a better and enhanced documentation. Read it carefully at <https://llaville.github.io/box-manifest/4.0/> | ||
|
||
All features are already included into this first release candidate. | ||
So, if you want to improve this package before final stable version 4.0, please carefully test this version and report any issues found in the [bug reporting system](https://github.com/llaville/box-manifest/issues). | ||
|
||
### Added | ||
|
||
- Shortcut `-b` for `--bootstrap` option | ||
- Shortcut `-r` for `--resource` option | ||
- New `make` command (to replace legacy commands) | ||
- New `inspect` command to show PHAR manifest list and details | ||
- Install `bamarni/composer-bin-plugin` to handle dev tools without conflicts | ||
- Introduces new ManifestFactory methods: `toSbomJson` and `toSbomXml` | ||
|
||
### Changed | ||
|
||
- Removed usage of deprecated `Fidry/Console` elements | ||
- Rename `--format` option to `--output-format`, and change origin of constants and visibility | ||
- Upgrade `cyclonedx/cyclonedx-library` constraint to use major version 3 | ||
- Use latest SBOM specification version (1.6) as default | ||
- Consider serialNumber as optional and do not stop SBOM generation if an appropriate source of randomness cannot be found | ||
- Default build strategy has evolved to produce a new decorated console table format | ||
- Version of BOX Manifest used to generate stub (from template) is now identified | ||
- Introduces auto-detection by new filenames (see `Bartlett\BoxManifest\Composer\DefaultStrategy::getCallable` for details) | ||
|
||
### Fixed | ||
|
||
- [#11](https://github.com/llaville/box-manifest/issues/11) : No longer require `phar.readonly` to be off for using PHPUnit | ||
|
||
**Full Changelog**: [3.5.1...4.0.0-rc.1](https://github.com/llaville/box-manifest/compare/3.5.1...4.0.0-rc.1) |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<!-- markdownlint-disable MD013 MD024 MD036 --> | ||
# Changes in 4.x | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), | ||
and is generated by [Changie](https://github.com/miniscruff/changie). | ||
|
||
## 4.0.0-rc.1 - 2024-09-04 | ||
|
||
**Road to stable version 4.0** | ||
|
||
After almost one year since the latest 3.5.1 release, we’re getting closer to BOX Manifest 4.0 ! | ||
|
||
This new major version is based on Pipeline Pattern implemented with excellent package <https://github.com/thephpleague/pipeline> | ||
|
||
Read this good article <https://medium.com/@bonnotguillaume/software-architecture-the-pipeline-design-pattern-from-zero-to-hero-b5c43d8a4e60>, | ||
if you are unconfortable with this design pattern. | ||
|
||
An effort was made to write a better and enhanced documentation. Read it carefully at <https://llaville.github.io/box-manifest/4.0/> | ||
|
||
All features are already included into this first release candidate. | ||
So, if you want to improve this package before final stable version 4.0, please carefully test this version and report any issues found in the [bug reporting system](https://github.com/llaville/box-manifest/issues). | ||
|
||
### Added | ||
|
||
- Shortcut `-b` for `--bootstrap` option | ||
- Shortcut `-r` for `--resource` option | ||
- New `make` command (to replace legacy commands) | ||
- New `inspect` command to show PHAR manifest list and details | ||
- Install `bamarni/composer-bin-plugin` to handle dev tools without conflicts | ||
- Introduces new ManifestFactory methods: `toSbomJson` and `toSbomXml` | ||
|
||
### Changed | ||
|
||
- Removed usage of deprecated `Fidry/Console` elements | ||
- Rename `--format` option to `--output-format`, and change origin of constants and visibility | ||
- Upgrade `cyclonedx/cyclonedx-library` constraint to use major version 3 | ||
- Use latest SBOM specification version (1.6) as default | ||
- Consider serialNumber as optional and do not stop SBOM generation if an appropriate source of randomness cannot be found | ||
- Default build strategy has evolved to produce a new decorated console table format | ||
- Version of BOX Manifest used to generate stub (from template) is now identified | ||
- Introduces auto-detection by new filenames (see `Bartlett\BoxManifest\Composer\DefaultStrategy::getCallable` for details) | ||
|
||
### Fixed | ||
|
||
- [#11](https://github.com/llaville/box-manifest/issues/11) : No longer require `phar.readonly` to be off for using PHPUnit | ||
|
||
**Full Changelog**: [3.5.1...4.0.0-rc.1](https://github.com/llaville/box-manifest/compare/3.5.1...4.0.0-rc.1) |