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.
1 parent 4b3197d commit 052c02cCopy full SHA for 052c02c
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 0.5.3 (2018-01-16)
2
+* disable autocompletion in JavaScript with whitespaces - [#83](https://github.com/angular-ui/AngularJS-Atom/issues/83)
3
+* support a snippets for $timeout - [#79](https://github.com/angular-ui/AngularJS-Atom/issues/79)
4
+
5
### 0.5.2 (2018-01-05)
6
* disable autocompletion in JavaScript with comma and so on - [#83](https://github.com/angular-ui/AngularJS-Atom/issues/83)
7
package.json
@@ -1,6 +1,6 @@
{
"name": "angularjs",
- "version": "0.5.2",
+ "version": "0.5.3",
"main": "./lib/angularjs",
"description": "An AngularJS package for Atom",
"keywords": [
0 commit comments