Skip to content

Commit 38c03ff

Browse files
committed
release v1.11.0
1 parent d9b77f7 commit 38c03ff

2 files changed

Lines changed: 44 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,107 @@
1+
### v1.11.0
2+
3+
- Improve parse error info.
4+
15
### v1.10.0
6+
27
- Support snippets for windows functions.
38
- Support browser install the plugin.
49

510
### v1.9.4
11+
612
- Update README for grammar check picture.
713

814
### v1.9.3
15+
916
- Update README for setting picture.
1017

1118
### v1.9.1
19+
1220
- Update doc for performance gif, displayName and description.
1321

1422
### v1.9.0
23+
1524
- Update plugin icon.
1625
- Add fql file icon.
1726
- Add develop recommend on README.
1827

1928
### v1.8.0
29+
2030
- Improve rename feature.
2131
- Support snippets Join and Create UDF.
2232

2333
### v1.7.2
34+
2435
- Improve: Trigger grammar check when save edit.
36+
2537
### v1.7.1
38+
2639
- Feature: Grammar check be optional features from experiment.
2740

2841
### v1.6.0
42+
2943
- Support:
3044
- show reference and count.
3145
- keyword lower and upper.
3246
- floor udf.
3347
- Fix some bug.
3448

3549
### v1.5.3
50+
3651
- Fix check semicolon bug.
52+
3753
### v1.5.2
54+
3855
- Add experiment feature: Error grammar check.
56+
3957
### v1.4.0
58+
4059
- Support code format.
60+
4161
### v1.3.0
62+
4263
- Improve snippets.
64+
4365
### v1.2.1
66+
4467
- Fix integer type not highlighting bug.
68+
4569
### v1.2.0
70+
4671
- Add color theme recommend on README.
72+
4773
### v1.1.3
74+
4875
- Fix bug.
76+
4977
### v1.1.2
78+
5079
- Update change log for marketplace.
80+
5181
### v1.1.1
82+
5283
- Fix flink logical operator.
84+
5385
### v1.1.0
86+
5487
- Support time attributes.
88+
5589
### v1.0.0
90+
5691
- Support aggregate, time, column function.
92+
5793
### v0.1.0
94+
5895
- Support string type.
96+
5997
### v0.0.3
98+
6099
- Support Temporal Functions.
100+
61101
### v0.0.2
102+
62103
- Support more udf by flink 1.15.2.
104+
63105
### v0.0.1
106+
64107
- Initial project.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flink-sql",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"displayName": "Flink SQL Helper",
55
"description": "Help you efficiently and focus on FlinkSQL development. support Flink SQL error grammar check, syntax highlighting, complete keywords, rename, find all references and code format, including user-defined functions.",
66
"publisher": "CamileSing",

0 commit comments

Comments
 (0)