File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.3.0 (21.12.2020)
4
+
5
+ ### Enhancements
6
+
7
+ * Add the ` Jason.OrderedObject ` struct
8
+ * Support decoding objects preserving all the keys with ` objects: :ordered_objects ` option
9
+ * Support decoding floats to ` Decimal ` with ` floats: :decimals ` option
10
+ * Add ` ~j ` and ` ~J ` sigils in module ` Jason.Sigil ` to support writing JSON literals in code
11
+
12
+ ### Fixes
13
+ * Fix error reporting when decoding strings (it was possible to mis-attribute the offending byte)
14
+ * Verify fields given to ` @derive `
15
+
3
16
## 1.2.2 (08.09.2020)
4
17
5
18
### Enhancements
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Jason.Mixfile do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/michalmuskala/jason"
5
- @ version "1.2.2 "
5
+ @ version "1.3.0 "
6
6
7
7
def project ( ) do
8
8
[
You can’t perform that action at this time.
0 commit comments