File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # 1.0.1 (provisional)
1+ # 1.0.1
22- Escape remaining keys before comparing them to the (already escaped) keys from earlier in the diffing process when determining Remove operations
33
44# 1.0.0
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The package can be installed by adding `jsonpatch` to your list of dependencies
3232``` elixir
3333def deps do
3434 [
35- {:jsonpatch , " ~> 1.0.0 " }
35+ {:jsonpatch , " ~> 1.0.1 " }
3636 ]
3737end
3838```
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ defmodule Jsonpatch.MixProject do
66 app: :jsonpatch ,
77 name: "Jsonpatch" ,
88 description: "Implementation of RFC 6902 in pure Elixir" ,
9- version: "1.0.0 " ,
9+ version: "1.0.1 " ,
1010 elixir: "~> 1.10" ,
1111 start_permanent: Mix . env ( ) == :prod ,
1212 deps: deps ( ) ,
You can’t perform that action at this time.
0 commit comments