Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 710 Bytes

Changelog.md

File metadata and controls

29 lines (18 loc) · 710 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.3.0] - 2022-11-04

Added

  • Better error messages
  • Support for multiple config files

Changed

  • Throw error if a JSON path is provided, that does not point to a thing

[1.2.0] - 2022-11-03

Added

  • Support for using a different config file name, not only .env.json
  • Support for expanding environment variables inside the config file
  • Support for JSON Path

[1.1.0] - 2022-09-30

Added

  • Support for --help and --version