Commit Graph

37 Commits

Author SHA1 Message Date
josdejong 501099056b Unified JSONEditor and JSONFormatter. Added method setMode. Renamed a lot of stuff. 2013-04-30 13:23:06 +02:00
josdejong 6679c88075 Updated version number to 2.2.0-SNAPSHOT 2013-03-11 20:31:08 +01:00
josdejong bdcf202adb Fixed the application not working on IE8 due to missing console object. 2013-03-11 20:29:46 +01:00
josdejong f52e3ad109 Added google verification file 2013-03-10 20:56:33 +01:00
josdejong 9b9815277b Released version 2.1.0 2013-03-08 22:05:57 +01:00
josdejong 89e7b6e76e Replaced the plain text editor with ace (providing syntax highlighting and code inspection) 2013-03-04 22:14:19 +01:00
josdejong 809cbec31d Fixed #41: there was a dragarea visible for the root node, which shouldn't be available. 2013-02-26 20:38:20 +01:00
josdejong d3f604a790 Removed the "hide ads" button. Not allowed by Google AdSense, sorry. 2013-02-20 08:04:18 +01:00
josdejong 2a8d1c4b71 Renamed changelog.md and datapolicy.md back to .txt 2013-02-09 19:05:47 +01:00
josdejong 32a8f7ac6d Renamed datapolicy.txt to datapolicy.md 2013-02-09 17:54:46 +01:00
josdejong 2e895eb6c5 renamed changelog.html to changelog.md 2013-02-09 16:53:37 +01:00
josdejong 9b7ef5caf2 Replaced changelog.txt with changelog.html 2013-02-09 16:44:32 +01:00
josdejong 860e1b66e1 Added a documentation page for the application 2013-02-08 23:36:27 +01:00
josdejong ab629e172f Added description of shortcut keys to tooltips. 2013-01-24 18:17:29 +01:00
josdejong ebcc837aa2 Added support for RequireJS and CommonJS. Wrapped the libary in a closure. 2013-01-05 22:19:10 +01:00
josdejong 14db2449e9 Fixed build script (did not include the icons in the packaged library) 2013-01-01 21:10:36 +01:00
josdejong 2a64d5315e Splitted jsoneditor.js and jsoneditor.css into multiple source files. Rearranged the folders a little, and updated the build script. 2013-01-01 20:54:07 +01:00
josdejong 03c8802859 Implemented history (undo/redo) for the sort action. Updated version number. 2012-12-19 19:22:09 +01:00
josdejong 76e98ce95f Implemented read-only mode (new options.mode with values 'editor' and 'viewer'). See issue #24. 2012-12-06 09:02:00 +01:00
wjosdejong 0dc71badbb Fixed issue #19: retrieving the contents of the editor inside the change callback resulted in an infinite loop. Execution of the callback is done inside a try/catch loop now, to isolate the editor from errors in the callback. 2012-11-26 22:08:57 +01:00
Jos de Jong 87e674c44e Added request header 'Accept: application/json' when retrieving files from url. 2012-11-21 14:09:21 +01:00
Jos de Jong 04e65fe59e Use query parameters instead of url hash 2012-11-03 15:20:15 +01:00
Jos de Jong f880e29d46 Added notifications while loading and saving files. 2012-11-03 14:35:01 +01:00
Jos de Jong 3f5646ac70 Improved build script (no longer writing the minified version into the source but all into the build directory) 2012-11-03 09:42:59 +01:00
Jos de Jong 5a9c163929 Moved the build libraries to the downloads section of github 2012-11-02 16:42:01 +01:00
Jos de Jong 18d56db063 - Implemented load/save functionality.
- Rearranged the code.
- Updated the build file accordingly
2012-10-31 22:16:07 +01:00
Jos de Jong 19d077810a cleanup up old chrome app stuff 2012-10-19 23:32:24 +02:00
Jos de Jong d94677b5b0 improved error messages by integrating jsonlint. 2012-10-19 23:29:03 +02:00
Jos de Jong 38f7ce61c2 replaced the paid chrome app with a free hosted chrome app 2012-10-08 21:51:35 +02:00
Jos de Jong 23d0a1b4e0 Descriptions updated 2012-09-30 10:22:03 +02:00
Jos de Jong e50ebcb86a updated version number and changelog 2012-09-29 22:50:34 +02:00
Jos de Jong b339a2b8c5 updated advertisement information, now linking to the paid, ad-free Chrome App. 2012-08-31 21:55:19 +02:00
Jos de Jong cb56f6c796 changed code for the buttons to copy from formatter to editor and vice versa, no more inline javascript (gives security policy errors in chrome app) 2012-08-25 13:03:09 +02:00
Jos de Jong 42945722a5 Removed minified versions from source (are generated by running ant build.xml script) 2012-08-25 12:17:12 +02:00
Jos de Jong 7ae11b551f Created new logo and icons for the interface 2012-08-23 20:29:47 +02:00
Jos de Jong fea1ca26ec replaced jsoneditor.css with jsoneditor-min.css in the index page 2012-08-19 15:53:39 +02:00
Jos de Jong 1d6495f20c Created ant build script to generate zip files and build site 2012-08-16 22:25:18 +02:00