Skip to content

Latest commit

 

History

History
185 lines (151 loc) · 16.9 KB

CHANGELOG.md

File metadata and controls

185 lines (151 loc) · 16.9 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

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 - 2020-11-08

Commits

2.0.0 - 2020-10-21

Commits

  • docs: Add Changelog. cd7a942
  • 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 - 2020-07-09

Merged

  • Fix static analysis tools warnings #8

Commits

  • Update Funding. 37d1bea
  • Update CI configuration. 414c258
  • Update static analysis tests. e69c2e1
  • Update Combinators. 5a98fb4
  • Remove/update obsolete phpdoc. 7b58af4
  • Update composer.json. 0895916
  • Update .gitattributes to avoid shipping useless files for production. 7ac3e17

1.1.1 - 2020-02-06

Merged

  • Update type declarations in src/ #6

Commits

1.1.0 - 2020-01-27

Merged

  • Issue #1: Add PSALM type declarations. #2

Commits

  • Add missing tests and increase code coverage. 50940b1
  • Update composer.json. fbc9ebe
  • Fix issue with PHPStan and A combinator. cb1b1be
  • Enable builds on Github actions on simple push. 519921e
  • Enabled typed data statistics badge for more swag. ccc3932
  • Update Psi combinator type declarations. 831123c
  • Add Z combinator. 242eac0
  • Update Y combinator. 083bef5
  • Update README. b64aff6
  • Add a curried version of each combinator and their tests. 0d8e78d
  • Update README file. 991d853
  • Update Y combinator type declarations. d2b2a4e
  • Update W combinator type declarations. 80090f4
  • Update V combinator type declarations. adc87e8
  • Update U combinator type declarations. 5376d97
  • Update T combinator type declarations. e32531b
  • Update S combinator type declarations. 091d11c
  • Update R combinator type declarations. 16481a6
  • Update Q combinator type declarations. 926521f
  • Update Phoenix combinator type declarations. 3608234
  • Update O combinator type declarations. 62fb72e
  • Update M combinator type declarations. 0ae8a53
  • Update L combinator type declarations. be11ee9
  • Update Ki combinator type declarations. d0482d3
  • Update K combinator type declarations. 52c4e4e
  • Update J combinator type declarations. 8eb4fc6
  • Update I combinator type declarations. 0cf67c5
  • Update H combinator type declarations. bf8fb26
  • Update G combinator type declarations. 2178aef
  • Update F combinator type declarations. c4e948f
  • Update E combinator type declarations. 4e930fd
  • Update D combinator type declarations. 7bb0c40
  • Update C combinator type declarations. 2b0805f
  • Update B combinator type declarations. 28ee155
  • Update A combinator type declarations. 2cf2a81
  • Issue #1: Add PSALM. b74d9ca
  • Update README file. 7c01134
  • Remove obsolete comment. 14e6092
  • Update README file. 9af2a2d
  • Update tests to match the definitions from the README file. c2de04e

1.0.1 - 2020-01-23

Merged

  • Remove Combinator::closure() method. #4
  • Add combinator Ki (Kite). #3

Commits

  • Update README file. 160e4a9
  • Update README file. db80fb5
  • Add Phoenix Combinator. c875bf9
  • Fix U combinator. b8d0633
  • Update README file. c76e093
  • Update .editorconfig and grumphp file. a31a4a6
  • Update S combinator test, use simpler test. 775ed53
  • Fix Psi combinator. 69908ce
  • Update README file. 98eb653
  • Remove forgotten Combinator::closure() method. bc3c8cd
  • Update README file. 1ec41d6
  • Build on CI only when doing pull requests. dd57e1f

1.0.0 - 2020-01-20

Commits