v2.8.1
This commit is contained in:
parent
c61be973b9
commit
bd8c9c7ad9
4 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
v2.8.1
|
||||||
|
|
||||||
|
* enable `debug_info` when used via mix
|
||||||
|
* accept `erlang:timestamp` as input to the parser
|
||||||
|
|
||||||
|
|
||||||
v2.8.0
|
v2.8.0
|
||||||
|
|
||||||
* add `JSX_FORCE_MAPS` env var for forcing decoding to maps rather than
|
* add `JSX_FORCE_MAPS` env var for forcing decoding to maps rather than
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# jsx (v2.8.0) #
|
# jsx (v2.8.1) #
|
||||||
|
|
||||||
|
|
||||||
an erlang application for consuming, producing and manipulating [json][json].
|
an erlang application for consuming, producing and manipulating [json][json].
|
||||||
|
@ -10,7 +10,7 @@ current status: [,
|
deps: deps(Mix.env),
|
||||||
package: package(),
|
package: package(),
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{application, jsx,
|
{application, jsx,
|
||||||
[
|
[
|
||||||
{description, "a streaming, evented json parsing toolkit"},
|
{description, "a streaming, evented json parsing toolkit"},
|
||||||
{vsn, "2.8.0"},
|
{vsn, "2.8.1"},
|
||||||
{modules, [
|
{modules, [
|
||||||
jsx,
|
jsx,
|
||||||
jsx_encoder,
|
jsx_encoder,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue