v1.3.2
This commit is contained in:
parent
4620081f6e
commit
a4cf52eefb
3 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
v1.3.2
|
||||||
|
|
||||||
|
* `pre_encode` is now able to handle tuples *correctly*
|
||||||
|
|
||||||
v1.3.1
|
v1.3.1
|
||||||
|
|
||||||
* `pre_encode` is now able to handle tuples
|
* `pre_encode` is now able to handle tuples
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# jsx (v1.3.1) #
|
# jsx (v1.3.2) #
|
||||||
|
|
||||||
an erlang application for consuming, producing and manipulating [json][json]. inspired by [yajl][yajl]
|
an erlang application for consuming, producing and manipulating [json][json]. inspired by [yajl][yajl]
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ jsx is released under the terms of the [MIT][MIT] license
|
||||||
|
|
||||||
jsx may be built using either [sinan][sinan] or [rebar][rebar]
|
jsx may be built using either [sinan][sinan] or [rebar][rebar]
|
||||||
|
|
||||||
[](http://travis-ci.org/talentdeficit/jsx)
|
[](http://travis-ci.org/talentdeficit/jsx)
|
||||||
|
|
||||||
|
|
||||||
## index ##
|
## index ##
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{application, jsx,
|
{application, jsx,
|
||||||
[
|
[
|
||||||
{description, "a streaming, evented json parsing toolkit"},
|
{description, "a streaming, evented json parsing toolkit"},
|
||||||
{vsn, "1.3.1"},
|
{vsn, "1.3.2"},
|
||||||
{modules, [
|
{modules, [
|
||||||
jsx,
|
jsx,
|
||||||
jsx_encoder,
|
jsx_encoder,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue