2014-06-01 03:01:30 +08:00
|
|
|
# JSON Editor - History
|
2013-02-09 23:53:37 +08:00
|
|
|
|
2014-06-01 03:01:30 +08:00
|
|
|
https://github.com/josdejong/jsoneditor
|
2013-02-09 23:53:37 +08:00
|
|
|
|
2015-03-18 03:25:50 +08:00
|
|
|
|
2017-07-14 02:19:01 +08:00
|
|
|
## 2017-07-13, version 5.9.1
|
|
|
|
|
|
|
|
- `setText` method of tree mode now automatically sanitizes JSON input
|
|
|
|
when needed.
|
|
|
|
- Fixed #430: automatically fix unescaped control characters in
|
|
|
|
JSON input.
|
|
|
|
|
|
|
|
|
2017-07-11 02:05:13 +08:00
|
|
|
## 2017-07-10, version 5.9.0
|
2017-07-11 01:58:34 +08:00
|
|
|
|
2017-07-11 02:05:13 +08:00
|
|
|
- Implemented support for JSON schema references `$ref`, see #302.
|
|
|
|
Thanks @meirotstein.
|
2017-07-11 01:58:34 +08:00
|
|
|
- Fixed #429: JSONEditor no longer accepting an empty array for option
|
|
|
|
`modes`. Thanks @trystan2k.
|
|
|
|
- Fixed JSONEditor picking the first entry of `modes` as initial mode
|
|
|
|
instead of option `mode`.
|
|
|
|
|
|
|
|
|
2017-07-08 17:51:48 +08:00
|
|
|
## 2017-07-08, version 5.8.2
|
2017-07-06 04:12:37 +08:00
|
|
|
|
|
|
|
- Select first option from `modes` instead of `tree` when `mode` is not
|
|
|
|
configured. Thanks @bag-man.
|
2017-07-08 17:51:48 +08:00
|
|
|
- Some fixes and improvements in the API of autocompletion.
|
|
|
|
Thanks @israelito3000.
|
2017-07-06 04:12:37 +08:00
|
|
|
|
|
|
|
|
2017-07-04 01:23:32 +08:00
|
|
|
## 2017-07-03, version 5.8.1
|
|
|
|
|
|
|
|
- Fixed broken minified bundles in folder `dist` (again...).
|
|
|
|
|
|
|
|
|
2017-07-02 20:32:00 +08:00
|
|
|
## 2017-07-02, version 5.8.0
|
2017-07-02 19:45:06 +08:00
|
|
|
|
|
|
|
- Implemented support for autocompletion. Thanks @israelito3000.
|
|
|
|
|
|
|
|
|
2017-06-27 15:15:51 +08:00
|
|
|
## 2017-06-27, version 5.7.2
|
|
|
|
|
|
|
|
- Fixed broken minified bundles in folder `dist`
|
|
|
|
(reverted to `uglify-js@2.8.22` for now).
|
|
|
|
|
|
|
|
|
2017-06-25 20:53:28 +08:00
|
|
|
## 2017-06-25, version 5.7.1
|
|
|
|
|
|
|
|
- Upgraded dependency `ajv` to version `5.2.0`. Resolves warnings in
|
|
|
|
Webpack build processes.
|
|
|
|
|
|
|
|
|
2017-05-26 22:17:34 +08:00
|
|
|
## 2017-05-26, version 5.7.0
|
2017-05-07 21:32:31 +08:00
|
|
|
|
|
|
|
- Implemented support for template items. Thanks @israelito3000.
|
2017-06-18 20:19:36 +08:00
|
|
|
- Upgraded dependencies to the latest versions. Thanks @andreykaipov.
|
2017-05-07 21:32:31 +08:00
|
|
|
|
|
|
|
|
2017-04-15 18:28:46 +08:00
|
|
|
## 2017-04-15, version 5.6.0
|
|
|
|
|
|
|
|
- Implemented readonly option for modes `text` and `code.`
|
|
|
|
Thanks @walkerrandolphsmith.
|
|
|
|
- Upgraded dependencies (`brance` and `ajv`) to the latest versions.
|
|
|
|
- Fixed not being able to move focus to enum select box when clicking
|
|
|
|
a JSON Schema warning.
|
|
|
|
- Fixed #309: already loaded version of Ace being overwritten by the
|
|
|
|
embedded version of JSONEditor.
|
2017-02-27 03:40:12 +08:00
|
|
|
- Fixed #368: Mode selection drop down not fully visible on small screen.
|
2017-04-15 18:28:46 +08:00
|
|
|
- Fixed #253: Optimize the input experience of Chinese IME.
|
|
|
|
Thanks @chinesedfan.
|
2017-01-07 04:46:23 +08:00
|
|
|
|
|
|
|
|
2017-01-07 03:58:19 +08:00
|
|
|
## 2017-01-06, version 5.5.11
|
2017-01-04 03:23:03 +08:00
|
|
|
|
|
|
|
- Fixed embedded version of jsoneditor ace theme not being loaded in
|
|
|
|
minimalist version (see #55).
|
2017-01-04 03:43:10 +08:00
|
|
|
- Fixed a styling issue in the SearchBox of Ace editor (mode `code`).
|
2017-01-04 03:43:43 +08:00
|
|
|
- Fixed #347: CSS more robust against global settings of div position.
|
2017-01-04 03:23:03 +08:00
|
|
|
- Added docs and example on how to use a custom version of Ace editor.
|
|
|
|
|
|
|
|
|
2016-11-03 04:03:18 +08:00
|
|
|
## 2016-11-02, version 5.5.10
|
2016-11-02 04:00:21 +08:00
|
|
|
|
|
|
|
- Fixed #85: pressing enter in an input in a form containing a JSONEditor too
|
|
|
|
breaks submitting the form.
|
|
|
|
|
2016-11-03 04:03:18 +08:00
|
|
|
|
2016-10-18 03:16:01 +08:00
|
|
|
## 2016-10-17, version 5.5.9
|
2016-10-15 16:49:44 +08:00
|
|
|
|
|
|
|
- Fixed #329: Editor showing duplicate key warnings for keys defined on the
|
|
|
|
Object prototype, like `toString` and `watch`.
|
|
|
|
|
|
|
|
|
2016-09-28 03:07:31 +08:00
|
|
|
## 2016-09-27, version 5.5.8
|
2016-09-25 01:23:31 +08:00
|
|
|
|
|
|
|
- Fixed #314: JSON schema validation throwing an error "Unexpected token ' in
|
|
|
|
JSON at position 0" in specific cases. Thanks @apostrophest
|
|
|
|
|
|
|
|
|
2016-08-18 03:29:14 +08:00
|
|
|
## 2016-08-17, version 5.5.7
|
2016-07-06 02:09:34 +08:00
|
|
|
|
|
|
|
- Fixed #308: wrong positioning of label "empty array" when `onEditable`
|
|
|
|
returns false.
|
|
|
|
|
|
|
|
|
2016-06-16 01:35:28 +08:00
|
|
|
## 2016-06-15, version 5.5.6
|
2016-06-07 03:11:31 +08:00
|
|
|
|
2016-06-07 03:25:45 +08:00
|
|
|
- Fixed #303: editor contents collapsed when the parent div of the JSONEditor
|
|
|
|
has no height set.
|
2016-06-07 03:11:31 +08:00
|
|
|
- Improved example 04_load_and_save.html. Thanks @RDCH106.
|
|
|
|
|
|
|
|
|
2016-05-25 01:54:56 +08:00
|
|
|
## 2016-05-24, version 5.5.5
|
2016-05-24 02:35:24 +08:00
|
|
|
|
2016-05-24 03:27:34 +08:00
|
|
|
- Fixed #298: Switch mode button disappears when switching from text/code to
|
|
|
|
tree/form/view mode when the JSON contained errors.
|
2016-05-24 02:35:24 +08:00
|
|
|
- Fixed enum drop downs not working when the JSONEditor is configured with
|
|
|
|
a name.
|
|
|
|
|
|
|
|
|
2016-05-23 02:14:50 +08:00
|
|
|
## 2016-05-22, version 5.5.4
|
|
|
|
|
|
|
|
- Fixed #285: an issue with the enum drop down when having defined multiple
|
|
|
|
enums in a JSON schema.
|
2016-05-23 02:19:19 +08:00
|
|
|
- Fixed a (harmless) error in the console when clicking right from an enum
|
|
|
|
drop down.
|
2016-05-23 02:14:50 +08:00
|
|
|
|
|
|
|
|
2016-05-22 21:12:28 +08:00
|
|
|
## 2016-05-22, version 5.5.3
|
2016-05-22 20:59:37 +08:00
|
|
|
|
|
|
|
- Fixed #299: reverted the fix of #268 by trimming text in fields and values.
|
|
|
|
|
|
|
|
|
2016-04-19 02:44:00 +08:00
|
|
|
## 2016-04-18, version 5.5.2
|
2016-04-19 02:41:07 +08:00
|
|
|
|
|
|
|
- Fixed #294: Fields reset their caret location on every key press in Firefox.
|
|
|
|
|
|
|
|
|
2016-04-16 18:40:29 +08:00
|
|
|
## 2016-04-16, version 5.5.1
|
2016-04-16 18:36:14 +08:00
|
|
|
|
|
|
|
- Fixed enum select boxes not being rendered/removed when setting or removing
|
|
|
|
a JSON schema via `editor.setSchema(schema)`.
|
|
|
|
|
|
|
|
|
2016-04-16 16:43:43 +08:00
|
|
|
## 2016-04-16, version 5.5.0
|
2016-04-12 02:18:02 +08:00
|
|
|
|
2016-04-12 03:42:38 +08:00
|
|
|
- Implemented a dropdown for values having an JSON Schema enum.
|
|
|
|
Thanks @tdakanalis.
|
|
|
|
- Fixed #291, #292: Some CSS broken when using the editor in combination with
|
|
|
|
bootstrap. Thanks @nucleartide.
|
2016-04-12 02:18:02 +08:00
|
|
|
|
2016-04-10 03:00:33 +08:00
|
|
|
## 2016-04-09, version 5.4.0
|
2016-04-10 02:06:29 +08:00
|
|
|
|
2016-04-10 03:00:33 +08:00
|
|
|
- Upgraded all dependencies (`ajv`, `brace`, etc).
|
2016-04-10 02:55:07 +08:00
|
|
|
- Fixed #289: Some CSS breaking when using the editor in combination with
|
|
|
|
materialize.css or bootstrap.
|
2016-04-10 02:11:41 +08:00
|
|
|
- Fixed #290: `setText()` not working in mode text or code.
|
2016-04-10 02:06:29 +08:00
|
|
|
|
|
|
|
|
2016-04-06 15:25:05 +08:00
|
|
|
## 2016-04-06, version 5.3.0
|
2016-03-24 15:43:26 +08:00
|
|
|
|
2016-04-05 03:51:39 +08:00
|
|
|
- Implemented support for sorting object keys naturally. Thanks @edufelipe.
|
2016-04-06 15:15:38 +08:00
|
|
|
- Sorting object keys or array items via the context menu is now also naturally
|
|
|
|
sorted.
|
2016-03-24 15:43:26 +08:00
|
|
|
- Fixed #283: improved JSON schema error message in case of no
|
|
|
|
additionalProperties.
|
2016-04-05 04:13:19 +08:00
|
|
|
- Fixed #286: Calling `get()` or `getText()` caused the editor to lose focus.
|
|
|
|
A regression introduced in v5.2.0.
|
2016-03-24 15:43:26 +08:00
|
|
|
|
2016-04-06 15:15:38 +08:00
|
|
|
|
2016-03-21 01:19:13 +08:00
|
|
|
## 2016-03-20, version 5.2.0
|
2016-03-09 03:09:43 +08:00
|
|
|
|
2016-03-20 21:54:47 +08:00
|
|
|
- Implemented method `editor.destroy()` to properly cleanup the editor (#278).
|
2016-03-09 03:09:43 +08:00
|
|
|
- Fixed #268: JSONEditor now trims text in fields and values.
|
2016-03-20 22:55:38 +08:00
|
|
|
- Fixed #280: Some CSS issues when used in combination with bootstrap.
|
2016-03-09 03:09:43 +08:00
|
|
|
|
|
|
|
|
2016-02-16 03:35:19 +08:00
|
|
|
## 2016-02-15, version 5.1.5
|
|
|
|
|
|
|
|
- Fixed #272: Checkbox for boolean values visible in view mode.
|
|
|
|
|
|
|
|
|
2016-02-13 18:47:10 +08:00
|
|
|
## 2016-02-13, version 5.1.4
|
2016-02-09 17:05:11 +08:00
|
|
|
|
|
|
|
- Fixed broken example 04_load_and_save.html. See #265.
|
|
|
|
|
|
|
|
|
2016-02-03 15:14:46 +08:00
|
|
|
## 2016-02-03, version 5.1.3
|
2016-02-02 03:39:50 +08:00
|
|
|
|
|
|
|
- Fixed #264: Clicking items in the context menu not working on Firefox.
|
|
|
|
|
|
|
|
|
2016-01-22 03:01:49 +08:00
|
|
|
## 2016-01-21, version 5.1.2
|
2016-01-16 21:49:04 +08:00
|
|
|
|
|
|
|
- Improvements in sanitizing invalid JSON.
|
2016-01-22 03:01:49 +08:00
|
|
|
- Updated dependencies to the latest version.
|
2016-01-17 22:24:46 +08:00
|
|
|
- Fixed clicking format/compact not triggering an onChange event.
|
2016-01-20 04:52:52 +08:00
|
|
|
- Fixed #259: when having a JSONEditor inside an HTML form, clicking an entry
|
|
|
|
in the context menu did submit the form.
|
2016-01-22 03:01:49 +08:00
|
|
|
- Fixed browserify build, see #260. Thanks @onip.
|
2016-01-16 21:49:04 +08:00
|
|
|
|
|
|
|
|
2016-01-16 17:55:45 +08:00
|
|
|
## 2016-01-16, version 5.1.1
|
2016-01-16 02:41:51 +08:00
|
|
|
|
2016-01-16 17:46:43 +08:00
|
|
|
- Fixed #257: Improving error messages for enum errors failed when the
|
|
|
|
schema contains references.
|
2016-01-16 02:41:51 +08:00
|
|
|
- Fixed #255: Removed wrong console warning about the option `search`.
|
2016-01-16 03:45:53 +08:00
|
|
|
- Fixed error thrown when option `search` is false (see #256). Thanks @MiroHibler.
|
2016-01-16 02:41:51 +08:00
|
|
|
|
|
|
|
|
2016-01-15 04:26:39 +08:00
|
|
|
## 2016-01-14, version 5.1.0
|
2016-01-12 18:38:38 +08:00
|
|
|
|
2016-01-15 04:26:39 +08:00
|
|
|
- Implemented support for JSON schema validation, powered by `ajv`.
|
2016-01-12 23:28:40 +08:00
|
|
|
- Implemented #197: display an error in case of duplicate keys in an object.
|
2016-01-12 22:18:11 +08:00
|
|
|
- Implemented #183: display a checkbox left from boolean values, so you can
|
|
|
|
easily switch between true/false.
|
2016-01-13 01:11:56 +08:00
|
|
|
- Implemented debouncing of keyboard input, resulting in much less history
|
|
|
|
actions whilst typing.
|
2016-01-12 18:38:38 +08:00
|
|
|
- Added a minimalist bundle to the `dist` folder, excluding `ace` and `ajv`.
|
2016-01-13 00:25:33 +08:00
|
|
|
- Fixed #222: editor throwing `onChange` events when switching mode.
|
2016-01-12 18:38:38 +08:00
|
|
|
- Fixed an error throw when switching to mode "code" via the menu.
|
2016-01-12 20:26:12 +08:00
|
|
|
- Fixed interfering shortcut keys: changed quick keys to select multiple fields
|
|
|
|
from `Shift+Arrow Up/Down` to `Ctrl+Shift+Arrow Up/Down`.
|
2016-01-12 18:38:38 +08:00
|
|
|
|
|
|
|
|
2016-01-13 01:11:56 +08:00
|
|
|
|
2016-01-01 00:03:49 +08:00
|
|
|
## 2015-12-31, version 5.0.1
|
2015-12-31 21:22:27 +08:00
|
|
|
|
2015-12-31 22:04:32 +08:00
|
|
|
- Fixed a bug in positioning of the context menu for multiple selected nodes.
|
2015-12-31 21:22:27 +08:00
|
|
|
- Fixed #130: option `onEditable` not available in mode `form`.
|
2015-12-31 21:24:13 +08:00
|
|
|
- Fixed #202: removed `version` field from bower.json.
|
2015-12-31 21:22:27 +08:00
|
|
|
|
|
|
|
|
2015-12-31 20:38:43 +08:00
|
|
|
## 2015-12-31, version 5.0.0
|
2015-11-08 02:20:19 +08:00
|
|
|
|
2015-12-31 20:46:34 +08:00
|
|
|
- New design.
|
2015-12-31 00:38:05 +08:00
|
|
|
- Implemented selection of multiple nodes, allowing to move/duplicate/remove
|
2015-12-31 05:20:15 +08:00
|
|
|
multiple nodes at once (See #106).
|
2015-12-25 03:20:50 +08:00
|
|
|
- Implemented a new option `escapeUnicode`, which will show the hexadecimal
|
|
|
|
unicode instead of the character itself. (See #93 and #230).
|
2015-12-25 18:38:41 +08:00
|
|
|
- Implemented method `getMode`.
|
|
|
|
- Implemented option `onModeChange(oldMode, newMode)`.
|
2015-12-25 21:38:14 +08:00
|
|
|
- Implemented #203: Objects and arrays in mode `form` and `view` are now
|
|
|
|
expandable by clicking the field names too.
|
|
|
|
- Replaced the PNG icon images with SVG. Thanks @1j01.
|
2015-12-28 04:43:18 +08:00
|
|
|
- Renamed all CSS classes They now have prefixes `.jsoneditor-` to prevent
|
|
|
|
name collisions with css frameworks like bootstrap.
|
2015-12-25 18:38:41 +08:00
|
|
|
- Renamed options `change`, `editable`, `error` to respectively `onChange`,
|
|
|
|
`onEditable`, and `onError`. Old options are still working and give a
|
|
|
|
deprecation warning.
|
2015-12-28 00:36:59 +08:00
|
|
|
- Colors of values are now customizable using CSS.
|
2015-12-25 18:38:41 +08:00
|
|
|
- JSONEditor new throws a warning in the console in case of unknown options.
|
2015-12-25 17:45:28 +08:00
|
|
|
- Fixed #93 and #227: html codes like `&` not escaped.
|
2015-12-21 20:42:27 +08:00
|
|
|
- Fixed #149: Memory leak when switching mode from/to `code` mode, web worker
|
|
|
|
of Ace editor wasn't cleaned up.
|
2015-11-08 02:20:19 +08:00
|
|
|
- Fixed #234: Remove dependency on a fork of the `jsonlint` project on github.
|
2015-12-21 20:24:37 +08:00
|
|
|
- Fixed: disabled `Ctrl+L` quick key to go to a line, instead use the default
|
|
|
|
browser behavior of selecting the address bar.
|
2015-12-25 17:45:28 +08:00
|
|
|
- Fixed #38: clear search results after a new JSON object is set.
|
2015-12-28 19:41:12 +08:00
|
|
|
- Fixed #242: row stays highlighted when dragging outside editor.
|
2015-12-30 23:10:29 +08:00
|
|
|
- Fixed quick-keys Shift+Alt+Arrows not registering actions in history.
|
2015-12-31 20:31:03 +08:00
|
|
|
- Fixed #104: context menus are now positioned relative to the elements of the
|
|
|
|
editor instead of an absolute position in the window.
|
2015-11-08 02:20:19 +08:00
|
|
|
|
|
|
|
|
2015-06-13 17:16:31 +08:00
|
|
|
## 2015-06-13, version 4.2.1
|
|
|
|
|
|
|
|
- Fixed #161: Cannot select text in Ace editor on systems using Chinese fonts.
|
|
|
|
|
|
|
|
|
2015-05-15 03:29:35 +08:00
|
|
|
## 2015-05-14, version 4.2.0
|
2015-03-18 03:25:50 +08:00
|
|
|
|
2015-03-19 04:45:08 +08:00
|
|
|
- Implemented option `theme`, allowing to set a custom theme for the Ace
|
|
|
|
editor. Thanks @nfvs.
|
2015-05-15 03:06:03 +08:00
|
|
|
- Implemented option `ace`, which allows to pass a custom instance of the Ace
|
|
|
|
instead of the embedded version.
|
2015-05-07 17:45:12 +08:00
|
|
|
- Fixed #186: binding issue to `jsonlint.parse`.
|
2015-05-15 03:18:14 +08:00
|
|
|
- Fixed `editor.get()` manipulating the code when containing an error.
|
2015-03-15 22:31:50 +08:00
|
|
|
|
2015-05-15 03:29:35 +08:00
|
|
|
|
2015-03-15 22:31:50 +08:00
|
|
|
## 2015-03-15, version 4.1.1
|
|
|
|
|
|
|
|
- Added missing file `index.js` to the bower package.
|
2015-11-08 02:20:19 +08:00
|
|
|
|
2015-03-15 22:31:50 +08:00
|
|
|
|
2015-03-15 22:11:36 +08:00
|
|
|
## 2015-03-15, version 4.1.0
|
2015-03-03 03:51:03 +08:00
|
|
|
|
|
|
|
- Implemented a function `focus()` for modes tree, view, and form.
|
2015-03-15 22:11:36 +08:00
|
|
|
- Added `./src` folder to the distributed package, needed for usage via
|
|
|
|
node.js/browserify.
|
2015-03-03 03:51:03 +08:00
|
|
|
|
|
|
|
|
2015-03-01 04:17:03 +08:00
|
|
|
## 2015-02-28, version 4.0.0
|
2015-02-28 04:54:04 +08:00
|
|
|
|
|
|
|
- Ace editor and jsonlint are now packed with jsoneditor.js by default.
|
2015-03-01 04:17:03 +08:00
|
|
|
This makes the library about 4 times larger. If Ace is not needed, a custom
|
|
|
|
build of the library can be done.
|
2015-03-01 03:47:23 +08:00
|
|
|
- The distribution files are now moved from the root to the `/dist` folder.
|
2015-02-28 04:54:04 +08:00
|
|
|
- Reworked the source code to CommonJS modules, using `brace` to load Ace.
|
2015-02-28 05:53:45 +08:00
|
|
|
- JSONP is now automatically stripped from JSON. Thanks @yanivefraim.
|
2015-03-01 03:47:23 +08:00
|
|
|
- Fixed bugs in the JSON sanitizer, no longer manipulating JSON-like structures
|
|
|
|
inside strings.
|
2015-02-28 04:54:04 +08:00
|
|
|
|
|
|
|
|
2015-01-25 22:11:56 +08:00
|
|
|
## 2015-01-25, version 3.2.0
|
2014-09-13 16:04:55 +08:00
|
|
|
|
2015-01-23 17:39:12 +08:00
|
|
|
- Implemented shortcut keys `Ctrl+\` to format and `Ctrl+Shift+\` to compact
|
|
|
|
JSON when in mode `text` or `code`.
|
2014-09-13 16:04:55 +08:00
|
|
|
- Before an error is thrown because of invalid text, the editor first tries to
|
|
|
|
sanitize the text (replace JavaScript notation with JSON notation), and only
|
|
|
|
after that throws the error.
|
2015-01-23 17:39:12 +08:00
|
|
|
- Fixed Node.path() not working for a JSON Object `""`. Thanks @tomalec.
|
|
|
|
- Minor styling improvements.
|
2015-01-25 22:05:07 +08:00
|
|
|
- Fixed configured indentation not being applied to Ace editor.
|
2014-09-13 16:04:55 +08:00
|
|
|
|
|
|
|
|
2014-09-03 17:54:08 +08:00
|
|
|
## 2014-09-03, version 3.1.2
|
2014-08-01 15:06:54 +08:00
|
|
|
|
2014-08-01 15:33:00 +08:00
|
|
|
- Some fixes/improvements in `parseJS` (to parse a JSON object from a JavaScript
|
|
|
|
object).
|
2014-08-29 03:20:14 +08:00
|
|
|
- Fixed the lack of a semi colon at end of the bundled files.
|
2014-08-01 15:06:54 +08:00
|
|
|
|
|
|
|
|
2014-08-01 14:49:06 +08:00
|
|
|
## 2014-08-01, version 3.1.1
|
|
|
|
|
|
|
|
- Replaced parsing of JavaScript objects into JSON from `eval` to a dedicated
|
|
|
|
`parseJS` function.
|
|
|
|
|
|
|
|
|
2014-07-29 03:11:55 +08:00
|
|
|
## 2014-07-28, version 3.1.0
|
2014-07-26 21:01:53 +08:00
|
|
|
|
|
|
|
- JSONEditor now accepts JavaScript objects as input, and can turn them into
|
|
|
|
valid JSON. For example `{a:2,b:'str'}` can be turned into `{"a":2,"b":"str"}`.
|
2014-07-28 14:45:31 +08:00
|
|
|
- Implemented an option `editable`, a callback function, which allows to set
|
|
|
|
individual nodes (their field and/or value) editable or read-only.
|
2014-07-29 02:56:19 +08:00
|
|
|
- Fixed: shortcut keys to manipulate the nodes are now disabled when mode
|
|
|
|
is `form` or `view`.
|
2014-07-28 14:45:31 +08:00
|
|
|
|
2014-07-26 21:01:53 +08:00
|
|
|
|
2014-06-01 03:01:30 +08:00
|
|
|
## 2014-05-31, version 3.0.0
|
2014-05-30 00:35:39 +08:00
|
|
|
|
2014-06-01 03:01:30 +08:00
|
|
|
- Large code reorganization.
|
2014-05-30 04:13:37 +08:00
|
|
|
- Editor must be loaded as `new JSONEditor(...)` instead of
|
|
|
|
`new jsoneditor.JSONEditor(...)`.
|
2014-06-01 03:10:53 +08:00
|
|
|
- Css is not automatically loaded anymore when using AMD.
|
2014-06-01 03:01:30 +08:00
|
|
|
- Web application has been moved to another project.
|
2014-05-30 00:35:39 +08:00
|
|
|
|
|
|
|
|
2014-01-04 00:15:53 +08:00
|
|
|
## 2014-01-03, version 2.3.6
|
|
|
|
|
|
|
|
- Fixed positioning issue of the action menu.
|
|
|
|
|
|
|
|
|
2013-12-10 03:36:24 +08:00
|
|
|
## 2013-12-09, version 2.3.5
|
2013-12-07 22:30:11 +08:00
|
|
|
|
|
|
|
- Fixed a positioning issue of the action menu again.
|
2013-12-07 22:51:23 +08:00
|
|
|
- Fixed an issue with non-breaking space characters.
|
2013-12-07 22:30:11 +08:00
|
|
|
|
|
|
|
|
2013-11-20 02:26:33 +08:00
|
|
|
## 2013-11-19, version 2.3.4
|
2013-11-15 22:42:11 +08:00
|
|
|
|
|
|
|
- Dropped support for IE8, cleaned up legacy code for old browsers.
|
2013-11-15 23:03:52 +08:00
|
|
|
- Disabled saving files using HTML5 on Firefox to prevent a Firefox bug
|
|
|
|
blocking cut/paste functionality in editable divs after using a.download.
|
2013-11-15 22:42:11 +08:00
|
|
|
|
|
|
|
|
2013-10-17 17:18:29 +08:00
|
|
|
## 2013-10-17, version 2.3.3
|
2013-10-17 16:33:28 +08:00
|
|
|
|
2013-10-17 17:07:46 +08:00
|
|
|
- Added support for search (Ctrl+F) in the code editor Ace.
|
2013-10-17 16:33:28 +08:00
|
|
|
- Fixed a positioning issue of the action menu when in bootstrap modal.
|
|
|
|
(thanks tsash).
|
|
|
|
|
|
|
|
|
2013-09-26 23:18:16 +08:00
|
|
|
## 2013-09-26, version 2.3.2
|
|
|
|
|
|
|
|
- The web application is now available offline. Thanks ayanamist.
|
|
|
|
|
|
|
|
|
2013-09-25 03:55:24 +08:00
|
|
|
## 2013-09-24, version 2.3.1
|
2013-09-17 04:07:52 +08:00
|
|
|
|
|
|
|
- Fixed non-working action menu when in bootstrap modal (z-index issue).
|
2013-09-25 03:55:24 +08:00
|
|
|
- Fixed missing main field in package.json.
|
2013-09-17 04:07:52 +08:00
|
|
|
|
|
|
|
|
2013-09-14 03:50:58 +08:00
|
|
|
## 2013-09-13, version 2.3.0
|
2013-08-28 04:50:20 +08:00
|
|
|
|
|
|
|
- Implemented an option `modes`, which creates a menu in the editor
|
|
|
|
where the user can switch between the selected editor modes.
|
2013-08-29 02:24:12 +08:00
|
|
|
- Fixed wrong title on fields with value `null`.
|
2013-09-13 03:48:47 +08:00
|
|
|
- Fixed buggy loading of files in the web application.
|
2013-08-28 04:50:20 +08:00
|
|
|
|
|
|
|
|
2013-08-02 03:04:19 +08:00
|
|
|
## 2013-08-01, version 2.2.2
|
2013-07-09 02:29:45 +08:00
|
|
|
|
|
|
|
- Fixed non working option `indentation`.
|
2013-07-31 04:13:26 +08:00
|
|
|
- Fixed css not being loaded with AMD in case of multiple scripts.
|
2013-08-01 03:42:09 +08:00
|
|
|
- Fixed a security error in the server side file retriever script of
|
|
|
|
the web application.
|
2013-07-09 02:29:45 +08:00
|
|
|
|
|
|
|
|
2013-05-28 02:45:47 +08:00
|
|
|
## 2013-05-27, version 2.2.1
|
2013-05-26 04:18:16 +08:00
|
|
|
|
2013-05-28 02:45:47 +08:00
|
|
|
- Fixed undefined options in TextEditor. Thanks Wiseon3.
|
|
|
|
- Fixed non-working save function on Firefox 21. Thanks youxiachai.
|
2013-05-26 04:18:16 +08:00
|
|
|
|
|
|
|
|
2013-05-04 18:42:54 +08:00
|
|
|
## 2013-05-04, version 2.2.0
|
2013-04-30 19:23:06 +08:00
|
|
|
|
|
|
|
- Unified JSONFormatter and JSONEditor in one editor with a switchable mode.
|
2013-05-03 03:42:39 +08:00
|
|
|
- Urls are navigable now.
|
2013-05-04 17:26:40 +08:00
|
|
|
- Improved error and log handling.
|
2013-05-04 18:42:54 +08:00
|
|
|
- Added jsoneditor to package managers npm and bower.
|
2013-04-30 19:23:06 +08:00
|
|
|
|
2013-02-09 23:53:37 +08:00
|
|
|
|
2013-03-12 03:29:46 +08:00
|
|
|
## 2013-03-11, version 2.1.1
|
|
|
|
|
|
|
|
- Fixed an issue with console outputs on IE8, causing the editor not to work
|
|
|
|
at all on IE8.
|
|
|
|
|
|
|
|
|
2013-03-09 05:05:57 +08:00
|
|
|
## 2013-03-08, version 2.1.0
|
2013-03-05 05:14:19 +08:00
|
|
|
|
2013-03-08 05:35:06 +08:00
|
|
|
- Replaced the plain text editor with code editor Ace, which brings in syntax
|
|
|
|
highlighting and code inspection.
|
|
|
|
- Improved the splitter between the two panels. Panels can be hided.
|
2013-03-05 05:14:19 +08:00
|
|
|
|
|
|
|
|
2013-02-27 03:38:20 +08:00
|
|
|
## 2013-02-26, version 2.0.2
|
|
|
|
|
|
|
|
- Fixed: dragarea of the root node was wrongly visible is removed now.
|
|
|
|
|
|
|
|
|
2013-02-21 15:54:25 +08:00
|
|
|
## 2013-02-21, version 2.0.1
|
2013-02-20 15:04:18 +08:00
|
|
|
|
|
|
|
- Fixed undefined variable in the redo method.
|
|
|
|
- Removed the "hide ads" button. Not allowed by Google AdSense, sorry.
|
|
|
|
|
|
|
|
|
2013-02-09 23:53:37 +08:00
|
|
|
## 2013-02-09, version 2.0.0
|
|
|
|
|
|
|
|
- Implemented a context menu, replacing the action buttons on the right side of
|
|
|
|
the editor and the inline action buttons. This gives a cleaner interface,
|
|
|
|
more space for the actual contents, and more room for new controls (like
|
|
|
|
insert and sort).
|
|
|
|
- Implemented shortcut keys. The JSON Editor can be used with just a keyboard.
|
|
|
|
- Implemented sort action, which sorts the childs of an array or object.
|
|
|
|
- Implemented auto scrolling up and down when dragging a node and reaching
|
|
|
|
the top or bottom of the editor.
|
|
|
|
- Added support for CommonJS and RequireJS.
|
|
|
|
- Added more examples.
|
|
|
|
- Improved performance and memory usage.
|
|
|
|
- Implemented a new mode 'form', in which only values are editable and the
|
|
|
|
fields are fixed.
|
|
|
|
- Minor improvements and bug fixes.
|
|
|
|
|
|
|
|
|
|
|
|
## 2012-12-08, version 1.7.0
|
|
|
|
|
|
|
|
- Implemented two modes: 'editor' (default), and 'viewer'. In viewer mode,
|
|
|
|
the data and datastructure is read-only.
|
|
|
|
- Implemented methods set(json, name), setName(name), and getName(), which
|
|
|
|
allows for setting and getting the field name of the root node.
|
|
|
|
- Fixed an issue where the search bar does not work when there is no global
|
|
|
|
window.editor object.
|
|
|
|
|
|
|
|
|
|
|
|
## 2012-11-26, version 1.6.2
|
|
|
|
|
|
|
|
- Fixed a bug in the change callback handler, resulting in an infinite loop
|
|
|
|
when requesting the contents of the editor inside the callback (issue #19).
|
|
|
|
|
|
|
|
|
|
|
|
## 2012-11-21, version 1.6.1
|
|
|
|
|
|
|
|
- Added a request header "Accept: application/json" when loading files and urls.
|
|
|
|
|
|
|
|
|
|
|
|
## 2012-11-03, version 1.6.0
|
|
|
|
|
|
|
|
- Added feature to the web application to load and save files from disk and url.
|
|
|
|
- Improved error messages in the web application using JSONLint.
|
|
|
|
- Made the web application pass the W3C markup validation service.
|
|
|
|
- Added option 'change' to both editor and formatter, which allows to set a
|
|
|
|
callback which is triggered when the contents of the editor or formatter
|
|
|
|
changes.
|
|
|
|
- Changed the default indentation of the JSONFormatter to 4 spaces.
|
|
|
|
- Renamed options 'enableSearch' and 'enableHistory' to 'search' and 'history'
|
|
|
|
respectively.
|
|
|
|
- Added parameter 'json' to the JSONFormatter constructor.
|
|
|
|
- Added option 'indentation' to the JSONFormatter.
|
|
|
|
|
|
|
|
|
|
|
|
## 2012-10-08, version 1.5.1
|
|
|
|
|
|
|
|
- Replaced the paid Chrome App with a free, hosted Chrome App (with ads).
|
|
|
|
|
|
|
|
|
|
|
|
## 2012-10-02, version 1.5.0
|
|
|
|
|
|
|
|
- Implemented history: undo/redo all actions.
|
|
|
|
- Created menu icons (instead of text buttons).
|
|
|
|
- Cleaned up the code (removed unused params, improved comments, etc).
|
|
|
|
- Minor performance improvements.
|
|
|
|
|
|
|
|
|
|
|
|
## 2012-08-31, version 1.4.4
|
|
|
|
|
|
|
|
- Changed: description of advertisement now gives information about the Chrome
|
|
|
|
App (without ads).
|
|
|
|
- Changed: Chrome App is now configured to be available offline.
|
|
|
|
- Fixed: When zooming your browser window, the fields/values did get wrapped
|
|
|
|
on Chrome (thanks Henri Gourvest), and on Firefox sometimes the jsoneditor
|
|
|
|
disappeared due to wrapping of the interface contents.
|
|
|
|
|
|
|
|
|
|
|
|
## 2012-08-25, version 1.4.3
|
|
|
|
|
|
|
|
- Changed: changed code for the buttons to copy from formatter to editor and
|
|
|
|
vice versa, no inline javascript (gives security policy errors in chrome app).
|
|
|
|
|
|
|
|
|
|
|
|
## 2012-08-25, version 1.4.2
|
|
|
|
|
|
|
|
- Changed: other bootstrapping mechanism for the chrome app, in a separate
|
|
|
|
javascript file, as inline javascript is not allowed (security policy).
|
|
|
|
- Fixed: drop down menu for changing the field type did throw javascript errors
|
|
|
|
(did not break any functionality though).
|
|
|
|
|
|
|
|
|
|
|
|
## 2012-08-23, version 1.4.1
|
|
|
|
|
|
|
|
- New: Chrome app created.
|
|
|
|
|
|
|
|
|
|
|
|
## 2012-08-23, version 1.4.0
|
|
|
|
|
|
|
|
- New: Improved icon, logo, and interface header.
|
|
|
|
|
|
|
|
|
|
|
|
## 2012-08-19, version 1.3.0
|
|
|
|
|
|
|
|
- New: Added buttons next and previous to the search box in the upper right.
|
|
|
|
- New: Escape characters are automatically inserted before " and \ missing
|
|
|
|
and escape character, making the string contents valid JSON. New lines are
|
|
|
|
automatically replaced with \n. (Thanks Steve Clay)
|
|
|
|
- Changed: all icons have been put in a single sprite. This will improve page
|
|
|
|
load times as there are much less server requests needed to load the editor.
|
|
|
|
|
|
|
|
|
|
|
|
## 2012-08-12, version 1.2.0
|
|
|
|
|
|
|
|
- New: Added search functionality. Search results are expanded and highlighed.
|
|
|
|
Quickkeys in the search box: Enter (next), Shift+Enter (previous), Ctrl+Enter
|
|
|
|
(search again).
|
|
|
|
- New: The position of the vertical separator between left and right panel is
|
|
|
|
stored.
|
|
|
|
- New: Link to the sourcecode on github added at the bottom of the page.
|
|
|
|
- Changed: Refinements in the layout: fonts, colors, icons.
|
|
|
|
- Fixed: leading an trailing spaces not being displayed in the editor.
|
|
|
|
- Fixed: wrapping of long words and urls in Chrome.
|
|
|
|
- Fixed: ignoring functions and undefined values in the loaded JSON object
|
|
|
|
(they where interpreted as empty object and string instead of being ignored).
|
|
|
|
|
|
|
|
|
|
|
|
## 2012-07-01, version 1.1.1
|
|
|
|
|
|
|
|
- Fixed global event listener for the focus/blur events, causing changes in
|
|
|
|
fields and values not always being registered.
|
|
|
|
- Fixed a css issue with Firefox (box-sizing of the editor).
|
|
|
|
|
|
|
|
|
|
|
|
## 2012-04-24, version 1.1
|
|
|
|
|
|
|
|
- Fixed a bug. Dragging an object down which has been expanded and collapsed
|
|
|
|
again did not work.
|
|
|
|
- Using a minified version of jsoneditor.js, to improve page load time and
|
|
|
|
save bandwidth.
|
|
|
|
|
|
|
|
|
|
|
|
## 2012-04-21, version 1.0
|
|
|
|
|
|
|
|
- Values are no longer aligned in one global column, but placed directly right
|
|
|
|
from the field. Having field and value close together improves readability,
|
|
|
|
especially in case of deeply nested data.
|
|
|
|
- Values are colorized by their type: strings are green, values read, booleans
|
|
|
|
blue, and null is purple.
|
|
|
|
- Font is changed to a monotype font for better readability.
|
|
|
|
- Special characters like \t are now handled nicely.
|
|
|
|
- Overall performance and memory usage improved.
|
|
|
|
- When clicking on whitespace, focus is set to the closest field or value.
|
|
|
|
- some other small interface tweaks.
|
|
|
|
- Fixed a bug with casting a value from type auto to string and vice versa
|
|
|
|
(the value was not casted at all).
|
|
|
|
|
|
|
|
|
|
|
|
## 2012-03-01, version 0.9.10
|
|
|
|
|
|
|
|
- Nicer looking select box for the field types, with icons.
|
|
|
|
- Improved drag and drop: better visualized, and now working in all browers.
|
|
|
|
- Previous values will be restored after changing the type of a field. When
|
|
|
|
changing the type back, the previous value or childs will be restored.
|
|
|
|
- When hovering buttons (fieldtype, duplicate, delete, add) or when dragging
|
|
|
|
a field, corresponding field including its childs is highlighted. This makes
|
|
|
|
it easier to see what part of the data will be edited.
|
|
|
|
- Errors are now displayed in a message window on top of the page instead of
|
|
|
|
an alert which pops up.
|
|
|
|
- Fixed a bug with displaying enters in fields.
|
|
|
|
- Fixed a bug where the last trailing enter was removed when setting json
|
|
|
|
in the editor.
|
|
|
|
- Added a fix to get around Internet Explorer 8 issues with vertical scrollbars.
|
|
|
|
|
|
|
|
|
|
|
|
## 2012-01-29, version 0.9.9
|
|
|
|
|
|
|
|
- Fields can be duplicated
|
|
|
|
- Support for drag and drop:
|
|
|
|
- fields in the editor itself can be moved via drag and drop
|
|
|
|
- fields can be exported from the editor as JSON
|
|
|
|
- external JSON can be dropped inside the editor
|
|
|
|
- When changing type from array to object and vice versa, childs will be
|
|
|
|
maintained instead of removed.
|
|
|
|
- Updated interface. Works now in IE8 too.
|
|
|
|
|
|
|
|
|
|
|
|
## 2012-01-16, version 0.9.8
|
|
|
|
|
|
|
|
- Improved the performance of expanding a node with all its childs.
|
|
|
|
|
|
|
|
|
|
|
|
## 2012-01-09, version 0.9.7
|
|
|
|
|
|
|
|
- Added functionallity to expand/collapse a node and all its childs. Click
|
|
|
|
the expand button of a node while holding Ctrl down.
|
|
|
|
- Small interface improvements
|
|
|
|
|
|
|
|
|
|
|
|
## 2011-11-28, version 0.9.6
|
|
|
|
|
2015-03-19 04:45:08 +08:00
|
|
|
- First fully usable version of the JSON editor
|