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.
Loading
Please register or sign in to comment