configuration-tools v0.2.10 Release Notes

Release Date: 2015-02-07 // about 9 years ago
    • 🚚 Moved all internal APIs to the Internal name space. Exposing them in 0.2.9 was considered a bug.

    • 🔧 Configuration files can be formatted either as JSON or as YAML. For remote configuration files the HTTP Content-Type header is used to determine the format, for local files the file suffix is used. The default format is YAML.

    • Set the HTTP accept header for JSON and YAML when requesting remote configuration files.