Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-23 | 732 Bytes | |
v4.1.0 source code.tar.gz | 2025-07-23 | 69.1 kB | |
v4.1.0 source code.zip | 2025-07-23 | 120.3 kB | |
Totals: 3 Items | 190.1 kB | 6 |
This is a Draft release! Don't panic.
Breaking Changes
Several bugs were fixed that a user code might theoretically rely on, but most likely not:
- Config.getSources() no longer contains files read by parseFile outside of the load process
- when setModuleDefaults('modulename', ...)
is called twice, the second call can overwrite values from the first
- Config.getSources() now agrees with setModuleDefaults
, no matter how often it is called
What's Changed
Bugs fixed: - [#687] - you can now have deferConfig lines in submodules - [#822] - setModuleDefaults calls are now additive (slightly higher memory usage for defaults as a consequence) - [#827] - more accurate tracking of sources