v2.4.0
This commit is contained in:
parent
8797ff6d9b
commit
8f62b3adf1
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
v2.4.0
|
||||||
|
|
||||||
|
* enough performance improvements to justify a new version. 2-3x
|
||||||
|
speedup depending on mode of operation
|
||||||
|
|
||||||
v2.3.1
|
v2.3.1
|
||||||
|
|
||||||
* fixes an issue where astral plane json escape sequences were
|
* fixes an issue where astral plane json escape sequences were
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# jsx (v2.3.1) #
|
# jsx (v2.4) #
|
||||||
|
|
||||||
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, "2.3.1"},
|
{vsn, "2.4.0"},
|
||||||
{modules, [
|
{modules, [
|
||||||
jsx,
|
jsx,
|
||||||
jsx_encoder,
|
jsx_encoder,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue