This commit is contained in:
alisdair sullivan 2012-07-01 23:42:57 -07:00
parent c33a87c4ce
commit 592bde45b1
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
v1.3.1
* `pre_encode` is now able to handle tuples
v1.3
* introduces `prettify/1` and `minify/1`, shortcuts for `format/2`

View file

@ -1,4 +1,4 @@
# jsx (v1.3) #
# jsx (v1.3.1) #
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"},
{vsn, "1.3.1"},
{modules, [
jsx,
jsx_encoder,