Skip to content

0.17.0

Compare
Choose a tag to compare
@lkostrowski lkostrowski released this 24 Oct 14:14
· 314 commits to main since this release

This release changes behavior of FileAPL.

If file with local config doesn't exist or can't be read:
before - thrown error
after - returns Promise<undefined>

effectively, new FileAPL().get() can be safely used, before app is installed

  • Change behavior when FileAPL reads file that doesnt exist to fallback value (#96) (ff49281)