Skip to content

Commit 52a6f15

Browse files
authored
Merge pull request #22 from GravityPDF/changlog-3.1.0-3.1.4
Update Changelog
2 parents ebcea38 + 5b54227 commit 52a6f15

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
QueryPath 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

0 commit comments

Comments
 (0)