Skip to content

Commit 84c2dbd

Browse files
committed
Release v1.3.0
1 parent 7e25ebb commit 84c2dbd

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

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+
316
## 1.2.2 (08.09.2020)
417

518
### Enhancements

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Jason.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/michalmuskala/jason"
5-
@version "1.2.2"
5+
@version "1.3.0"
66

77
def project() do
88
[

0 commit comments

Comments
 (0)