Skip to content

Commit

Permalink
Merge pull request #22 from GravityPDF/changlog-3.1.0-3.1.4
Browse files Browse the repository at this point in the history
Update Changelog
  • Loading branch information
jakejackson1 authored Dec 7, 2022
2 parents ebcea38 + 5b54227 commit 52a6f15
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
QueryPath Changelog
===========================

# 3.1.0
# 3.2.0

- Fixes a number of type-related errors on PHP 8.1
- Update PHPUnit Test Suite to pass from PHP7.1 to 8.1
Expand All @@ -11,6 +11,36 @@ QueryPath Changelog
- Apply PSR-2 Linter to Codebase, using tabs instead of spaces
- Rename QueryPath fork and prepare for publishing on Packagist

# 3.1.4

- Added return types to getIterator() and count() for compatibility with PHP 8.1

# 3.1.3

- Add DOMQuery traits - dividing mutators, filters, checks

# 3.1.2

- Add format extension + test coverage + readme

# 3.1.1

- Fix juggling equations, return types in Utils

# 3.1.0

Transform library for PHP>=7.1 support + essential bug-fixes

- Add strict types passed for parameters
- Add return types scalar/boxed
- Refactor code to OOP (DRY/KISS/SOLID/YAGNI) style - minor to be continued...
- Remove redundant code
- Remove redundant ops
- Fix bugs with equations
- Fix juggling equations
- Fix priority ops in flow structs
- Remove unused vars from stack

# 3.0.4
- Addition of namespace fetching method ns().
- Various fixes
Expand Down

0 comments on commit 52a6f15

Please sign in to comment.