Skip to content

Releases: MarjovanLier/StringManipulation

Release v1.0.17

09 Jan 10:43
6c1e007
Compare
Choose a tag to compare
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

09 Jan 08:36
05ede36
Compare
Choose a tag to compare
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

09 Jan 08:23
411de65
Compare
Choose a tag to compare
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

09 Jan 07:37
95155ce
Compare
Choose a tag to compare
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

07 Jan 20:02
aef0f28
Compare
Choose a tag to compare
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

07 Jan 19:58
bf09ff0
Compare
Choose a tag to compare
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

07 Jan 19:33
d2f1266
Compare
Choose a tag to compare
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

05 Jan 13:22
26234c5
Compare
Choose a tag to compare