Skip to content
Merged

1.0.1 #379

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.1

- Fixed a bug that prevented environment variables from being set to empty strings, which should be considered valid, truthy values. Previously they were erroneously considered invalid, falsey values.
- Updated dependencies.

## 1.0.0

- Breaking: Changed default behavior for configs with no default value to populate the config value's name instead of `null` by default.
Expand Down
37 changes: 19 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/rooseveltframework/source-configs/graphs/contributors"
}
],
"version": "1.0.0",
"version": "1.0.1",
"files": [
"source-configs.js",
"*.md"
Expand All @@ -29,7 +29,7 @@
"cross-env": "10.1.0",
"mocha": "11.7.5",
"proxyquire": "2.1.3",
"sinon": "21.0.1",
"sinon": "21.0.2",
"standard": "17.1.2"
},
"scripts": {
Expand Down