Skip to content

Latest commit

 

History

History
154 lines (76 loc) · 7 KB

CHANGELOG.md

File metadata and controls

154 lines (76 loc) · 7 KB

2.3.1 (2023-02-27)

Bug Fixes

  • normalize import paths for code replacement (930633a)

2.3.0 (2022-12-14)

Bug Fixes

  • ensure node v14 support (647e184)

Features

  • make sure code is not inlined into loader (e3ba024)

2.3.0-rc.1 (2022-12-14)

Bug Fixes

  • ensure node v14 support (b806764)

Features

  • make sure code is not inlined into loader (50ca69d)

2.2.0 (2022-11-03)

Features

  • add include and exclude options (5d0e213)
  • warn when compiling to but not targeting electron (cbf0536)

2.1.1 (2022-10-24)

Bug Fixes

  • strip-shebang should be a production dependency (fd5a570)

2.1.0 (2022-10-24)

Features

  • electron-forge v6 support (8131cf7)

2.0.0 (2022-10-20)

Features

  • deps: bump bytenode (c1826d7)
  • deps: bump webpack-hot-middleware (3766ba0)
  • deps: bump webpack-merge (bcc6366)
  • deps: bump webpack-virtual-modules (e47de32)
  • webpack v5 (2fc5d72)

BREAKING CHANGES

  • This version adds support to webpack v5 and drops webpack v4. Use a previous version if using webpack v4.

DEPRECATED: This version drops the options debugLogs and silent, as it now uses webpack's built-in logging system. Logging should be enabled through webpack's own configuration. The option debugLifecycle is still present, but it also works in conjunction with webpack's logging system, so both need to be enabled for logs to be seen.

1.2.5 (2021-04-24)

Bug Fixes

  • webpack externals need to receive posix style paths (ba012c5)

1.2.4 (2021-04-23)

Bug Fixes

1.2.3 (2021-04-23)

Bug Fixes

  • normalize loader import path to compiled file (1bb918f)

1.2.2 (2021-04-10)

Bug Fixes

1.2.1 (2021-04-04)

Bug Fixes

  • dependency detection should ignore absolute and relative paths (2bd5d7f)

1.2.0 (2021-04-03)

Features

  • better entry middlewares support (25218e5)
  • depend on webpack as peer only (2724ee2)

1.2.0-rc.1 (2021-04-03)

Features

  • better entry middlewares support (25218e5)
  • depend on webpack as peer only (2724ee2)

1.1.0 (2021-04-01)

Bug Fixes

  • add throw description for entry as function (446219e)
  • debug logs should always use console.debug (93979e2)
  • remove moot config checks (e408ccb)

1.0.2 (2021-03-31)

1.0.1 (2021-03-31)

Bug Fixes

  • need to build before publishing obviously (fead0bd)

1.0.0 (2021-03-31)

Features