Skip to content

Latest commit

 

History

History
218 lines (66 loc) · 6.76 KB

CHANGELOG.md

File metadata and controls

218 lines (66 loc) · 6.76 KB

2.0.3 (2021-01-18)

Bug Fixes

  • 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)

Features

  • 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)

Features

  • Narrow type of configuredReadConfigValue function's return value (63e5ea6)

2.0.0-alpha.6 (2020-08-23)

Features

  • Narrow type of readConfigValue return value when possible (59c3fcb)

2.0.0-alpha.4 (2020-08-23)

Features

  • Empty strings can be allowed or disallowed in readConfigValue (f129804)

2.0.0-alpha.3 (2020-08-23)

Features

  • readConfigValue reports missing key & config file locations (26c56fb)
  • Behaviour of readConfigValue can be preconfigured & overridden (0ba3007)
  • If a default value is given, readConfigValue ignores required (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)

Bug Fixes

  • 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)

BREAKING CHANGES

  • 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)

Features

  • 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)

Features

  • Can read settings from a config file (474bcd0)