File tree Expand file tree Collapse file tree 3 files changed +39
-1
lines changed Expand file tree Collapse file tree 3 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 44/tests export-ignore
55/stubs export-ignore
66/tools export-ignore
7+ /benchmarks export-ignore
8+ /composer.lock export-ignore
79/.gitattributes export-ignore
810/.gitignore export-ignore
911/.gitmodules export-ignore
Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+
7+ ## [ 3.7.2] - 2019-10-23
8+
9+ ### Added
10+ - Change log.
11+
12+ ### Fixed
13+ - Few irrelevant files not mentioned in ` .gitattributes ` .
14+
15+ ## [ 3.7.1] - 2019-09-26
16+
17+ ### Added
18+ - Benchmarks to CI.
19+
20+ ### Fixed
21+ - Unstable array rearrange order.
22+
23+ ## [ 3.7.0] - 2019-04-25
24+
25+ ### Added
26+ - ` getModifiedDiff() ` and ` COLLECT_MODIFIED_DIFF ` option to return paths with original and new values.
27+
28+ ## [ 3.6.0] - 2019-04-24
29+
30+ ### Added
31+ - Compatibility option to ` TOLERATE_ASSOCIATIVE_ARRAYS ` that mimic JSON objects.
32+
33+ [ 3.7.2 ] : https://github.com/swaggest/json-diff/compare/v3.7.1...v3.7.2
34+ [ 3.7.1 ] : https://github.com/swaggest/json-diff/compare/v3.7.0...v3.7.1
35+ [ 3.7.0 ] : https://github.com/swaggest/json-diff/compare/v3.6.0...v3.7.0
36+ [ 3.6.0 ] : https://github.com/swaggest/json-diff/compare/v3.5.1...v3.6.0
Original file line number Diff line number Diff line change 1- PHPSTAN_VERSION ?= 0.11.15
1+ PHPSTAN_VERSION ?= 0.11.19
22PHPBENCH_VERSION ?= 0.16.10
33
44deps :
You can’t perform that action at this time.
0 commit comments