We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02c130 commit ac77903Copy full SHA for ac77903
CHANGELOG
@@ -1,3 +1,9 @@
1
+# 2.3.0
2
+- Feature - Customize diffs for structs (prepare maps or structs before diffing)
3
+- Feature - Add an option to set initial path
4
+- Bugfix - Incorrect apply_patch for the move operation for the same list
5
+- Improvements - Dedicated functions for map and list diffs
6
+
7
# 2.2.2
8
- Bugfix - Resolves an issues preventing move working with keys: :atoms
9
mix.exs
@@ -6,7 +6,7 @@ defmodule Jsonpatch.MixProject do
app: :jsonpatch,
name: "Jsonpatch",
description: "Implementation of RFC 6902 in pure Elixir",
- version: "2.2.2",
+ version: "2.3.0",
10
elixir: "~> 1.10",
11
start_permanent: Mix.env() == :prod,
12
deps: deps(),
0 commit comments