* 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.
* Get browsers tests running
* Clean up replication test
* Setup fixtures for browser tests
* Fix import paths for webpack
* Fix webpack
* Add mocha-headless-chrome to run browser tests
* Add webrtc swarm endpoints for browser test IPFS node configs
* Remove adding pubkey to storage in KeyStore
* Runs browser tests in CI
* Fix import paths again
* Fix failing browser tests
* Fixes
Fix sync
Fix linter
Fix tests
Clean up
Set default references count to 0
Fix sync
Use address instead of databaseId
Sync protocol
Keep references to open databases in OrbitDB
Fix append benchmark
Initial version of heads exchange
Remove Feed
Fix KeyValuePersisted iterator
Refactor OrbitDBAddress a bit more
Add rest of the database types
Refactor OrbitDB addresses
Initial version for the full circle
Initial structure and tests for new OrbitDB
Make sure KeyStore is open when a Database is created
Re-organize OrbitDB
Use new databases and Log
More clean up
Add 'drop' event to Database
Clean up OrbitDB
Remove id from OrbitDB
Use new KeyStore and Identities
Remove storage from OrbitDB
Remove migrations from OrbitDB
Remove caches from OrbitDB
Remove pubsub from OrbitDB