Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ooo.get({ id, meta: true }) #10

Merged
merged 3 commits into from
Dec 13, 2019
Merged

Fix ooo.get({ id, meta: true }) #10

merged 3 commits into from
Dec 13, 2019

Commits on Dec 12, 2019

  1. Fix ooo.get({ id, meta: true })

    Previously this function wasn't checking the `meta` property, which
    ssb-db uses to determine whether it should output `data` or `data.value`
    without the `key` property. This was causing very strange behavior in
    clients that depend on `get()` because this module hooks into ssb-db's
    `get()` method, so it's important that ssb-ooo provides the same behavior.
    christianbundy committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    b4c8ebf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c90441f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Upgrade dependencies

    christianbundy committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    c9ed298 View commit details
    Browse the repository at this point in the history