This commit is contained in:
alisdair sullivan 2013-03-11 19:10:08 -07:00
parent 6cfe5d6661
commit f0f43c4aba
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
v1.4.1
* fixes a bug with interaction between `dirty_strings` and even numbers of escape characters
* performance enhancements
v1.4 v1.4
* radically refactored decoder * radically refactored decoder

View file

@ -1,4 +1,4 @@
# jsx (v1.4) # # jsx (v1.4.1) #
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]

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"}, {vsn, "1.4.1"},
{modules, [ {modules, [
jsx, jsx,
jsx_encoder, jsx_encoder,