Skip to content

Version 1.3.1

Latest
Compare
Choose a tag to compare
@jg-rp jg-rp released this 22 Jun 08:09

Fixes

  • Fixed the non-standard JSON Patch operation, addap. Previously it was behaving like addne. See #81.
  • Fixed JSON Patch ops that operate on mappings and have a target that looks like an int. We now ensure the target is a string. See #82.