Releases: loophp/combinator
Releases · loophp/combinator
2.0.2
Commits
- chore: Add .auto-changelog configuration file.
a0948e4
- chore: Update static files.
0e6e8a3
- chore: Update static files.
f59dec8
- refactor: Use short closure and rewrite typing informations.
1eebd61
- ci: Upgrade to PHP 8.
4090ff1
- refactor: Autofix code style.
ba0a2ad
- tests: Add missing tests.
56cd17b
- feat: Add Blackbird combinator.
6be63bc
- chore: Update static files.
62d213d
- refactor: Auto fix CS.
2be7b1a
- docs: Update README.
0fd711d
- docs: Update README.
1df812f
2.0.1
2.0.0
Commits
- ci: Update Github actions.
72670ff
- chore: Add .gitignore and .gitattributes.
35ff3bb
- test: Update tests accordingly.
8b7338d
- refactor: Stateless combinators.
5667c60
- docs: Update Github topics.
5d1bc24
- refactor: Update composer.json.
44ee380
- chore: Update Grumphp configuration file.
db89d76
- Prevent build from failing on Windows.
7760b83
- Update composer.json.
b8217c3
- Update composer.json.
876cbfa
- Bump drupol/php-conventions.
82f9841
- Bump drupol/php-conventions.
be3c49a
1.2.0
1.1.1
1.1.0
- Enable builds on Github actions on simple push.
- Enable typed data statistics badge for more swag.
- Update README.
- Add Z combinator.
- Add a curried version of each combinator and their tests. Available through the method Combinator::with().
- Issue #1: Add PSALM checks.
- Update tests to match the definitions from the README file.