Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

0.5

Pre-release
Pre-release

Choose a tag to compare

@snej snej released this 23 Oct 21:51
· 8 commits to master since this release
  • Updated to Couchbase Lite 1.1.1
  • Now updates the database display after another app (i.e. your app) makes changes to the database
  • App browser:
    • Finds apps in the new iOS Simulator file layout
    • Added context menu with "Reveal In Finder" command
  • Document editor:
    • Now uses an outline view to support viewing and editing nested JSON
    • Error alert if you try to save invalid JSON
    • You can add custom columns for nested JSON properties (even array elements)

Known Issues

  • You can lose changes in the editor by switching to another document without pressing Save.
  • Changes made in the viewer app may not be detected by your app if it's running at the same time. (The changes will be there, but the app won't post database-changed or doc-changed notifications, LiveQueries won't update, etc. This is something we'd need to fix in a future version of Couchbase Lite.)