Releases: GravityPDF/querypath
Releases · GravityPDF/querypath
4.0.1
What's Changed
- Only define global functions qp(), htmlqp(), and html5qp() if they haven't already been defined by @jakejackson1 in #53
- Fix for :nth-child(n+B) to select B-th and all following elements by @super-dm3 in #56
New Contributors
- @super-dm3 made their first contribution in #56
Full Changelog: 4.0.0...4.0.1
4.0.0
What's Changed
- Reverse logic of html5() Method by @jakejackson1 in #43
- Fix return value of wrapAll() when count() is 0 by @jakejackson1 in #44
Full Changelog: 3.2.3...4.0.0
v3.2.2
What's Changed
- PHP 8.2 Support by @jakejackson1 in #26
- Improve type hinting on primary functions by @jakejackson1 in #37
Full Changelog: 3.2.1...3.2.2
v3.2.1
What's Changed
- Resolve PHP8.1 Deprecation Notice by @jakejackson1 in #32
Full Changelog: 3.2.0...3.2.1
v3.2.0
What's Changed
The library was forked from https://github.com/arthurkushman/querypath, which was forked from https://github.com/technosophos/querypath.
Bug Fixes
- Fixes a number of type-related errors on PHP 8.1
Documentation and Maintenance
- Added GitHub Issue and Pull Request template
- Added Contributor Guidelines
- Updated README. Includes better getting started examples, info about the fork, and contributing
- Added GitHub Action to auto-lock closed issues/PRs
- Added CHANGELOG.md
- Added SECURITY.md
- Added FUNDING.md
- Removed API file and merged contents with new CHANGELOG.md file
- Renamed COPYING-MIT.txt to LICENSE.txt
- Updated composer.json
- Changed PHP requirements from
>=7.1
to^7.1 || ~8.0.0 || ~8.1.0
so developers are explicitly aware which PHP versions are supported by the library - Applied PSR-2 rules (+ tabs instead of spaces) to entire codebase
- Renamed
master
branch tomain
Full Changes: 3.1.4...3.2.0