* 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: 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.
* test: Identities storage pointing at wrong location.
* refactor: Identities is configurable when creating an OrbitDB instance.
* docs: Update README to match new version.
* docs: Update events example to use new API.
* docs: Correctly print out db query results.
* docs: Describe keyvalue-indexed db.
* docs: Notes about Helia migration.
* docs: Simplify update docs.
* docs: Using the iterator to display results.
* docs: Remove packages.
* chore: Shorten path.
* docs: Show db address for using with replicated peers or re-opening at a later time.
* docs: Import correct ipfs package.