Skip to content

Commit 528b403

Browse files
committed
Update version and readme
1 parent f2cc21a commit 528b403

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Libraries
1212

1313
* [jQuery](http://jquery.com/)
1414
* [underscore.js](http://underscorejs.org/)
15+
* [lo-dash](http://lodash.com/)
1516
* [Backbone.js](http://backbonejs.org/)
1617
* [prelude.ls](http://gkz.github.com/prelude-ls/)
1718
* [AngularJS](http://angularjs.org/)
@@ -79,6 +80,11 @@ All repeat defination will be removed when SyntaxComplete supports this feature.
7980
Changes
8081
-------
8182

83+
### Version 0.3.2
84+
* Fix coffee script compatible
85+
* Update jQuery syntax to latest version
86+
* Support lo-dash
87+
8288
### Version 0.3.1
8389
* Fix performance issue
8490

config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME=javascript-libraries-syntax.vim
2-
VERSION=0.3.1
2+
VERSION=0.3.2
33

44
bundle-deps:
55
$(call fetch_github,ID,REPOSITORY,BRANCH,PATH,TARGET_PATH)

0 commit comments

Comments
 (0)