Skip to content

Releases: iopipe/serverless-plugin-iopipe

Move some deps => devdeps

19 Apr 22:23

Choose a tag to compare

  • Cuts down on final pkg size

Release to NPM

19 Apr 19:44

Choose a tag to compare

  • Ditches options because it's slightly confusing when trying to run sls iopipe --help
  • Circle for NPM publish

Greeting

18 Apr 18:34

Choose a tag to compare

Greeting Pre-release
Pre-release
  • Simply logs some helpful hits when running sls iopipe instead of attempting to wrap

Use postinstall-build

18 Apr 17:31

Choose a tag to compare

Use postinstall-build Pre-release
Pre-release
  • Use postinstall-build so users can npm install the plugin using a github url, will ensure that babel is temporarily installed and the dist folder is created

Build updates

18 Apr 17:18

Choose a tag to compare

Build updates Pre-release
Pre-release
  • Update circle.yml to node 6.10.0
  • Use postinstall and prepublish for builds
  • Use npm over yarn to run scripts in package.json so there is 1 less dependency
  • Circle badge in readme

.iopipe folder

18 Apr 13:35

Choose a tag to compare

.iopipe folder Pre-release
Pre-release

This release transitions to the use of an .iopipe folder to do the code transformations in, instead of in-place transformations. This allows the plugin to fail or be stopped by the user in-process and not have bad things happen.

Also added plenty of tests.

Initial 0.0.1

11 Apr 20:53

Choose a tag to compare

Initial 0.0.1 Pre-release
Pre-release
v0.0.1

add alpha