Skip to content

Releases: antonk52/lilconfig

Remove deprecated nodejs API

04 Dec 08:18
Compare
Choose a tag to compare

Lilconfig got future proof by removing the usage of deprecated nodejs api.

Thanks to @jeetiss & @TrySound 👏

v2 add `.cjs` support and drop support for node.js v8

20 Sep 14:41
Compare
Choose a tag to compare

lilconfig v2 is supposed to mimic the functionality of cosmiconfig v7

The breaking changes are the same. To learn more about cosmiconfig v7 click here.

v1 release

26 Jul 00:19
Compare
Choose a tag to compare

After carefully testing compatibility with cosmiconfig, lilconfig's first major release is finally ready.

Type fix and smaller size

11 Jul 08:30
Compare
Choose a tag to compare

Type fix

  • lilconfig(name).search([searchPlace]) argument should be optional. Thanks @lttb 🎉

Smaller size

  • Since no external modules are used, ts compiler option esModuleInterop was disabled to prevent typescript from inlining import helpers into the transpiled code.