Skip to content

Remove own ordering of patches before applying

Compare
Choose a tag to compare
@corka149 corka149 released this 12 Jan 06:53
· 81 commits to master since this release
dbdc34b

Previously Jsonpatch sorted the patches before applying them when they were provided as list. This was wrong.
The RFC says that they should be applied in the order as they appear in the list.