Skip to content
Compare
Choose a tag to compare
@ifiokjr ifiokjr released this 30 May 10:09
· 3 commits to main since this release
dbf8051

0.2.0

2022-05-30

Minor Changes

  • 04ba7ca: BREAKING: Rename lookupFilesToRoot option to disableUpwardLookup. The default is now for loadEsmConfig to search upward until it reaches the root directory. You can set this option to true to only search the provided working directory (cwd).

    BREAKING: Rename interface LoadEsmConfig to LoadEsmConfigOptions.

    Other changes:

    • Improved the readme for better npm documentation.
    • Refactored the code to be more readable.

Patch Changes