Releases: zenorocha/atom-javascript-snippets
Releases · zenorocha/atom-javascript-snippets
v1.2.1
- 56b6a0e Adds params for IIFE snippet
- 5ecec31 Fixes createDocumentFragment() argument
v1.2.0
- 7f7cbcc Adds support for JSX and TypeScript
- fdf5cf4 Adds
JSON.stringify
snippet
- fdf5cf4 Adds
JSON.parse
snippe
- 4991b07 Adds
console.info
snippet
v1.0.0
- 366a88d Remove unnecessary files that were creating using Atom's package boilerplate
Fixes key binding error and welcome message not being removed
v0.1.5
- 363171f No space between the name of a function and the (left parenthesis)
- 0c35b12 Remove var declaration from
for
v0.1.4
- 0a9fc20 Add object property function
v0.1.3
- Remove [].forEach.call snippet
- Add function apply snippet
v0.1.2
- Rename misc snippets and add alert
v0.1.1
- Update install instructions and demo
- Fix missing placeholders