-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Version Packages * fix format of CHANGELOG.md * fix CHANGELOG.md * fix release.yml --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: yamada2915 <[email protected]>
- Loading branch information
1 parent
de23cbb
commit d548623
Showing
6 changed files
with
2,912 additions
and
16 deletions.
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,9 +1,6 @@ | ||
{ | ||
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json", | ||
"changelog": [ | ||
"@changesets/changelog-github", | ||
{ "repo": "future-architect/vscode-uroborosql-fmt" } | ||
], | ||
"changelog": "@changesets/cli/changelog", | ||
"commit": false, | ||
"fixed": [], | ||
"linked": [], | ||
|
This file was deleted.
Oops, something went wrong.
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
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,32 +1,38 @@ | ||
### 1.0.8 | ||
## 1.0.9 | ||
|
||
### Patch Changes | ||
|
||
- 53862d7: Support join clause in update statement | ||
|
||
## 1.0.8 | ||
|
||
- Fix lack of null expression handling in type_cast | ||
- Add option to convert "<>" to "!=" | ||
- Add description of configuration to README.md | ||
|
||
### 1.0.7 | ||
## 1.0.7 | ||
|
||
- Change default case format settings to lower | ||
- chore(deps): update actions/setup-node action to v3 (#14) | ||
- chore(deps): update actions/upload-artifact action to v3 (#15) | ||
- fix(deps): update dependency vscode-languageserver to v9 (#17) | ||
|
||
### 1.0.6 | ||
## 1.0.6 | ||
|
||
- chore: update integrity of uroborosql-fmt-napi (#18) | ||
|
||
### 1.0.5 | ||
## 1.0.5 | ||
|
||
- Support for ALL/DISTINCT/ORDER BY in aggregate functions | ||
- chore: support for proxy to download-uroborosql-fmt-napi (#10) | ||
- chore: repository maintenance (#11) | ||
- chore(deps): update actions/download-artifact action to v3 (#13) | ||
- chore(deps): update actions/checkout action to v4 (#12) | ||
|
||
### 1.0.4 | ||
## 1.0.4 | ||
|
||
- fix: add uroborosql-fmt-napi-0.0.0.tgz to .vscodeignore (#9) | ||
|
||
### 1.0.3 | ||
## 1.0.3 | ||
|
||
- Initial release. |
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
Oops, something went wrong.