Skip to content

Releases: Dreamscapes/eslint-import-resolver-lerna

2.0.0

02 Nov 00:22
Compare
Choose a tag to compare

2.0.0 (2020-11-02)

Features

BREAKING CHANGES

  • This package underwent a major rewrite into TypeScript. All of the reported bugs have been fixed. 🎉 Aaand we now have a unit test suite, yay! 🚀

1.1.1

31 Oct 20:04
43470ee
Compare
Choose a tag to compare

Fixes

  • Do not crash when a potential Lerna repo directory does not contain a package.json file

1.1.0

25 Feb 14:32
77e5917
Compare
Choose a tag to compare

Changes

  • The packages configuration option now supports array of strings (#1, thanks @jleveugle)

Internals

  • Start testing against Node.js v10