Releases: Cloudstek/scim-filter-parser
Releases · Cloudstek/scim-filter-parser
v3.0.0
v2.0.0
Today marks the release of v2.0.0 🥳
Added
- Now support parsing paths for
PATCH
requests using thePathParser()
. - 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
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 forPATCH
requests.