Skip to content

Commit

Permalink
Split changelog.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Oct 8, 2017
1 parent cb2ce7a commit 7896246
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/phpunit.xml export-ignore
/CHANGELOG.md export-ignore
/CHANGELOG-*.md export-ignore
/LICENSE export-ignore
/README.md export-ignore
50 changes: 50 additions & 0 deletions CHANGELOG-3.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Changelog for 3.4

This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench-core`.

## 3.4.4

Released: 2017-10-08

### Changes

* Revert loading custom bootstrapper before bootstrapping service provider. This is to allow configuration properly be configured from service provider before initiating custom bootstrapper.

## 3.4.3

Released: 2017-10-07

### Added

* Add `Orchestra\Testbench\Traits\CreateApplications::getPackageBootstrappers()` and refactor loading methods to `Orchestra\Testbench\Traits\CreateApplications::resolveApplicationBootstrappers()`.

## 3.4.2

Released: 2017-09-19

### Fixes

* Refresh named routes when declaring new routes from within a test method.

## 3.4.1

Released: 2017-08-19

### Added

* Add `Orchestra\Testbench\Traits\CreateApplication::overrideApplicationBindings()`.
* Add `Orchestra\Testbench\Traits\CreateApplication::overrideApplicationAliases()`.
* Add `Orchestra\Testbench\Traits\CreateApplication::overrideApplicationProviders()`
* Add `sqlsrv` database configuration template.

## 3.4.0

Released: 2017-06-07

### Added

* Move code from `orchestra/testbench` repository.

### Changes

* Update support for Laravel Framework v5.4.
49 changes: 1 addition & 48 deletions CHANGELOG.md → CHANGELOG-3.5.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Changelog
# Change for 3.5

This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench-core`.

Expand Down Expand Up @@ -64,50 +64,3 @@ Released: 2017-08-30
* Remove deprecated `Orchestra\Testbench\Exceptions\ApplicationHandler`, use `Orchestra\Testbench\Exceptions\Handler`.
* Remove deprecated `Orchestra\Testbench\Traits\ApplicationTrait`, use `Orchestra\Testbench\Traits\CreatesApplication`.
* Remove depreacted `Orchestra\Testbench\TestCase::runLaravelDefaultMigrations()` method, use `loadLaravelMigrations()`.

## 3.4.4

Released: 2017-10-08

### Changes

* Revert loading custom bootstrapper before bootstrapping service provider. This is to allow configuration properly be configured from service provider before initiating custom bootstrapper.

## 3.4.3

Released: 2017-10-07

### Added

* Add `Orchestra\Testbench\Traits\CreateApplications::getPackageBootstrappers()` and refactor loading methods to `Orchestra\Testbench\Traits\CreateApplications::resolveApplicationBootstrappers()`.

## 3.4.2

Released: 2017-09-19

### Fixes

* Refresh named routes when declaring new routes from within a test method.

## 3.4.1

Released: 2017-08-19

### Added

* Add `Orchestra\Testbench\Traits\CreateApplication::overrideApplicationBindings()`.
* Add `Orchestra\Testbench\Traits\CreateApplication::overrideApplicationAliases()`.
* Add `Orchestra\Testbench\Traits\CreateApplication::overrideApplicationProviders()`
* Add `sqlsrv` database configuration template.

## 3.4.0

Released: 2017-06-07

### Added

* Move code from `orchestra/testbench` repository.

### Changes

* Update support for Laravel Framework v5.4.

0 comments on commit 7896246

Please sign in to comment.