2.0.3 (2021-01-18)
safeLoad
call to YAML library fails after upgrade (0db9a0b)- GitHub Actions workflows fail on set-env commands (80cd514)
2.0.2 (2020-10-06)
2.0.1 (2020-09-09)
2.0.0 (2020-08-24)
2.0.0-next.0 (2020-08-24)
- Narrow type in
readConfigValue
when default value is given (415e587) - Show filename & line of failed
readConfigValue
call on exit (41457b3)
2.0.0-alpha.7 (2020-08-23)
- Narrow type of
configuredReadConfigValue
function's return value (63e5ea6)
2.0.0-alpha.6 (2020-08-23)
- Narrow type of
readConfigValue
return value when possible (59c3fcb)
2.0.0-alpha.4 (2020-08-23)
- Empty strings can be allowed or disallowed in
readConfigValue
(f129804)
2.0.0-alpha.3 (2020-08-23)
readConfigValue
reports missing key & config file locations (26c56fb)- Behaviour of
readConfigValue
can be preconfigured & overridden (0ba3007) - If a default value is given,
readConfigValue
ignoresrequired
(66f5f5f) - Replicate functionality of
readConfig
with new name & API (c0e068b)
2.0.0-alpha.1 (2020-08-16)
2.0.0-alpha.0 (2020-07-31)
1.0.12 (2020-05-31)
1.0.12-next.0 (2020-05-31)
1.0.11 (2020-05-08)
1.0.11-next.0 (2020-05-08)
1.0.10 (2020-05-05)
1.0.10-next.0 (2020-05-05)
1.0.9 (2020-05-05)
1.0.9-next.0 (2020-05-05)
1.0.8 (2020-05-02)
1.0.8-next.0 (2020-05-01)
1.0.7 (2020-04-18)
1.0.7-next.0 (2020-04-18)
1.0.6 (2020-03-26)
1.0.6-next.1 (2020-03-26)
1.0.5 (2020-03-26)
1.0.5-next.0 (2020-03-26)
- Types are wrongly declared on readConfigFn & its returned function (89b63e6)
1.0.4 (2020-03-26)
1.0.4-next.0 (2020-03-26)
1.0.3 (2020-03-14)
1.0.3-next.0 (2020-03-14)
1.0.2 (2020-03-12)
1.0.2-next.1 (2020-03-12)
1.0.1 (2020-03-01)
1.0.1-next.0 (2020-03-01)
1.0.0 (2020-03-01)
1.0.0-next.0 (2020-03-01)
- CHG!: Search configs from highest priority to lowest (eb48ab5)
- Previously, Optio read the lowest priority config first, with each successive config superseding the previous one. Now Optio returns the value as soon as it finds a match.
0.2.0-alpha.2 (2020-02-14)
- Can create a function that reads values from a set of configs (e4b5aa6)
0.2.0-alpha.1 (2020-02-14)
0.2.0-alpha.0 (2020-02-14)
- Can read settings from a config file (474bcd0)