0.4.0
This release has a strong focus on improved support for using Thor in multi-project settings such as; hosting multiple Thor instances on the same domain, using a single instance with multiple configurations, embedding Thor in other applications.
⭐ New features
- 🧭 One Thor instance can now work with multiple configurations using the
config
URL parameter. Instances are limited to configurations in theconfig
directory. - 🌐 Endpoint and editor persistence now uses the domain and an endpoint hash instead of only the endpoint.
- 💾 There is now an option to download the query as cURL.
- 🏷 The query library can now render queries without tags.
🐛 Fixes
- Query library items with long titles now expands the items borders as intended.
- Serving multiply Thor instances on the same domain will no longer cause persistence conflicts.
- Query library tags are now always rendered within their items.