This commit is contained in:
alisdair sullivan 2013-08-27 05:09:19 +00:00
parent e57cc7cefc
commit e50af6e109
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
v1.4.3
* add empty rebar.config for mix build tool
* add `attempt_atom` option for decoding json objects
* fix a bug related to multibyte codepoints and streaming input
* add a missing error state in the encoder
v1.4.2 v1.4.2
* build apparatus cleaned up and streamlined * build apparatus cleaned up and streamlined

View file

@ -1,4 +1,4 @@
# jsx (v1.4.2) # # jsx (v1.4.3) #
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.2"}, {vsn, "1.4.3"},
{modules, [ {modules, [
jsx, jsx,
jsx_encoder, jsx_encoder,