-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(api-load): Allow false for unload
Currently, only `true` and an array of strings are valid values for the property. While `false` does not add additional functionality, it removes an odd and unexpected behavior of triggering unload in the same form as if you were to pass `true`. Other than specifically not unloading when `false`, this change avoids opinionation of the value passed itself. Fix #321 Close #333
- Loading branch information
1 parent
e77b29b
commit e52e5ad
Showing
2 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ dtc03012 <https://github.com/dtc03012> | |
Kim Dong Min <https://github.com/haracejacob> | ||
Russell Shingleton <[email protected]> | ||
Matthias Komarek <https://github.com/matthiaskomarek> | ||
Tony Quetano <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters