-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
70 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
## 1.1.0 - 2024-01-07 | ||
|
||
### Added | ||
|
||
- introduces the new `resources/serialize.php` script (to demonstrate usage with help of Symfony/Serializer component) | ||
- all unit tests missing from first release 1.0 | ||
|
||
### Changed | ||
|
||
- raise minimum PHP requirement (7.4 or greater) for property type hinting | ||
- add type hinting on properties and upgrade phpDoc blocks | ||
- remove try/catch bloc that print the final SarifLog object in json format on all examples scripts | ||
- API: `SarifLog` is no more marked as final to be able to extends or change current (`__toString`, `jsonSerializable`) behavior | ||
|
||
### Fixed | ||
|
||
Codebase is now PHPStan rule level 9 compatible : | ||
|
||
- `ExternalPropertyFileReference` definition with optional values | ||
- `GraphTraversal` definition with optional values | ||
- `PhysicalLocation` definition with optional values | ||
- `Region` definition with optional values | ||
- `Taxonomies` property | ||
|
||
**Full Changelog**: [1.0.1...1.1.0](https://github.com/llaville/sarif-php-sdk/compare/1.0.1...1.1.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters