tusbar / babel-plugin-dotenv-import

Load environment variables using import statements.
MIT License
80 stars 8 forks source link

feat: rename whitelist to allowlist and blacklist to blocklist #350

Closed tusbar closed 1 year ago

tusbar commented 1 year ago

BREAKING CHANGE: blacklist and whitelist have been renamed.

codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (8715886) compared to base (36e0a72). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #350 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 1 1 Lines 31 31 ========================================= Hits 31 31 ``` | [Impacted Files](https://codecov.io/gh/tusbar/babel-plugin-dotenv-import/pull/350?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bertrand+Marron) | Coverage Δ | | |---|---|---| | [index.js](https://codecov.io/gh/tusbar/babel-plugin-dotenv-import/pull/350/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bertrand+Marron#diff-aW5kZXguanM=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bertrand+Marron). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bertrand+Marron)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

tusbar commented 1 year ago

:tada: This PR is included in version 3.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: