We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3977552 commit 8cbddbeCopy full SHA for 8cbddbe
2 files changed
CHANGELOG
@@ -1,3 +1,6 @@
1
+# 2.3.1
2
+- Bugfix - Prepare_map returning non-map works now
3
+
4
# 2.3.0
5
- Feature - Customize diffs for structs (prepare maps or structs before diffing)
6
- Feature - Add an option to set initial path
mix.exs
@@ -6,7 +6,7 @@ defmodule Jsonpatch.MixProject do
app: :jsonpatch,
7
name: "Jsonpatch",
8
description: "Implementation of RFC 6902 in pure Elixir",
9
- version: "2.3.0",
+ version: "2.3.1",
10
elixir: "~> 1.10",
11
start_permanent: Mix.env() == :prod,
12
deps: deps(),
0 commit comments