bump to 2.0.3
This commit is contained in:
parent
2d54e05e74
commit
ee989ad534
4 changed files with 11 additions and 3 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
v2.0.3
|
||||||
|
|
||||||
|
* update some typespecs to make them more comprehensive
|
||||||
|
|
||||||
|
v2.0.2
|
||||||
|
|
||||||
|
* fixes travis-ci spec
|
||||||
|
|
||||||
v2.0.1
|
v2.0.1
|
||||||
|
|
||||||
* fix regression in output of empty objects/arrays
|
* fix regression in output of empty objects/arrays
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# jsx (v2.0.2) #
|
# jsx (v2.0.3) #
|
||||||
|
|
||||||
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]
|
||||||
|
|
|
@ -4,7 +4,7 @@ use Mix.Project
|
||||||
def project do
|
def project do
|
||||||
[
|
[
|
||||||
app: :jsx,
|
app: :jsx,
|
||||||
version: "2.0.2",
|
version: "2.0.3",
|
||||||
description: "an erlang application for consuming, producing and manipulating json. inspired by yajl",
|
description: "an erlang application for consuming, producing and manipulating json. inspired by yajl",
|
||||||
package: package
|
package: package
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{application, jsx,
|
{application, jsx,
|
||||||
[
|
[
|
||||||
{description, "a streaming, evented json parsing toolkit"},
|
{description, "a streaming, evented json parsing toolkit"},
|
||||||
{vsn, "2.0.2"},
|
{vsn, "2.0.3"},
|
||||||
{modules, [
|
{modules, [
|
||||||
jsx,
|
jsx,
|
||||||
jsx_encoder,
|
jsx_encoder,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue