v2.2
This commit is contained in:
parent
5ada4c3cfc
commit
5f5e85914d
4 changed files with 6 additions and 3 deletions
|
@ -2,6 +2,9 @@ v2.2
|
||||||
|
|
||||||
* `return_maps` option
|
* `return_maps` option
|
||||||
* `uescape` option for 7-bit clean output
|
* `uescape` option for 7-bit clean output
|
||||||
|
* add `Makefile` for slightly better `erlang.mk` compatibility
|
||||||
|
* add `maps_support/0` call to determine whether `jsx` was compiled
|
||||||
|
with support for maps or not
|
||||||
|
|
||||||
v2.1.1
|
v2.1.1
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# jsx (v2.1.1) #
|
# jsx (v2.2) #
|
||||||
|
|
||||||
an erlang application for consuming, producing and manipulating [json][json].
|
an erlang application for consuming, producing and manipulating [json][json].
|
||||||
inspired by [yajl][yajl]
|
inspired by [yajl][yajl]
|
||||||
|
|
|
@ -4,7 +4,7 @@ use Mix.Project
|
||||||
def project do
|
def project do
|
||||||
[
|
[
|
||||||
app: :jsx,
|
app: :jsx,
|
||||||
version: "2.1.1",
|
version: "2.2.0",
|
||||||
description: "an erlang application for consuming, producing and manipulating json. inspired by yajl",
|
description: "an erlang application for consuming, producing and manipulating json. inspired by yajl",
|
||||||
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.1.1"},
|
{vsn, "2.2.0"},
|
||||||
{modules, [
|
{modules, [
|
||||||
jsx,
|
jsx,
|
||||||
jsx_encoder,
|
jsx_encoder,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue