v1.4.2
This commit is contained in:
parent
41b6652e84
commit
352d6b21cb
3 changed files with 8 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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]
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue