Skip to content

Releases: sindresorhus/import-global

v1.1.1

10 Jan 10:06
Compare
Choose a tag to compare
  • Fix types not being included in the package e7a12bb

v1.1.0...v1.1.1

v1.1.0

06 Nov 23:04
Compare
Choose a tag to compare

v1.0.0...v1.1.0

v1.0.0

06 Nov 18:06
Compare
Choose a tag to compare

Breaking

  • Require Node.js 18 93db04a
  • This package is now pure ESM. Please read this.
  • Changed to use named imports 93db04a
  • You must now await the importGlobal() function 93db04a
  • importGlobalSilent() now returns undefined instead of null when the module cannot be found 93db04a

Improvements

  • You can now use it to import ESM 93db04a

v0.1.0...v1.0.0