* docs: Update README to match new version.
* docs: Update events example to use new API.
* docs: Correctly print out db query results.
* test: Remove concurrent.
* test: Remove unimplemented and 3rd party AC tests.
* test: Remove unimplemented and 3rd party identity tests.
* docs: Move jsdoc config to conf directory.
* Point package.json main at index.js to access all exported functions.
* docs: Vetted AC docs; these examples should work if implemented in code. Explicitly show orbit-db function imports.
* docs: Fix incorrectly declared write objects.
* docs: Improved canAppend documentation. Better JS syntax highlighting.
* docs: wss and define filters for localhost separately.
* docs: Simplified webSockets implementation with filters.
* docs: Return manifest json only (no hash). JS highlighting.
* docs: Remove operations documentation.
* docs: Update heading levels.
* docs: Differentiate between db types which expose put/add function.
* docs: Correctly import IPFS and pass config.
* docs: A simple method for full db replication.
* docs: Link to existing examples of db implementation.
* docs: Update heading.
* docs: JS code formatting. import statements.
* docs: Expand on the concepts of identities and identity management.
* docs: Describe head sync-ing and full replication.
* docs: Comprehensive explanation of setting up a db and sync-ing/replicating data across peers. Examples can be run in node.js.
* docs: Syntax highlighting. Correct code implementation for custom/3rd party storage implementations.
* docs: Getting started cleanup.
* docs: Manifest as an IPLD data strcture.
* docs: Access controllers.
* test: Re-open an existing db using its address.
* docs: Simple db interaction.
* docs: Basic Identities.
* docs: Storage.
* docs: Implementing a custom database.
* docs: Example OrbitDB AC.
* docs: Use identity id when customizing access.
* docs: canAppend.
* docs: Graphically describe log joining.
* docs: Update db types.
* docs: Sync-ing.
* docs: Reverse flow arrows.
* docs: Logical clock.
* docs: DB address and manifest.
* docs: Move ops description to db.
* docs: CRDT.
* docs: Peer discovery, connecting ipfs nodes, orbitdb replication.
* docs: Change file name case to match other documentation solutions (e.g. IPFS/libp2p).
* docs: Links to CRDT papers.
* docs: A getting started to get up and running quickly.
* docs: Move replication to own readme.
* docs: Links to various js-libp2p connection config.
* docs: Examples for connecting two node servers.
* docs: Server to browser connection.
* docs: Replication how-to.
* docs: Remove SYNC.
* docs: Simplify oplog discussion.
* docs: Connecting to IPFS in the browser.
* docs: Topics moved to separate docs.