Skip to content

Single File Support and Bugfixes

Compare
Choose a tag to compare
@tanishq-dubey tanishq-dubey released this 18 May 22:57
· 148 commits to master since this release
64aecbd

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 end os.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)