Skip to content

Releases: fcannizzaro/npm-install

1.4.7

17 Aug 09:02
Compare
Choose a tag to compare

Changelog

  • fix #8, #9
  • preview autocomplete sample (readme - github)
  • new setting: "autocomplete_prefix": "const", "var", "let"
  • new setting: "icons": true/false

1.4.5

02 Feb 10:32
4861b08
Compare
Choose a tag to compare
  • installing icon

1.4.4

03 Jan 10:21
Compare
Choose a tag to compare
  • fix regex

1.4.3

22 Nov 19:11
Compare
Choose a tag to compare
  • fix regex (local modules)

1.4.2

09 Nov 10:30
Compare
Choose a tag to compare
  • fix missing node_modules directory

1.4.1

09 Nov 08:55
Compare
Choose a tag to compare

Changelog

  • add preferences files (preferences menu)

1.4.0

08 Nov 21:55
Compare
Choose a tag to compare

Changelog

  • add auto-remove unused modules. (user settings)
  • add package control preferences (default/user)

Internal Changes

  • dynamic core modules
  • npm ls to list installed packages

Preferences

{
    "install_manager": "npm"
    "install_on_save": true
    "prune_on_uninstall": false
    "autocomplete": false
}

add npm_ prefix in global sublime settings.

1.3.2

21 Mar 10:48
b59f68a
Compare
Choose a tag to compare

1.3.1

14 Dec 13:38
Compare
Choose a tag to compare
  • fix regex ex. "socket.io"

1.3.0

09 Sep 09:09
Compare
Choose a tag to compare
  • solve #4
  • npm_autocomplete is False by default