Skip to content

Releases: Globy-App/odata-query-parser

v1.2.0

Choose a tag to compare

@Sjustein Sjustein released this 25 Jun 19:23
e26e9ca

What's Changed

  • Updates composer packages and adds php8.4 as a target to the pipeline by @Sjustein in #14

Full Changelog: v1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@Sjustein Sjustein released this 07 Sep 17:30
21c6fc8

What's Changed

  • Adds custom exceptions for invalid direction and filter operators and… by @Sjustein in #11

Full Changelog: v1.0.2...v1.1.0

v1.0.2

Choose a tag to compare

@Sjustein Sjustein released this 07 Sep 12:17
8e4cd08

What's Changed

  • Fixes issue 9 and adds tests to prevent the issue from occurring again by @Sjustein in #10

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@Sjustein Sjustein released this 07 Sep 10:24
618bdee

What's Changed

  • Fixes issue 7, adds testing to prevent the issue from occuring in the… by @Sjustein in #8

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@Sjustein Sjustein released this 06 May 20:24
7808208

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

Choose a tag to compare

@Sjustein Sjustein released this 29 Apr 19:52
7ac1ad8

What's Changed

Awaiting large future changes, updated this package to be its own independent composer package.

  • Add globy pipeline and CQ packages by @Sjustein in #2

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@Sjustein Sjustein released this 24 Apr 05:05
b11cf5f

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