All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
1.0.0 — 2020-10-24
- Check for "value" or "path" key in replace patch operations (#14)
- Check for "value" in add patch operations (#14)
- Make skip unknown schemas optional (#15)
0.2.2 — 2020-09-18
- Removed attr path to from exception msg but added :path to exception #12 (contributed by @Quezion)
- Bugfix to prevent input vectors from being cast to lists in some nested add operations #11 (contributed by @smithtim)
0.2.1 — 2020-07-15
- Fix issue with "add" when no path is provided #10 (Contributed by @smithtim)
0.2.0 — 2019-07-29
- Allow skipping patches on some schemas (Fixes #6)
0.1.0 — 2019-05-31
- Parse SCIM paths and use it for patching
- Support add, remove, and replace operations