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 05dffe7 commit 3e14da0Copy full SHA for 3e14da0
2 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+### 0.5.2 (2018-01-05)
2
+* disable autocompletion in JavaScript with comma and so on - [#83](https://github.com/angular-ui/AngularJS-Atom/issues/83)
3
+
4
### 0.5.1 (2017-12-03)
5
* fix Uncaught TypeError: Cannot read property 'toLowerCase' of undefined - [#82](https://github.com/angular-ui/AngularJS-Atom/issues/82)
6
* support autocompletions with prefix started with $
package.json
@@ -1,6 +1,6 @@
{
"name": "angularjs",
- "version": "0.5.1",
+ "version": "0.5.2",
"main": "./lib/angularjs",
"description": "An AngularJS package for Atom",
"keywords": [
0 commit comments