Skip to content

Tags: weixu365/serverless-scriptable-plugin

Tags

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: simply error output when failed to run command (#188)

fix #187

Co-authored-by: Wei Xu <[email protected]>

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: allow scripts access to all node standard objects (#163)

* feat: allow scripts access to all node standard objects

* feat: support using exports object in javascript files

This is useful in compiled commonjs TypeScript code, where a reference
to `exports` is usually made.

---------

Co-authored-by: Wei Xu <[email protected]>

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(license): Use node 16 to publish package (#108)

Co-authored-by: Wei Xu <[email protected]>

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(plugin): change lifecycle event name of commands to `command` sin…

…ce it is exposed to users (#80)

fix #79

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(plugin): support custom Serverless commands (#78)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(plugin): support quiet mode to suppress console outputs (#67)

* feat(plugin): support quiet mode to suppress console outputs

Support disable console output for stdout, stderr or commands by settings: `showStdoutOutput`,
`showStderrOutput` and `showCommands`

v1.0.5

Toggle v1.0.5's commit message
fix(deps): update all dependencies (#45)

v1.0.4

Toggle v1.0.4's commit message
fix(deps): update all dependencies (#43)

v1.0.3

Toggle v1.0.3's commit message
fix(deps): Bump eslint-utils from 1.4.0 to 1.4.2 (#42)

Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](mysticatea/eslint-utils@v1.4.0...v1.4.2)

Signed-off-by: dependabot[bot] <[email protected]>

v1.0.2

Toggle v1.0.2's commit message
fix(deps): update all dependencies (#34)