v2.5.0
This commit is contained in:
parent
dfd75d5ef0
commit
9a87c010e5
3 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
v2.5.0
|
||||||
|
|
||||||
|
* `consult/2` function for reading a file directly to a json term
|
||||||
|
* `maps_always` build flag for always returning maps on platforms
|
||||||
|
that support them
|
||||||
|
* dialyzer fixes
|
||||||
|
|
||||||
v2.4.0
|
v2.4.0
|
||||||
|
|
||||||
* enough performance improvements to justify a new version. 2-3x
|
* enough performance improvements to justify a new version. 2-3x
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# jsx (v2.4) #
|
# jsx (v2.5.0) #
|
||||||
|
|
||||||
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]
|
||||||
|
|
||||||
**jsx** is built via [rebar][rebar] and continuous integration testing provided courtesy [travis-ci][travis]
|
**jsx** is built via [rebar][rebar] and continuous integration testing provided courtesy [travis-ci][travis]
|
||||||
|
|
||||||
current status: [](http://travis-ci.org/talentdeficit/jsx)
|
current status: [](http://travis-ci.org/talentdeficit/jsx)
|
||||||
|
|
||||||
**jsx** is released under the terms of the [MIT][MIT] license
|
**jsx** is released under the terms of the [MIT][MIT] license
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{application, jsx,
|
{application, jsx,
|
||||||
[
|
[
|
||||||
{description, "a streaming, evented json parsing toolkit"},
|
{description, "a streaming, evented json parsing toolkit"},
|
||||||
{vsn, "2.4.0"},
|
{vsn, "2.5.0"},
|
||||||
{modules, [
|
{modules, [
|
||||||
jsx,
|
jsx,
|
||||||
jsx_encoder,
|
jsx_encoder,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue