Released version 2.1.0
This commit is contained in:
parent
2e91d142d4
commit
9b9815277b
|
@ -184,7 +184,7 @@ span.header-light {
|
|||
margin: 40px 0 0 0 ;
|
||||
}
|
||||
|
||||
#splitter #toJSON {
|
||||
#splitter #toCode {
|
||||
margin: 20px 0 0 0 ;
|
||||
}
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* Copyright (C) 2011-2013 Jos de Jong, http://jsoneditoronline.org
|
||||
*
|
||||
* @author Jos de Jong, <wjosdejong@gmail.com>
|
||||
* @date 2013-02-26
|
||||
* @date 2013-03-08
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
Copyright (C) 2011-2013 Jos de Jong, http://jsoneditoronline.org
|
||||
|
||||
@author Jos de Jong, <wjosdejong@gmail.com>
|
||||
@date 2013-03-07
|
||||
@date 2013-03-08
|
||||
-->
|
||||
|
||||
<meta name="description" content="JSON Editor Online is a web-based tool to view, edit, and format JSON. It shows your data side by side in a clear, editable treeview and in formatted plain text.">
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
Copyright (C) 2011-2013 Jos de Jong, http://jsoneditoronline.org
|
||||
|
||||
@author Jos de Jong, <wjosdejong@gmail.com>
|
||||
@date 2013-03-07
|
||||
@date 2013-03-08
|
||||
-->
|
||||
|
||||
<meta name="description" content="JSON Editor Online is a web-based tool to view, edit, and format JSON. It shows your data side by side in a clear, editable treeview and in formatted plain text.">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<project name="jsoneditor-builder" default="main">
|
||||
<!-- the version number of must be updated here (according to changelog.txt) -->
|
||||
<property name="version" value="2.1.0-SNAPSHOT"/>
|
||||
<property name="version" value="2.1.0"/>
|
||||
|
||||
<!-- compression tools -->
|
||||
<property name="compressor" value="tools/yuicompressor-2.4.7.jar" />
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
http://jsoneditoronline.org
|
||||
|
||||
|
||||
## <not yet released>, version 2.1.0
|
||||
## 2013-03-08, version 2.1.0
|
||||
|
||||
- Replaced the plain text editor with code editor Ace, which brings in syntax
|
||||
highlighting and code inspection.
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 46 KiB |
Binary file not shown.
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 123 KiB |
Binary file not shown.
Before Width: | Height: | Size: 9.8 KiB |
Loading…
Reference in New Issue