Releases: decodelabs/fluidity
Releases · decodelabs/fluidity
v0.3.6
- Upgraded PHPStan to v2
- Added PHP8.4 to CI workflow
- Made PHP8.4 minimum version
v0.3.5
- Fixed implicit nullable arguments
- Added @phpstan-require-implements constraints
- Made PHP8.1 minimum version
v0.3.4
- Converted phpstan doc comments to generic
- Migrated to use effigy in CI workflow
- Fixed PHP8.1 testing
v0.3.3
- Added Cast interface
- Updated composer check script
v0.3.2
- Added static instance check in instance()
v0.3.1
- Added SingleParameterFactory interface
- Updated CI environment
v0.3.0
- Removed PHP7 compatibility
- Updated ECS to v11
- Updated PHPUnit to v9
v0.2.1
- Transitioned from Travis to GHA
- Updated PHPStan and ECS dependencies
v0.2.0
- Enabled PHP8 testing
v0.1.1
- Fixed types and method names in readme
- Applied full PSR12 standards
- Added PSR12 checks to Travis build