Skip to content

Commit 09c7592

Browse files
committed
0.1.5
1 parent a18ba9e commit 09c7592

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ ${1:ClassName}.prototype.${2:methodName} = function(${3:arguments}) {
195195
}
196196
```
197197
198-
### [iffe] immediately-invoked function expression
198+
### [iife] immediately-invoked function expression
199199
200200
```javascript
201201
(function (window, document, undefined) {
@@ -281,6 +281,8 @@ require('${1:module}');
281281
282282
## History
283283
284+
* [v0.1.5](https://github.com/zenorocha/sublime-snippets-js/releases/tag/0.1.5) August 15, 2013
285+
* Added `forEach`, `forEachCall`, `for in`, `iife` and `use strict` snippets
284286
* [v0.1.4](https://github.com/zenorocha/sublime-snippets-js/releases/tag/0.1.4) August 15, 2013
285287
* Added `createDocumentFragment` and `removeChild` snippets
286288
* Renamed `appendChild` snippet filename

0 commit comments

Comments
 (0)