Released version 3.2.0

This commit is contained in:
jos 2015-01-25 15:11:56 +01:00
parent 3f6f5d2a70
commit 376fc272ce
7 changed files with 10 additions and 10 deletions

View File

@ -3,7 +3,7 @@
https://github.com/josdejong/jsoneditor
## not yet released, version 3.2.0
## 2015-01-25, version 3.2.0
- Implemented shortcut keys `Ctrl+\` to format and `Ctrl+Shift+\` to compact
JSON when in mode `text` or `code`.

2
NOTICE
View File

@ -1,7 +1,7 @@
JSON Editor
https://github.com/josdejong/jsoneditor
Copyright (C) 2011-2014 Jos de Jong
Copyright (C) 2011-2015 Jos de Jong
Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -1,6 +1,6 @@
{
"name": "jsoneditor",
"version": "3.1.3-SNAPSHOT",
"version": "3.2.0",
"description": "A web-based tool to view, edit and format JSON",
"tags": [
"json",
@ -15,7 +15,7 @@
},
"main": [
"jsoneditor.min.js",
"jsoneditor.css"
"jsoneditor.min.css"
],
"bugs": "https://github.com/josdejong/jsoneditor/issues",
"ignore": [

View File

@ -20,10 +20,10 @@
* License for the specific language governing permissions and limitations under
* the License.
*
* Copyright (c) 2011-2014 Jos de Jong, http://jsoneditoronline.org
* Copyright (c) 2011-2015 Jos de Jong, http://jsoneditoronline.org
*
* @author Jos de Jong, <wjosdejong@gmail.com>
* @version 3.1.3-SNAPSHOT
* @version 3.2.0
* @date 2015-01-25
*/
(function webpackUniversalModuleDefinition(root, factory) {

4
jsoneditor.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "jsoneditor",
"version": "3.1.3-SNAPSHOT",
"version": "3.2.0",
"main": "jsoneditor.js",
"description": "A web-based tool to view, edit and format JSON",
"tags": [

View File

@ -20,7 +20,7 @@
* License for the specific language governing permissions and limitations under
* the License.
*
* Copyright (c) 2011-2014 Jos de Jong, http://jsoneditoronline.org
* Copyright (c) 2011-2015 Jos de Jong, http://jsoneditoronline.org
*
* @author Jos de Jong, <wjosdejong@gmail.com>
* @version @@version