All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
/explain
and/eval
REST APIs.explain
andeval
UI options.
0.2.0 - 2023-01-10
- Updated to use partiql-parser 0.2.*
- Moves the project to a Node.js project
- Adds the capability for exporting the playground session on client side to be able to get fetched from other playground windows.
- Adds a REST API and exposes
/parse
for parsing the query over http request. - Containerization using Docker.
- Fixes the bug with AST graph PAN and ZOOM—before this change the pan and zoom was quite flaky and very hard to work with.
- Fixes the version value for the session and JSON output by ensuring it gets picked from the selected version in the UI.
- PartiQL Playground proof of concept (POC)