Release v0.5.0
Pre-release
Pre-release
0.5.0 (2021-03-21)
Enhancements
- Improved query editor with support for HTTP params, headers, and body.
- Add support for relative paths (#69)
- Add support for decimal separators (#43)
- EXPERIMENTAL: Add support for regular expressions in field names (#68). Must be enabled in the Experimental tab in the query editor.
Bug fixes
- BREAKING: Remove default Accept header (#56). If your data source expects
Accept: text/csv
on the request, you now need to add it yourself in the Params tab.