Releases: MarjovanLier/StringManipulation
Releases · MarjovanLier/StringManipulation
Release v1.0.17
Add strict validation to post-update command A strict validation command has been added to the post-update commands in the composer.json file. This will ensure that any updates to dependencies are validated strictly and prevent any minor issues from being ignored.
Release v1.0.16
Update author details and dependencies in composer.json The author name has been updated from 'Marjo van Lier' to 'Marjo Wenzel van Lier'. Also, the 'roave/security-advisories' package has been added to the list of dependencies, which will help to strengthen the security of the application.
Release v1.0.15
Add composer validate test to composer.json A new test script has been added to the composer.json file, specifically the 'composer validate --strict' command. This tool checks for syntax errors in the composer.json file, enforcing a strict validation.
Release v1.0.14
Add PHPStan extension installer to composer.json The PHPStan extension installer has been added to the list of allowed plugins in composer.json. The version of the PHPStan extension installer has been specified, and PHPStan strict rules have also been included.
Release v1.0.13
Correct spelling of "License" in README.md The commit fixes the incorrect spelling of "License" in the license section of the README.md file. The previous version had it spelled as "Licence", which has been corrected to "License".
Release v1.0.12
Update license reference in README.md Corrected the spelling of "Licence" and updated the filename reference pointing to the License File in the README.md. This improves the accuracy and clarity of the documentation.
Release v1.0.11
Add step to create release in PHP workflow A new step has been added within the PHP workflow that automates the process of creating a release. This step is triggered when changes are pushed to the main branch and uses the 'create-release' action to generate a new release using the latest tag.
Introduce Psalm for static analysis
Full Changelog: v1.0.1...v1.0.2