File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.2.16] - 16 Jan 2018
8
+ ### Added
9
+ - hashing of cache keys to prevent key length over-run issues.
10
+
11
+ ### Updated
12
+ - dependency version constraint for "pretty test printer".
13
+
14
+ ## [ 0.2.17] - 10 Jan 2018
15
+ ###Added
16
+ - caching for value() querybuilder method.
17
+
18
+ ### Updated
19
+ - tests to use Orchestral Testbench.
20
+
7
21
## [ 0.2.16] - 5 Jan 2018
8
22
### Added
9
23
- ` thanks ` package.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public function setUp()
10
10
parent ::setUp ();
11
11
12
12
$ this ->withFactories (__DIR__ . '/database/factories ' );
13
- $ this ->loadMigrationsFrom (realpath ( __DIR__ . '/database/migrations ' ) );
13
+ $ this ->loadMigrationsFrom (__DIR__ . '/database/migrations ' );
14
14
}
15
15
16
16
/**
You can’t perform that action at this time.
0 commit comments