v2.5.1
This commit is contained in:
parent
84f4b7fb40
commit
018c724b53
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
v2.5.1
|
||||
|
||||
* assume all datetimes are UTC time and add `Z` designator to indicate
|
||||
* fix parsing issue with datetimes in arrays
|
||||
|
||||
v2.5.0
|
||||
|
||||
* `consult/2` function for reading a file directly to a json term
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# jsx (v2.5.0) #
|
||||
# jsx (v2.5.1) #
|
||||
|
||||
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, "2.5.0"},
|
||||
{vsn, "2.5.1"},
|
||||
{modules, [
|
||||
jsx,
|
||||
jsx_encoder,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue