- Fix regexp for
Config#subselect
not escaping the separator and not matching properly
- Respect
allow_extra: true
option when validating.
- Add
Attributor::Flatpack::MultilineString
type to handle multiline strings from environment variables.
- Add support for redefining the separator
- Significant performance improvements. See benchmark results for comparisons.
- Initial Release