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 3ffa13a commit eb1e92aCopy full SHA for eb1e92a
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 1.4.3 (29.06.2024)
4
+
5
+* Fix derive with _ struct key
6
7
+## 1.4.2 (29.06.2024)
8
9
+* Fix compiler warnings for Elixir 1.17
10
11
## 1.4.1 (06.07.2023)
12
13
* Add limit to decoded integer sizes of 1024 digits. This can be changed
mix.exs
@@ -2,7 +2,7 @@ defmodule Jason.Mixfile do
use Mix.Project
@source_url "https://github.com/michalmuskala/jason"
- @version "1.4.2"
+ @version "1.4.3"
def project() do
[
0 commit comments