v2.1.1
This commit is contained in:
parent
c6bd36709d
commit
4d549dd8a9
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
v2.2
|
||||
v2.1.1
|
||||
|
||||
* faster generation of json via iolists
|
||||
* `repeat_keys` option
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# jsx (v2.1) #
|
||||
# jsx (v2.1.1) #
|
||||
|
||||
an erlang application for consuming, producing and manipulating [json][json].
|
||||
inspired by [yajl][yajl]
|
||||
|
|
|
@ -4,7 +4,7 @@ use Mix.Project
|
|||
def project do
|
||||
[
|
||||
app: :jsx,
|
||||
version: "2.1",
|
||||
version: "2.1.1",
|
||||
description: "an erlang application for consuming, producing and manipulating json. inspired by yajl",
|
||||
package: package
|
||||
]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{application, jsx,
|
||||
[
|
||||
{description, "a streaming, evented json parsing toolkit"},
|
||||
{vsn, "2.1"},
|
||||
{vsn, "2.1.1"},
|
||||
{modules, [
|
||||
jsx,
|
||||
jsx_encoder,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue