Skip to content

Tags: nagyist/couchbase-lite-ios

Tags

1.1.0

Toggle 1.1.0's commit message
Fix missing files in Copy Extras Build Phrases

CBLJSONValidator.m (Source)
CBLIncrementalStore.h (Source/API/Extras)
CBLIncrementalStore.m (Source/API/Extras)

1.1-pre

Toggle 1.1-pre's commit message
Merge pull request couchbase#688 from couchbase/feature/issue_687_sch…

…ema_version

Open db in READWRITE mode when querying the schema version

forestdb_merge_before

Toggle forestdb_merge_before's commit message

forestdb_merge_after

Toggle forestdb_merge_after's commit message

1.0.4

Toggle 1.0.4's commit message
Another attempt to fix build error with MYAnonymousIdentity

1.0.3.1

Toggle 1.0.3.1's commit message
Unit tests: make certain databases are closed at end of each test

Leaving a db open between tests can cause problems if it's reopened by
another test and already has things like docs or validations in it.

Conflicts:
	Source/CBLReplicator_Tests.m

1.0.3

Toggle 1.0.3's commit message

1.0.2

Toggle 1.0.2's commit message

1.0.1

Toggle 1.0.1's commit message
Fixed: Database-change notifications weren’t delivered on dispatch qu…

…eues

If the CBLManager.dispatchQueue property is set, kCBLDatabaseChangeNotification notifications weren’t
being delivered. This in turn was causing CBLLiveQuery instances not to re-run the query and update.
Fixes couchbase#364 (again!)

1.0.0

Toggle 1.0.0's commit message
1.0.0 release