Skpm Versions Save

💎📦 A utility to build and publish Sketch plugins

v0.9.10

7 years ago

Added

  • save plugins to config when installing/uninstalling plugins
  • publish and check for compatible sketch version

Changed

  • only save non-default config
  • add default sketch compatible version on init

v0.9.9

7 years ago

Added

  • clearTimeout, setInterval, clearInterval polyfills

v0.9.8

7 years ago

Added

  • setTimeout polyfill

Changed

  • clearer message for release assets

v0.9.7

7 years ago

Fixed

  • Replace ES6 deconstruring by manual deconstruring to support nodejs 4

v0.9.6

7 years ago

Changed

  • Use production skpm registry

v0.9.4

7 years ago

Added

  • basic error handling on -r build option: check for Unknown command ‘run’ and no such file or directory and display some helper message

Fixed

  • Look for polyfills in skpm's node_modules as well as the file node_modules

v0.9.3

7 years ago

Fixed

  • Fix -r option of the build command when the output path have a space

v0.9.2

7 years ago

Fixed

  • Look for webpack loaders in skpm's node_modules as well as the file node_modules

v0.9.1

7 years ago

Added

  • log command to show the Sketch.app logs
  • fail safe when inuting a unknown command

v0.9.0

7 years ago

Changed

  • fetch and console are now polyfilled on demand