Changelog for opt-env-conf-0.10.0.0
Changelog
[0.10.0.0] - 2025-09-17
This is technically a breaking change, but if you don't use any opt-env-conf
internals, nothing should break for you.
Added
unprefixedEnvunprefixedConf
[0.9.0.0] - 2025-03-12
Added
- Completions
[0.8.0.1] - 2024-12-22
Changed
- Fixed that
secretTextFileOrBareSettingwould not pass the linter withoutname.
[0.8.0.0] - 2024-11-05
Changed
- Change
withShownDefaultandvalueWithShownto accept a function to use in place ofshowrather than a pre-renderedString.
[0.7.0.1] - 2024-10-27
Changed
- Fixed a bug in which
allOrNothing(andsubSettings) could malfunction when using a common library setting multiple times.
[0.7.0.0] - 2024-10-27
Added
- The
allOrNothingerror now shows which settings were defined.
[0.6.0.4] - 2024-10-26
Added
- Added a lint for an unknown default command.
[0.6.0.3] - 2024-10-24
Added
withDefaultandwithShownDefault.
[0.6.0.2] - 2024-10-20
Changed
- Fixed that configuration parsing errors were double-
shown.
[0.6.0.1] - 2024-10-18
Added
secretTextFileSettingsecretTextFileOrBareSetting
[0.6.0.0] - 2024-10-18
Added
defaultCommand
Changed
commandsnow takesCommandsBuilders.
[0.5.1.1] - 2024-08-08
Changed
- Fixed a bug in which a
settingwith only a defaultvaluewas considered invalid.
[0.5.1.0] - 2024-08-08
Removed
- Removed the "undecodable example" lint because it was faulty when example values aren't Strings.
[0.5.0.1] - 2024-08-04
Changed
- Errors involving commands now show command descriptions.
[0.5.0.0] - 2024-08-03
Changed
- Made
Builders contain a list ofBuildInstructionsso library functions can pattern-match on the builders. yesNoSwitchandenableDisableSwitchnow no longer take a default value, but accept defaultvaluebuilders instead.- Renamed 'viaCodec' to 'viaStringCodec'.
- Clearer lints when using
name. - Clearer lint about loading configuration.
- Default values are now shown at the end but before example values in documentation.
- Proper
[--optional-option-docs]
[0.4.0.5] - 2024-07-28
Added
- Documentation now shows example values and default values.
[0.4.0.4] - 2024-07-28
Added
- Added a lint for examples that none of the configuration codecs can decode.
Changed
- Fixed: linter would 'catch' unreadable examples even though a setting would only read a configuration value
[0.4.0.3] - 2024-07-28
Changed
- Support (commands [..] <|> commands [..]) by concat-ing the lists of commands.
- Improved the documentation of parsers that use
some.
[0.4.0.2] - 2024-07-27
Changed
- Fixed a bug in which unrecognised arguments would be parsed exponentially.
- The special
--versioncommand no longer allows any other arguments. - Fixed a bug in which some source locations still showed up even though debug mode was not on.
- Fixed that only one codec for a configuration setting was tried.
[0.4.0.1] - 2024-07-26
Added
- The
viaCodecreader.
[0.4.0.0] - 2024-07-23
Added
- Added a hidden
--render-reference-documentationcommand. - Added a per-command
--helppage.
Changed
- Changed the name of
mkSettingsChecktomakeSettingsCheck.
[0.3.0.0] - 2024-07-19
Changed
- Debug mode now provides much more info about all the settings that were and weren't parsed, and why.
- Fixed a bug in which arguments that were consumed in a failed branch were not being unconsumed afterwards.
- Nix functions now produce completion as well as man pages.
[0.2.0.0] -- 2024-07-18
Changed
- Fixed that the settings check could not be run with arguments.
- Added a lint to check that
longisn't used withoutoptionorswitch. - Added a lint to check that
manycannot be used with a parser that can succeed without consuming anything.
[0.1.0.0] - 2024-07-16
Changed
xdgYamlConfigFilenow returns aPath Abs Fileinstead of aFilePath.- Fixed a bug in
withFirstYamlConfigandwithCombinedYamlConfigin which the--config-fileoption was required. --run-settings-checknow allows you to define a static settings check.- Parse the combination of optional switches and optional arguments correctly.
- Fail to parse if any arguments are leftover.
[0.0.0.0] - 2024-07-08
First version