Skip to content

v2.0.0

Compare
Choose a tag to compare
@joeldenning joeldenning released this 17 Sep 21:07

Breaking Changes

The majority of users can upgrade to 2.0.0 without any changes to their code

  • The package.json "type" is now "module". Previously it was unspecified. This likely does not change how it is bundled, but does change how NodeJS interprets the code. Details (#41)
  • The package.json now has an "exports" field. Previously it only had a "main" field. Details (#41)
  • In NodeJS, importing the import-map-overrides library now loads a NodeJS version instead of the browser version. (#41)

Features