Skip to content

Latest commit

 

History

History
155 lines (86 loc) · 8.03 KB

CHANGELOG.md

File metadata and controls

155 lines (86 loc) · 8.03 KB

4.0.2 (2024-05-26)

Bug Fixes

4.0.1 (2024-02-19)

Bug Fixes

  • add missing at symbol (6cffd59)
  • change prop on CI release (2318410)
  • throw a proper error when no files are found (159e06f)
  • update dependencies (d38c7ef)

4.0.0 (2023-10-06)

Bug Fixes

  • add ESM loader (d18fe1b)
  • add warning when attempt to loading mod twice (d6baed1)
  • drop Node 14 support (cde7fd4)
  • update dependencies (a4533b6)

BREAKING CHANGES

  • Node 14 is not longer supported. Node 18.17 is the minimum required version now.

3.1.1 (2022-05-20)

Bug Fixes

  • have a local version of the exports patch (6a12fa6)
  • remove patch-package (21cd985)

3.1.0 (2022-05-20)

Features

  • add option to ignore paths (a61b430)

3.0.0 (2022-05-17)

Bug Fixes

  • add patch for 5to6 (e819879)
  • drop support for Node 12 (91a53d7)
  • preserve leading comments (36c44cc)
  • properly resolve the path the transformations (0069848)
  • update dependencies (0a8c55d)
  • upgrade jscodeshift (577afae)
  • use a better exp to replace modules (5902cee)

Features

  • allow for custom transformations (3361f7c)
  • allow to customize the codemod paths (85f381b)
  • allow to set an order for the transformations (9b35698)

BREAKING CHANGES

  • This package no longer supports Node 12.

2.0.2 (2021-10-17)

Bug Fixes

2.0.1 (2021-09-04)

Bug Fixes

2.0.0 (2021-04-11)

Bug Fixes

  • drop support for Node 10 (7359caa)

BREAKING CHANGES

  • This package no longer supports Node 10.

1.1.2 (2021-03-07)

Bug Fixes

  • downgrade jscodeshift to prevent issues with exports (befa6a6)

1.1.1 (2021-03-07)

Bug Fixes

  • disable husky on CD action (6986dbf)
  • update dependencies (9f97fea)
  • use is-ci to prevent husky from running on the CI (ed5e7ae)

1.1.0 (2020-08-10)

Bug Fixes

  • add support for files with shebang (f57f8db)
  • add support for require('.') (a254a3f)

Features

  • add a prepublishOnly script to create a ESM version (a83c5c7)

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)