Skip to content

Commit

Permalink
Add changelog as preparation for new tag v1.0.4
Browse files Browse the repository at this point in the history
and add missing changelogs tags for v1.0.2 and v1.0.3
  • Loading branch information
robertfausk committed Feb 23, 2021
1 parent a885792 commit b540bfd
Showing 1 changed file with 37 additions and 4 deletions.
41 changes: 37 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
1.0.1 / 2020-03-29
==================
v1.0.4 / 2021-02-23
===================

Features:
* Add support for ```PHP 8.0```

Misc:
* Support and use composer 2 in Dockerfile
* Add support for local development with ```PHP 7.1```, ```PHP 7.2```, ```PHP 7.3```, ```PHP 7.4``` and ```PHP 8.0``` via ```docker-compose.yml```

v1.0.3 / 2020-09-21
===================

Features:
* switch to ```friends-of-behat/mink-extension``` from ```behat/mink-extension```
cause it is recommended to switch at the moment and there is no real support for ```behat/mink-extension``` with symfony 5.x
If you want to stay with ```behat/mink-extension``` then you have to pin ```v1.0.2```.

v1.0.2 / 2020-09-21
===================

Features:
* Add support for symfony 5 using ```behat/mink-extension```
But as a drawback you need to add following in your ```composer.json```:
```JSON
"repositories": [
{
"type": "vcs",
"url": "https://github.com/chadyred/MinkExtension"
}
],
```

v1.0.1 / 2020-03-29
===================

Features:
* Enabled configuration per driver instance; usage examples with all sessions using mink-panther-driver:
Expand Down Expand Up @@ -33,7 +66,7 @@ Testsuite:
* Added Unit Tests
* Added one simple scenario test with behat
1.0.0 / 2019-08-16
==================
v1.0.0 / 2019-08-16
===================
Initial Release :tada:

0 comments on commit b540bfd

Please sign in to comment.