Skip to content

Commit

Permalink
Update CHANGES.md
Browse files Browse the repository at this point in the history
surister committed Oct 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 92be9bc commit 9d7490e
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGES.md
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

0 comments on commit 9d7490e

Please sign in to comment.