-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Update CHANGES.md
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,24 @@ | ||
# Changelog | ||
|
||
## Unreleased | ||
- Add `Table` model and save all table references in `metadata.tables` | ||
- Export `Statement` in both Python and Javascript target | ||
|
||
## 2024/09/18 v0.0.7 | ||
- Improve error matching on single statement | ||
|
||
## v0.0.6 skipped | ||
|
||
## 2024/07/22 v0.0.5 | ||
- Add Table model, save all table references to metadata.tables | ||
- Javascript: Fixing type declaration on export in package.json | ||
- Javascript: Implement ExceptionCollectorListener and make it default behaviour | ||
|
||
## 2024/07/02 v0.0.4 | ||
- Improve heuristics of assigning an error to its statement | ||
- Add with_properties and interpolated_properties | ||
- Extract metadata from the query into the statement | ||
|
||
## v0.0.3 skipped | ||
|
||
## 2024/05/21 v0.0.2 | ||
- Initial release |