v1.4.3
This commit is contained in:
parent
e57cc7cefc
commit
e50af6e109
3 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
||||
* build apparatus cleaned up and streamlined
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# jsx (v1.4.2) #
|
||||
# jsx (v1.4.3) #
|
||||
|
||||
an erlang application for consuming, producing and manipulating [json][json].
|
||||
inspired by [yajl][yajl]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{application, jsx,
|
||||
[
|
||||
{description, "a streaming, evented json parsing toolkit"},
|
||||
{vsn, "1.4.2"},
|
||||
{vsn, "1.4.3"},
|
||||
{modules, [
|
||||
jsx,
|
||||
jsx_encoder,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue