Skip to content

Releases: thomaspoignant/scim-patch

v0.6.3

05 Apr 13:16
015c652
Compare
Choose a tag to compare

v0.6.3

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2

29 Mar 09:34
2b182e0
Compare
Choose a tag to compare

What's Changed

  • fixes #220 (for add operations, append values to end incase of array attribute) by @asutosh97 in #222
  • Add utility function to avoid mistakes while checking operation types by @thomaspoignant in #223

Full Changelog: v0.6.1...v0.6.2

v0.6.1

25 Mar 08:59
b6d30fc
Compare
Choose a tag to compare

v0.6.1

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

23 Mar 09:26
1e459b5
Compare
Choose a tag to compare

#v0.6.0

Features

  • #212 - remove operation on nested fields that don't exist ends up adding fields till (depth - 1)
  • #213 - added exclude flag to filterWithQuery
  • #216 - Change format to have a clearer way to pass options
  • #217 - Add options to make scimPatch() immutable

Bugfix

  • #210 - typeof op must be string
  • #214 - fixed addition of duplicate objects to array

New Contributors

Full Changelog: v0.5.10...v0.6.0

v0.5.10

10 Mar 11:35
fdc57a9
Compare
Choose a tag to compare

Issue

Dependencies

New Contributors

Full Changelog: v0.5.9...v0.5.10

v0.5.9

01 Feb 10:07
Compare
Choose a tag to compare

v0.5.9

Full Changelog: v0.5.8...v0.5.9

v0.5.8

24 Jan 10:41
162cab7
Compare
Choose a tag to compare

v0.5.8

Bug fixes

  • #188 - Allow ADD on multivalued path queries.
  • #189 - Allow add/replace of null value

Dependencies

  • #190 - Fix nanoid vulnerability

v0.5.7

21 Jan 12:57
5304607
Compare
Choose a tag to compare

v0.5.7

Bugfix

  • #177 - fix #176 - allow adds when there is no matching target in an array

Dependencies

  • #184 - Bump @types/mocha from 9.0.0 to 9.1.0
  • #183 - Bump @typescript-eslint/parser from 5.8.1 to 5.10.0
  • #182 - Bump @typescript-eslint/eslint-plugin from 5.3.0 to 5.10.0
  • #181 - Bump mocha from 9.0.1 to 9.1.4
  • #180 - Bump typescript from 4.1.2 to 4.5.5
  • #179 - Bump eslint-plugin-testing-library from 5.0.0-alpha.10 to 5.0.3
  • #178 - Bump eslint from 8.6.0 to 8.7.0
  • #174 - Bump eslint from 8.1.0 to 8.6.0
  • #173 - Bump scim2-parse-filter from 0.2.0 to 0.2.1
  • #172 - Bump @typescript-eslint/parser from 5.3.0 to 5.8.1
  • #171 - Bump @types/benchmark from 2.1.0 to 2.1.1
  • #170 - Bump coveralls from 3.1.0 to 3.1.1
  • #169 - Bump eslint-plugin-mocha from 9.0.0 to 10.0.3
  • #168 - Bump eslint-plugin-testing-library from 5.0.0-alpha.10 to 5.0.1
  • #167 - Bump chai from 4.2.0 to 4.3.4
  • #166 - Bump @types/chai from 4.2.12 to 4.3.0

v0.5.6

13 Dec 20:46
1db9c3a
Compare
Choose a tag to compare

v0.5.6

  • #163 - Remove typesctipt from dependencies

v0.5.5

06 Dec 11:31
74b7f0d
Compare
Choose a tag to compare

v0.5.5

  • #162 - Fix #161: Path Resolution with dot is patch query