Skip to content

Releases: Cloudstek/scim-filter-parser

v3.0.0

22 Mar 00:16
f1329a8
Compare
Choose a tag to compare

With this release PHP 8.1 or newer is required and we switched to using native enums.

Other than that there are no changes.

Breaking changes

  • Require PHP 8.1 ⚠️

v2.0.0

30 May 00:23
Compare
Choose a tag to compare

Today marks the release of v2.0.0 🥳

Added

  • Now support parsing paths for PATCH requests using the PathParser().
  • Fancy documentation with great thanks to docpress.
  • Static analysis with Psalm

Changes

  • Removed our own extended tokenizer and stream (no need for them).
  • Removed most of our custom exceptions (no need for them) making catching exceptions easier.
  • Improved tests

v1.0.0 - First release

13 May 23:03
Compare
Choose a tag to compare

This is the first release of the SCIM filter parser 🤩

As noted in the README, at the moment it only supports SCIM v2 query filters and support for attribute paths in PATCH requests is planned. SCIM v1 will not be supported however, but you can always submit a PR.

✅ Todo

  • Write documentation
  • Support parsing the path attribute for PATCH requests.