This commit is contained in:
alisdair sullivan 2012-09-03 21:28:32 -07:00
parent 6bf3ff67e8
commit 147e171dad
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
v1.3.3
* `pre_encode` now orders input in the order you'd expect
v1.3.2
* `pre_encode` is now able to handle tuples *correctly*

View file

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

View file

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