Single File Support and Bugfixes
This release of Gestalt comes with some new features and bug fixes:
- Bugfix: Files in a directory are now globbed and sorted before loading, this ensures they are always loaded in a deterministic order Note that this bug can potentially be breaking, depending on how
glob.glob()
works on your system. This is because at the endos.scandir()
is called, which is system dependent. - Feature: The ability to load a single config file. No more having to load an entire directory just to grab one object.
- Bugfix: File extensions are checked and loading now throws errors when the extension doesn't match the parser (both in directories and single files)