Skip to content

Commit fb13f6f

Browse files
committed
Add change log, update dist excluded files
1 parent a10be9a commit fb13f6f

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
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

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PHPSTAN_VERSION ?= 0.11.15
1+
PHPSTAN_VERSION ?= 0.11.19
22
PHPBENCH_VERSION ?= 0.16.10
33

44
deps:

0 commit comments

Comments
 (0)