2012-04-21 19:28:28 +08:00
|
|
|
JSON EDITOR ONLINE CHANGELOG
|
|
|
|
http://jsoneditoronline.org
|
|
|
|
|
2012-08-25 19:54:57 +08:00
|
|
|
|
2012-10-09 03:51:35 +08:00
|
|
|
2012-10-08, version 1.5.1
|
|
|
|
|
|
|
|
- Replaced the paid Chrome App with a free, hosted Chrome App (with ads).
|
|
|
|
|
|
|
|
|
2012-10-03 02:46:55 +08:00
|
|
|
2012-10-02, version 1.5.0
|
2012-09-20 03:22:46 +08:00
|
|
|
|
2012-10-03 02:46:55 +08:00
|
|
|
- Implemented history: undo/redo all actions.
|
2012-09-30 16:22:03 +08:00
|
|
|
- Created menu icons (instead of text buttons).
|
2012-09-30 04:50:34 +08:00
|
|
|
- Cleaned up the code (removed unused params, improved comments, etc).
|
2012-10-02 04:42:01 +08:00
|
|
|
- Minor performance improvements.
|
2012-09-20 03:22:46 +08:00
|
|
|
|
|
|
|
|
2012-09-01 03:55:19 +08:00
|
|
|
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
|
2012-09-20 03:22:46 +08:00
|
|
|
disappeared due to wrapping of the interface contents.
|
2012-09-01 03:55:19 +08:00
|
|
|
|
|
|
|
|
2012-08-25 19:03:09 +08:00
|
|
|
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 18:15:14 +08:00
|
|
|
2012-08-25, version 1.4.2
|
|
|
|
|
2012-08-25 19:03:09 +08:00
|
|
|
- Changed: other bootstrapping mechanism for the chrome app, in a separate
|
|
|
|
javascript file, as inline javascript is not allowed (security policy).
|
2012-08-25 18:15:14 +08:00
|
|
|
- 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-07-19 04:40:06 +08:00
|
|
|
|
2012-08-19 21:25:08 +08:00
|
|
|
2012-08-19, version 1.3.0
|
2012-08-17 02:49:50 +08:00
|
|
|
|
2012-08-19 21:25:08 +08:00
|
|
|
- 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)
|
2012-08-17 02:49:50 +08:00
|
|
|
- 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-13 02:10:14 +08:00
|
|
|
2012-08-12, version 1.2.0
|
2012-07-19 04:40:06 +08:00
|
|
|
|
2012-08-12 21:31:55 +08:00
|
|
|
- New: Added search functionality. Search results are expanded and highlighed.
|
2012-08-08 04:07:54 +08:00
|
|
|
Quickkeys in the search box: Enter (next), Shift+Enter (previous), Ctrl+Enter
|
2012-08-12 20:36:44 +08:00
|
|
|
(search again).
|
2012-08-12 21:31:55 +08:00
|
|
|
- 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
|
2012-07-31 17:49:29 +08:00
|
|
|
(they where interpreted as empty object and string instead of being ignored).
|
2012-07-19 04:40:06 +08:00
|
|
|
|
|
|
|
|
2012-07-01 20:40:12 +08:00
|
|
|
2012-07-01, version 1.1.1
|
|
|
|
|
2012-08-08 04:07:54 +08:00
|
|
|
- Fixed global event listener for the focus/blur events, causing changes in
|
2012-07-01 20:40:12 +08:00
|
|
|
fields and values not always being registered.
|
2012-08-08 04:07:54 +08:00
|
|
|
- Fixed a css issue with Firefox (box-sizing of the editor).
|
2012-07-01 20:40:12 +08:00
|
|
|
|
|
|
|
|
2012-04-25 15:12:49 +08:00
|
|
|
2012-04-24, version 1.1
|
|
|
|
|
2012-08-08 04:07:54 +08:00
|
|
|
- Fixed a bug. Dragging an object down which has been expanded and collapsed
|
2012-04-25 15:12:49 +08:00
|
|
|
again did not work.
|
2012-08-08 04:07:54 +08:00
|
|
|
- Using a minified version of jsoneditor.js, to improve page load time and
|
2012-04-25 15:12:49 +08:00
|
|
|
save bandwidth.
|
|
|
|
|
2012-04-21 19:28:28 +08:00
|
|
|
|
|
|
|
2012-04-21, version 1.0
|
|
|
|
|
2012-08-08 04:07:54 +08:00
|
|
|
- Values are no longer aligned in one global column, but placed directly right
|
2012-04-21 19:28:28 +08:00
|
|
|
from the field. Having field and value close together improves readability,
|
|
|
|
especially in case of deeply nested data.
|
2012-08-08 04:07:54 +08:00
|
|
|
- Values are colorized by their type: strings are green, values read, booleans
|
2012-04-21 19:28:28 +08:00
|
|
|
blue, and null is purple.
|
2012-08-08 04:07:54 +08:00
|
|
|
- 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.
|
2012-04-21 19:28:28 +08:00
|
|
|
- some other small interface tweaks.
|
2012-08-08 04:07:54 +08:00
|
|
|
- Fixed a bug with casting a value from type auto to string and vice versa
|
2012-04-21 19:28:28 +08:00
|
|
|
(the value was not casted at all).
|
|
|
|
|
|
|
|
|
|
|
|
2012-03-01, version 0.9.10
|
|
|
|
|
2012-08-08 04:07:54 +08:00
|
|
|
- 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
|
2012-04-21 19:28:28 +08:00
|
|
|
changing the type back, the previous value or childs will be restored.
|
2012-08-08 04:07:54 +08:00
|
|
|
- When hovering buttons (fieldtype, duplicate, delete, add) or when dragging
|
2012-04-21 19:28:28 +08:00
|
|
|
a field, corresponding field including its childs is highlighted. This makes
|
|
|
|
it easier to see what part of the data will be edited.
|
2012-08-08 04:07:54 +08:00
|
|
|
- Errors are now displayed in a message window on top of the page instead of
|
2012-04-21 19:28:28 +08:00
|
|
|
an alert which pops up.
|
2012-08-08 04:07:54 +08:00
|
|
|
- Fixed a bug with displaying enters in fields.
|
|
|
|
- Fixed a bug where the last trailing enter was removed when setting json
|
2012-04-21 19:28:28 +08:00
|
|
|
in the editor.
|
2012-08-08 04:07:54 +08:00
|
|
|
- Added a fix to get around Internet Explorer 8 issues with vertical scrollbars.
|
2012-04-21 19:28:28 +08:00
|
|
|
|
|
|
|
|
|
|
|
2012-01-29, version 0.9.9
|
|
|
|
|
2012-08-08 04:07:54 +08:00
|
|
|
- Fields can be duplicated
|
|
|
|
- Support for drag and drop:
|
2012-04-21 19:28:28 +08:00
|
|
|
- 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
|
2012-08-08 04:07:54 +08:00
|
|
|
- When changing type from array to object and vice versa, childs will be
|
2012-04-21 19:28:28 +08:00
|
|
|
maintained instead of removed.
|
2012-08-08 04:07:54 +08:00
|
|
|
- Updated interface. Works now in IE8 too.
|
2012-04-21 19:28:28 +08:00
|
|
|
|
|
|
|
|
|
|
|
2012-01-16, version 0.9.8
|
|
|
|
|
2012-08-08 04:07:54 +08:00
|
|
|
- Improved the performance of expanding a node with all its childs.
|
2012-04-21 19:28:28 +08:00
|
|
|
|
|
|
|
|
|
|
|
2012-01-09, version 0.9.7
|
|
|
|
|
2012-08-08 04:07:54 +08:00
|
|
|
- Added functionallity to expand/collapse a node and all its childs. Click
|
2012-04-21 19:28:28 +08:00
|
|
|
the expand button of a node while holding Ctrl down.
|
2012-08-08 04:07:54 +08:00
|
|
|
- Small interface improvements
|
2012-04-21 19:28:28 +08:00
|
|
|
|
|
|
|
|
|
|
|
2011-11-28, version 0.9.6
|
|
|
|
|
2012-08-08 04:07:54 +08:00
|
|
|
- First fully usable version of the JSON editor
|