-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump the version of netlify-plugin-inline-functions-env #151
Conversation
The updates include a new input named "buildEvent". Details can be viewed on https://github.com/bencao/netlify-plugin-inline-functions-env/blob/master/CHANGELOG.md.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @bencao,
Thanks!
It looks like 1.0.5
is not including the utils.functions.list()
change. This can be shown in the diff here but also when installing the plugin locally.
Would it be possible to make a 1.0.6
release that includes it? Thanks!
the new version includes: - a new option to include/exclude certain environment variables - some internal refactoring
@ehmicky Just published 1.0.6 with utils.functions.list() change and two more feature flags. Test plan updated to point to the new test deployment for 1.0.6. |
update netlify-plugin-inline-functions-env to 1.0.8
@ehmicky v1.0.8 which fixed previous regression and also added test pipelines for multiple node versions were published. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
The updates include a new input named "buildEvent". Details can be viewed on https://github.com/bencao/netlify-plugin-inline-functions-env/blob/master/CHANGELOG.md.
Thanks for contributing the Netlify plugins directory!
Are you adding a plugin or updating one?
Have you completed the following?
Test plans
exclude
flag: https://app.netlify.com/sites/bencao-test-netlify-env/deploys/5fa27bba25b696000800ef72include
flag: https://app.netlify.com/sites/bencao-test-netlify-env/deploys/5fa27a79e43634000735edbcinclude
orexclude
flags: https://app.netlify.com/sites/bencao-test-netlify-env/deploys/5fa27bf6274dca00070eb88dAlso unit test is introduced and included in https://github.com/bencao/netlify-plugin-inline-functions-env/blob/master/test/index.test.js