This commit is contained in:
alisdair sullivan 2014-11-24 19:18:10 -08:00
parent 5ada4c3cfc
commit 5f5e85914d
4 changed files with 6 additions and 3 deletions

View file

@ -2,6 +2,9 @@ v2.2
* `return_maps` option
* `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

View file

@ -1,4 +1,4 @@
# jsx (v2.1.1) #
# jsx (v2.2) #
an erlang application for consuming, producing and manipulating [json][json].
inspired by [yajl][yajl]

View file

@ -4,7 +4,7 @@ use Mix.Project
def project do
[
app: :jsx,
version: "2.1.1",
version: "2.2.0",
description: "an erlang application for consuming, producing and manipulating json. inspired by yajl",
package: package
]

View file

@ -1,7 +1,7 @@
{application, jsx,
[
{description, "a streaming, evented json parsing toolkit"},
{vsn, "2.1.1"},
{vsn, "2.2.0"},
{modules, [
jsx,
jsx_encoder,