Cocoa JSON Editor Changelog

What's new in Cocoa JSON Editor 1.9.3.1 Beta

Feb 4, 2015
  • For users that updated to 1.2.4 App Store version this is a hot fix that fixes a crash happening when opening a class preview.

New in Cocoa JSON Editor 1.2.5 (Oct 7, 2013)

  • Fix for crash in class preview happening in OSX 10.8.5
  • Fix for possible crash when navigating quickly in project nodes.

New in Cocoa JSON Editor 1.2.3 (Jul 12, 2013)

  • New Quick Look of URLs and Images:
  • Quick look of JSON Values, recognizes URLs and load quick web page or image preview in popover.
  • Bug Fixes:
  • Fix for OS X Lion 10.7.5
  • Fix for text preview occasional crashes

New in Cocoa JSON Editor 1.2.2 (Jun 28, 2013)

  • Bug Fixes:
  • Fix for random crashes in unsaved documents
  • Fix for API post custom body parameters being always disabled

New in Cocoa JSON Editor 1.2.1 (Jun 11, 2013)

  • Bug fixes:
  • API Group shared headers has not been appended.
  • Api endpoints corrections.

New in Cocoa JSON Editor 1.2.0 (Jun 4, 2013)

  • INTERFACE:
  • Redesigned User Interface
  • Retina Display support
  • New full text read only preview of project nodes.
  • New class editor tab.
  • New search project tab.
  • New JSON nodes and Classes inspectors.
  • FEATURES:
  • Advanced editing, moving object in array at specific positions, multi duplicate /paste.
  • Document Quick Look Plugin.
  • Rendering of JSON Text representation of project node into document container.
  • You can specify response type for Http Server.
  • Bug Fixes:
  • Http Server let you select response type in settings.

New in Cocoa JSON Editor 1.1.2 (Nov 3, 2012)

  • Fix for document saving problem

New in Cocoa JSON Editor 1.1.1 (Oct 26, 2012)

  • HTTP SERVER ADDITION:
  • Get JSON directly from browser as accessing localhost address, http://localhost:8080/LocalConnectionID
  • Usefull for JQuery, javascript development, Mobile or desktop apps.
  • OBJECT BULK EDITOR:
  • Select an object template, and edit all objects with same key structure in a bulk operation.
  • Re arranging of keys, creating new, renaming, or deleting affects all objects with same key structure.
  • ARRAY BULK EDITOR IMPROVEMENTS:
  • Array bulk editor improved with object traversing.
  • Multilevel traversing. Edit associative arrays of objects and its child objects in a list structure.
  • Create Array project node with values.
  • JSON VALIDATION WINDOW:
  • Application will popup an modal window when invalid json is detected.
  • You are able to correct the json, revalidate and import corrected json.
  • Enabled on: Plain text files opening, Drag and Drop, Import Text.
  • API EXPORT:
  • Export the API Group as a description file that you can reimport in another document or save for backup.
  • IMPROVEMENTS:
  • Model Groups added. Group your models, class template models in a logical groups.
  • Patch, Options HTTP methods added.
  • Basic HTTP Authentication has been added in API Group
  • API Groups contains shared headers option.
  • New Document with json text clipboard.
  • New Plain text document option added.
  • ARC Class export, Copy of instance variables, Properties, Synthesize, Parsing or dealloc definitions to clipboard.
  • Class export can now omit, instance variables and synthesize, for new additions of Xcode automatic synthesize generation.
  • Disable new document opening on startup.
  • Bug Fixes:
  • Import text refresh bug fixed.
  • Number nodes without values are exported with 0 as default value.
  • Put request corrected.

New in Cocoa JSON Editor 1.1.0 (Apr 12, 2012)

  • API Requests:
  • API requests support, connect to own or public APIs.
  • Environments URL paths, handle (Production, Beta ...) base URLs.
  • API Group variables, define variables to use as a part of URL path, URL or Body parameters, or even within a JSON payload.
  • OAuth2.0 helper setup, authorize in web page to get token.
  • Local Connection:
  • API Endpoint not finished? Stream an offline response to your iOS or Mac application, do not embed .json offline testing responses within your app anymore.
  • Application behaves as bonjour server.
  • Setup a unique ID for your created JSON and stream directly JSON String to iOS or Mac application during development. (Connected to same Network)
  • Download an ASIHttpRequest category class to support Offline Connection in your application.
  • Bug Fixes and minor improvements:
  • Number formatting fixed.
  • JSONP function name field added.

New in Cocoa JSON Editor 1.0.1 (Oct 9, 2011)

  • JSON text file support.
  • Support for open, save and export of .json plain text files. Autosave and versions support for .json text files too.