Releases: iopipe/serverless-plugin-iopipe
Releases · iopipe/serverless-plugin-iopipe
Move some deps => devdeps
- Cuts down on final pkg size
Release to NPM
- Ditches
optionsbecause it's slightly confusing when trying to runsls iopipe --help - Circle for NPM publish
Greeting
- Simply logs some helpful hits when running
sls iopipeinstead of attempting to wrap
Use postinstall-build
- Use postinstall-build so users can
npm installthe plugin using a github url, will ensure that babel is temporarily installed and thedistfolder is created
Build updates
- Update circle.yml to node
6.10.0 - Use
postinstallandprepublishfor builds - Use npm over yarn to run scripts in
package.jsonso there is 1 less dependency - Circle badge in readme
.iopipe folder
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
v0.0.1 add alpha