We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3eb632c + 47be404 commit 42dce05Copy full SHA for 42dce05
CHANGELOG.md
@@ -0,0 +1,24 @@
1
+# Release Notes
2
+
3
+## 0.5.0
4
+- add document changelog
5
+- add document code of conduct
6
+- add document contributing
7
+- add document pull request template
8
+- modify document readme to link to contributing
9
10
+## 0.4.0
11
+- add document issue template
12
13
+## 0.3.0
14
+- modify document readme to include License, Version and Downloads badges
15
+- add data SQL keywords files and manifest
16
+- modify code simple set of SQL keywords to `completions.json`
17
+- add code `SimpleHandler` for simple initial autocompletion
18
19
+## 0.2.0
20
+- publish package via `apm` (Atom package manager)
21
+- modify code `package.json` for package version and Atom version dependency
22
23
+## 0.1.0
24
+- add code for initial completion support
0 commit comments