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

BC: Simplify SMW ask output structure #173

Merged
merged 1 commit into from Aug 2, 2019
Merged

BC: Simplify SMW ask output structure #173

merged 1 commit into from Aug 2, 2019

Commits on Aug 2, 2019

  1. BC: Simplify SMW ask output structure

    Breaking change: Change the `Site.ask()` method to produce less nested
    output. Basically, change `yield {title: answer}` to `yield answer`. The
    title is included in the answer object after all.
    danmichaelo committed Aug 2, 2019
    Copy the full SHA
    751738c View commit details
    Browse the repository at this point in the history