Skip to content

1.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 16:12
· 127 commits to main since this release

1.0.0 (2020-08-09)

Bug Fixes

  • allow the use of the .js extension (c334ebb)
  • flat sub directories' contents (f62709d)
  • make a proxy for require (ef97f20)
  • move the generic functions into a utility file (b4ce5fc)
  • reload the list of imports after the first change (a586244)
  • remove support for package.json on the path from the main (6683ec9)
  • use more specific options for the extension handling (59121dc)
  • use the fn to parse JS files when looking for a extension (454475b)

Features

  • add error handling (07001ab)
  • add functionality to clean the output directory (bf35add)
  • add functionality to load the configuration (c0b353f)
  • add package.json on the output directory with type module (8b9063b)
  • add transformation for module paths (ec43420)
  • add transformation to add missing mjs extensions (350c78d)
  • add transformations for default exports (40a5c14)
  • find and copy all the files to the output directory (88f77a4)
  • show ellapsed time (4c1c8d6)
  • transform imports and exports (1e4ee4d)
  • update project package.json and add module entry (f171e03)