Skip to content

Commit 06cc796

Browse files
authored
Update CHANGELOG
1 parent 035ab79 commit 06cc796

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# 2.0.0
2-
- Bugfix - ADD behaviour to be compliant with RFC (insert or update)
3-
- Bugfix - allow usage of nil values, previous implementation used `Map.get` with default `nil` to if a key was not present
2+
- Bugfix - ADD behaviour is now compliant with RFC (insert or update)
3+
- Bugfix - allow usage of nil values, previous implementation used `Map.get` with default `nil` to detect if a key was not present
44
- Change - COPY operation to be based on ADD operation (as per RFC)
5-
- Change - MOVE operation to be based on on COPY+REMOVE operation (as per RFC)
6-
- Change - REPLACE operation to be based on on REMOVE+ADD operation (as per RFC)
5+
- Change - MOVE operation to be based on COPY+REMOVE operation (as per RFC)
6+
- Change - REPLACE operation to be based on REMOVE+ADD operation (as per RFC)
77
- Change - `Jsonpatch.apply_patch()` signature changes:
88
- patches can be defined as `Jsonpatch.Operation.Add/Copy/Remove/...` structs or with plain map conforming to the jsonpatch schema
99
- error reason is now defined with a `{:error, %Jsonpatch.Error{}}` tuple.

0 commit comments

Comments
 (0)