update to v2.7.0

This commit is contained in:
alisdair sullivan 2015-08-04 11:00:24 -07:00
parent e382aca486
commit f6d6bc25a0
4 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
v2.7.0
* `return_tail` option
* fixes for edoc generation
v2.6.2
* ensure maps are always enabled when compiling via mix

View file

@ -1,4 +1,4 @@
# jsx (v2.6.2) #
# jsx (v2.7.0) #
an erlang application for consuming, producing and manipulating [json][json].

View file

@ -4,7 +4,7 @@ use Mix.Project
def project do
[
app: :jsx,
version: "2.6.2",
version: "2.7.0",
description: "an erlang application for consuming, producing and manipulating json. inspired by yajl",
deps: deps(Mix.env),
package: package,

View file

@ -1,7 +1,7 @@
{application, jsx,
[
{description, "a streaming, evented json parsing toolkit"},
{vsn, "2.6.2"},
{vsn, "2.7.0"},
{modules, [
jsx,
jsx_encoder,