Releases: Globy-App/odata-query-parser
Releases · Globy-App/odata-query-parser
Release list
v1.2.0
v1.1.0
v1.0.2
v1.0.1
v1.0.0
What's Changed
The project now outputs proper PHP objects. These objects have set datatypes and can be depended upon better than the old implementation of array keys. The first fully reliable release of this package.
- Implement dtos by @Sjustein in #4
- Added enums for filter operators and order directions, making processing them more reliable and simple.
- Improved testing with mutation testing and improved coverage to cover everything except for edge cases that should never be triggered. If a way to trigger them is found, please open an issue with the details, so I can write tests for them.
Full Changelog: v0.3.0...v1.0.0
v0.3.0
v0.2.0
What's Changed
- Update to php 8.2 by @Sjustein in #1
This release is fully compatible with the existing code. The code is updated to work with PHP 8.X and sets up testing as pipelines, so future changes can be verified before release.
New Contributors
Full Changelog: https://github.com/Globy-App/odata-query-parser/commits/v0.2.0