Skip to content

Commit 4c6302b

Browse files
committed
Start the changelog [skip CI]
1 parent b7d3ec2 commit 4c6302b

File tree

1 file changed

+7
-23
lines changed

1 file changed

+7
-23
lines changed

CHANGELOG.md

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,11 @@
11
# Changelog
2+
All notable changes to this project will be documented in this file.
23

3-
## 2.0 [TBA]
4-
This new major version introduces a number of breaking changes; see the [upgrade guide](UPGRADE-2.0.md) for more details.
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
## Unreleased
57

6-
### Added
7-
* Added support for Symfony 4
8-
* Added `.gitattributes` to make package slimmer
9-
* Applied `declare(strict_types=1)` everywhere
10-
* Added append fixture feature on `LoadFixtues`
11-
* Added annotation `@DisableDatabaseCache` to disable database cache for a test
8+
## 0.1 [2019-03-08]
9+
First release.
1210

13-
### Changed
14-
* Switched to PSR-4 dir structure with `src` and `tests` subfolders
15-
* Require at least PHP 7.1
16-
* Require at least Symfony 3.4
17-
* Compatibility to DoctrineFixtureBundle at least 3.0
18-
* Compatibility to Twig at least 2.0
19-
* Compatibility to JackalopeDoctrineDBAL at least 1.3
20-
* Switched from `nelmio/alice` to `theofidry/alice-data-fixtures` (which uses `nelmio/alice` 3)
21-
* The fixtures should be declared as services and tagged with `doctrine.fixture.orm`. It's done automatically if you use [autoconfigure](https://symfony.com/doc/current/service_container.html#service-container-services-load-example)
22-
* The `runCommand` method now returns a Symfony `CommandTester` instance instead of the command output.
23-
24-
### Removed
25-
* Drop support for Symfony 2.x
26-
* Removed HTML5 validation functionality
27-
* The `WebTestCase::getKernelClass()` function is dropped, since we migrated from `KERNEL_DIR` to `KERNEL_CLASS` constant to support Symfony 4
11+
This is a slimmed down fork of the LiipFunctionalTestBundle, where only some useful methods from the WebTestCase is retained.

0 commit comments

Comments
 (0)