Skip to content

Releases: zenorocha/atom-javascript-snippets

v1.2.1

10 Feb 01:46

Choose a tag to compare

  • 56b6a0e Adds params for IIFE snippet
  • 5ecec31 Fixes createDocumentFragment() argument

v1.2.0

11 Jan 06:11

Choose a tag to compare

  • 7f7cbcc Adds support for JSX and TypeScript
  • fdf5cf4 Adds JSON.stringify snippet
  • fdf5cf4 Adds JSON.parse snippe
  • 4991b07 Adds console.info snippet

v1.1.0

18 Mar 02:40

Choose a tag to compare

  • 8705b91 Add debugger snippet de
  • 3bb3372 Add confirm snippet co
  • ac78781 Use tab for indentation to follow Atom Editor setting

Thanks to @brunocoelho & @carlosliu!

v1.0.0

12 Sep 01:25

Choose a tag to compare

  • 366a88d Remove unnecessary files that were creating using Atom's package boilerplate

Fixes key binding error and welcome message not being removed

v0.1.6

12 Sep 01:23

Choose a tag to compare

  • 55af7f1 Add it pending snippet itp

Thanks @eoinkelly!

v0.1.5

12 Sep 01:21

Choose a tag to compare

  • 363171f No space between the name of a function and the (left parenthesis)
  • 0c35b12 Remove var declaration from for

v0.1.4

12 Sep 01:18

Choose a tag to compare

  • 0a9fc20 Add object property function

v0.1.3

27 Feb 17:26

Choose a tag to compare

  • Remove [].forEach.call snippet
  • Add function apply snippet

v0.1.2

27 Feb 17:18

Choose a tag to compare

  • Rename misc snippets and add alert

v0.1.1

27 Feb 15:36

Choose a tag to compare

  • Update install instructions and demo
  • Fix missing placeholders