You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@ QueryPath Changelog
2
2
===========================
3
3
4
4
# 3.1.0
5
+
6
+
- Fixes a number of type-related errors on PHP 8.1
7
+
- Update PHPUnit Test Suite to pass from PHP7.1 to 8.1
8
+
- Add GitHub Actions to run PHPUnit for all PRs
9
+
- Removes composer.lock file to ensure the correct PHPUnit is installed in GitHub Actions. Since this is a library this is generally the accepted practice.
10
+
- Removed the Faker dependency (it didn't appear to be used in the codebase and has been sunset).
11
+
- Apply PSR-2 Linter to Codebase, using tabs instead of spaces
5
12
- Rename QueryPath fork and prepare for publishing on Packagist
0 commit comments