Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 16, 2016
1 parent bc01e53 commit 78d8d3a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.3.0 / 2016-11-15
===================
* [New] implement nested and ordered choices (#191)
* [New] [Fix] ensure that all content in `tag` is properly escaped
* [Fix] use `is.array` instead of `Array.isArray`, to continue supporting ES3
* [Fix] ES3: use `object-keys` instead of `Object.keys`
* [Deps] update `is`, `async`, `qs`
* [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `nsp`, `tape`
* [Tests] up to `node` `v7.0`, `v6.9`, `v4.6`; improve test matrix
* [Tests] execute all tests in test directory (#190)

1.2.0 / 2016-08-25
===================
* [New] Add labelAfterField option when rendering (#183)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "forms",
"version": "1.3.0",
"description": "An easy way to create, parse, and validate forms",
"main": "./index",
"author": "Caolan McMahon",
Expand All @@ -14,7 +15,6 @@
"url": "http://ljharb.codes"
}
],
"version": "1.2.0",
"repository": {
"type": "git",
"url": "https://github.com/caolan/forms.git"
Expand Down

0 comments on commit 78d8d3a

Please sign in to comment.