Skip to content

[v0.4.1] Change the default remote engine to isomorphic-git

Compare
Choose a tag to compare
@sosuisen sosuisen released this 05 Aug 16:07
· 137 commits to main since this release

GitDocumentDB is now pure TypeScript module.

Major features

  • Removed native module (NodeGit) from the default install. It is now easier to integrate GitDocumentDB into your Electron app.
  • Added plugin system for remote connection (isomorphic-git or NodeGit).
  • Allow multiple Sync instances to sync with multiple remote repositories.

Breaking changes

  • Removed loadAppInfo() and saveAppInfo().