v1.3.3
This commit is contained in:
parent
6bf3ff67e8
commit
147e171dad
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
v1.3.3
|
||||||
|
|
||||||
|
* `pre_encode` now orders input in the order you'd expect
|
||||||
|
|
||||||
v1.3.2
|
v1.3.2
|
||||||
|
|
||||||
* `pre_encode` is now able to handle tuples *correctly*
|
* `pre_encode` is now able to handle tuples *correctly*
|
||||||
|
|
|
@ -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]
|
an erlang application for consuming, producing and manipulating [json][json]. inspired by [yajl][yajl]
|
||||||
|
|
||||||
|
|
|
@ -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.2"},
|
{vsn, "1.3.3"},
|
||||||
{modules, [
|
{modules, [
|
||||||
jsx,
|
jsx,
|
||||||
jsx_encoder,
|
jsx_encoder,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue