File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed
Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change 11QueryPath Changelog
22===========================
33
4- # 3.1 .0
4+ # 3.2 .0
55
66- Fixes a number of type-related errors on PHP 8.1
77- Update PHPUnit Test Suite to pass from PHP7.1 to 8.1
@@ -11,6 +11,36 @@ QueryPath Changelog
1111- Apply PSR-2 Linter to Codebase, using tabs instead of spaces
1212- Rename QueryPath fork and prepare for publishing on Packagist
1313
14+ # 3.1.4
15+
16+ - Added return types to getIterator() and count() for compatibility with PHP 8.1
17+
18+ # 3.1.3
19+
20+ - Add DOMQuery traits - dividing mutators, filters, checks
21+
22+ # 3.1.2
23+
24+ - Add format extension + test coverage + readme
25+
26+ # 3.1.1
27+
28+ - Fix juggling equations, return types in Utils
29+
30+ # 3.1.0
31+
32+ Transform library for PHP>=7.1 support + essential bug-fixes
33+
34+ - Add strict types passed for parameters
35+ - Add return types scalar/boxed
36+ - Refactor code to OOP (DRY/KISS/SOLID/YAGNI) style - minor to be continued...
37+ - Remove redundant code
38+ - Remove redundant ops
39+ - Fix bugs with equations
40+ - Fix juggling equations
41+ - Fix priority ops in flow structs
42+ - Remove unused vars from stack
43+
1444# 3.0.4
1545- Addition of namespace fetching method ns().
1646- Various fixes
You can’t perform that action at this time.
0 commit comments