This commit is contained in:
alisdair sullivan 2013-06-04 01:19:39 +00:00
parent 41b6652e84
commit 352d6b21cb
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
v1.4.2
* build apparatus cleaned up and streamlined
* new `{raw, <<"json goes here">>}` intermediate form to support direct generation of json
* bugfixes involving inappropriate exceptions from jsx functions
v1.4.1 v1.4.1
* fixes a bug with interaction between `dirty_strings` and even numbers of escape characters * fixes a bug with interaction between `dirty_strings` and even numbers of escape characters

View file

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

View file

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