Releases
v0.3.4
[v0.3.4] Automated combining of inconsistent repositories
Compare
Sorry, something went wrong.
No results found
Features
Implemented 'combine-head-with-ours' strategy in combining inconsistent repositories.
Fixed memory leak caused by NodeGit.
Added SyncResultCombineDatabase type. trySync() will return it when combining inconsistent repositories.
Added get_sync_result option to GitDocumentDB#sync() to get the first SyncResult from Sync#init().
Added database ID and GitDocumentDB#dbId() method.
Added GitDocumentDB#setRepository() method.
Changed scope of Sync#remoteRepository from private to public.
Breaking changes
Removed remoteURL argument from GitDocumentDB#sync()
Changed return value of GitDocumentDB#open(), createDB() from DatabaseInfo type to DatabaseOpenResult type.
Changed default value of AllDocsOptions.include_docs from false to true.
Added .gitddb/info.json instead of .gitddb/lib_version.
Changed CommitInfo type to NormalizedCommit type.
Removed GitDocumentDB#fileExt(). Added JSON_EXT instead.
You can’t perform that action at this time.