jsoneditor v4.0.0 Release Notes

Release Date: 2015-02-28 // about 9 years ago
    • ๐Ÿ‘• Ace editor and jsonlint are now packed with jsoneditor.js by default. This makes the library about 4 times larger. If Ace is not needed, a custom build of the library can be done.
    • ๐Ÿšš The distribution files are now moved from the root to the /dist folder.
    • Reworked the source code to CommonJS modules, using brace to load Ace.
    • JSONP is now automatically stripped from JSON. Thanks @yanivefraim.
    • ๐Ÿ›  Fixed bugs in the JSON sanitizer, no longer manipulating JSON-like structures inside strings.