v2.7.1
This commit is contained in:
parent
91b3c47e1b
commit
99c81f88b9
4 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
vNext
|
v2.7.1
|
||||||
|
|
||||||
* support for milliseconds in datetimes
|
* support for milliseconds in datetimes
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# jsx (v2.7.0) #
|
# jsx (v2.7.1) #
|
||||||
|
|
||||||
|
|
||||||
an erlang application for consuming, producing and manipulating [json][json].
|
an erlang application for consuming, producing and manipulating [json][json].
|
||||||
|
|
3
mix.exs
3
mix.exs
|
@ -4,7 +4,7 @@ use Mix.Project
|
||||||
def project do
|
def project do
|
||||||
[
|
[
|
||||||
app: :jsx,
|
app: :jsx,
|
||||||
version: "2.7.0",
|
version: "2.7.1",
|
||||||
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",
|
||||||
deps: deps(Mix.env),
|
deps: deps(Mix.env),
|
||||||
package: package,
|
package: package,
|
||||||
|
@ -25,6 +25,7 @@ use Mix.Project
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
"mix.exs",
|
"mix.exs",
|
||||||
"rebar.config",
|
"rebar.config",
|
||||||
|
"rebar.config.script",
|
||||||
"README.md",
|
"README.md",
|
||||||
"src"
|
"src"
|
||||||
],
|
],
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{application, jsx,
|
{application, jsx,
|
||||||
[
|
[
|
||||||
{description, "a streaming, evented json parsing toolkit"},
|
{description, "a streaming, evented json parsing toolkit"},
|
||||||
{vsn, "2.7.0"},
|
{vsn, "2.7.1"},
|
||||||
{modules, [
|
{modules, [
|
||||||
jsx,
|
jsx,
|
||||||
jsx_encoder,
|
jsx_encoder,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue