v2.1.0
What's Changed
- docs: rewrite the README for 2.0 by @Ostico in #123
- docs: put the features list back by @Ostico in #124
- docs: shrink the defect register to the three items still open by @Ostico in #125
- test: close the two execution-groups spec test gaps by @Ostico in #126
- fix: refuse a queryless graphql body when authoring it, warn when running it by @Ostico in #127
- docs: file L17, comments are not stripped from JSON or graphql variables by @Ostico in #129
- fix: model tags as a list in both formats, so a rewrite keeps them by @Ostico in #128
- fix: strip comments from a JSON body before sending it (L17) by @Ostico in #130
- docs: lead the README with why this server exists by @Ostico in #132
- fix: match Bruno's graphql envelope byte for byte by @Ostico in #131
- test: read our own output back with Bruno's reader by @Ostico in #133
- feat: make res callable, with Bruno's own query language by @Ostico in #134
- fix: resolve a variable built out of other variables, as bru run does by @Ostico in #135
- fix: expand Bruno's dynamic variables instead of sending them literally by @Ostico in #137
- fix: cap redirects where Bruno caps them, and close M9 by @Ostico in #138
- fix: send a file body, and agree with Bruno on what
selectedmeans by @Ostico in #139 - chore(release): 2.1.0 by @Ostico in #140
Full Changelog: v2.0.0...v2.1.0