Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

36 lines (26 loc) · 1.22 KB

Changelog

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.

Changed

Added

  • /explain and /eval REST APIs.
  • explain and eval UI options.

Fixes

0.2.0 - 2023-01-10

Changed

  • Updated to use partiql-parser 0.2.*

Added

  • 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

  • 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.

[0.1.0] - 2022-08-05

Added

  • PartiQL Playground proof of concept (POC)