update to v2.7.0
This commit is contained in:
parent
e382aca486
commit
f6d6bc25a0
4 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
v2.7.0
|
||||||
|
|
||||||
|
* `return_tail` option
|
||||||
|
* fixes for edoc generation
|
||||||
|
|
||||||
v2.6.2
|
v2.6.2
|
||||||
|
|
||||||
* ensure maps are always enabled when compiling via mix
|
* ensure maps are always enabled when compiling via mix
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# jsx (v2.6.2) #
|
# jsx (v2.7.0) #
|
||||||
|
|
||||||
|
|
||||||
an erlang application for consuming, producing and manipulating [json][json].
|
an erlang application for consuming, producing and manipulating [json][json].
|
||||||
|
|
2
mix.exs
2
mix.exs
|
@ -4,7 +4,7 @@ use Mix.Project
|
||||||
def project do
|
def project do
|
||||||
[
|
[
|
||||||
app: :jsx,
|
app: :jsx,
|
||||||
version: "2.6.2",
|
version: "2.7.0",
|
||||||
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,
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{application, jsx,
|
{application, jsx,
|
||||||
[
|
[
|
||||||
{description, "a streaming, evented json parsing toolkit"},
|
{description, "a streaming, evented json parsing toolkit"},
|
||||||
{vsn, "2.6.2"},
|
{vsn, "2.7.0"},
|
||||||
{modules, [
|
{modules, [
|
||||||
jsx,
|
jsx,
|
||||||
jsx_encoder,
|
jsx_encoder,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue