-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add change log, update dist excluded files
- Loading branch information
Showing
3 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [3.7.2] - 2019-10-23 | ||
|
||
### Added | ||
- Change log. | ||
|
||
### Fixed | ||
- Few irrelevant files not mentioned in `.gitattributes`. | ||
|
||
## [3.7.1] - 2019-09-26 | ||
|
||
### Added | ||
- Benchmarks to CI. | ||
|
||
### Fixed | ||
- Unstable array rearrange order. | ||
|
||
## [3.7.0] - 2019-04-25 | ||
|
||
### Added | ||
- `getModifiedDiff()` and `COLLECT_MODIFIED_DIFF` option to return paths with original and new values. | ||
|
||
## [3.6.0] - 2019-04-24 | ||
|
||
### Added | ||
- Compatibility option to `TOLERATE_ASSOCIATIVE_ARRAYS` that mimic JSON objects. | ||
|
||
[3.7.2]: https://github.com/swaggest/json-diff/compare/v3.7.1...v3.7.2 | ||
[3.7.1]: https://github.com/swaggest/json-diff/compare/v3.7.0...v3.7.1 | ||
[3.7.0]: https://github.com/swaggest/json-diff/compare/v3.6.0...v3.7.0 | ||
[3.6.0]: https://github.com/swaggest/json-diff/compare/v3.5.1...v3.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
PHPSTAN_VERSION ?= 0.11.15 | ||
PHPSTAN_VERSION ?= 0.11.19 | ||
PHPBENCH_VERSION ?= 0.16.10 | ||
|
||
deps: | ||
|