Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.59 KB

RELEASE_NOTES.md

File metadata and controls

26 lines (21 loc) · 1.59 KB

2.0.4 October 14 2021

  • HoconConfigurationFactory.Default() will try and load HOCON configuration from default named files based on this priority:

    1. application.conf
    2. application.hocon
    3. application.properties
    4. app.conf
    5. app.hocon
    6. app.properties
  • If HoconConfigurationFactory.FromFile() is called without any file extensions, it will try to load the file using these extensions: .conf, .hocon, and finally .properties

2.0.3 February 28 2020

Bugfixes and improvements made to HOCON 2.0.0

For more details, please see the issues in the HOCON v2.0.1 milestone here.