1.15.0 (2024-10-28)
1.14.1 (2024-09-11)
1.14.0 (2024-09-09)
1.13.1 (2024-09-04)
- dynamically require
webpack-sources
(6d4d2b1)
1.13.0 (2024-09-04)
1.12.4 (2024-09-04)
1.12.3 (2024-08-31)
1.12.2 (2024-08-15)
1.12.1 (2024-08-07)
- esbuild: execute both unplugin and esbuild-specific hooks (3e2fa72)
1.12.0 (2024-07-23)
1.11.0 (2024-06-30)
1.10.2 (2024-06-28)
1.10.1 (2024-03-29)
- esbuild: sourcemaps in transform result can be a string (#377) (4382fa2)
- webpack,rspack: incorrect assumption about the current working directory in webpack and rspack (#374) (b0ec0e0)
1.10.0 (2024-03-13)
1.9.0 (2024-03-08)
1.8.3 (2024-03-06)
- esbuild: read fs contents on demand (5ca5e6d)
- support node 14 (af3b0ec)
1.8.2 (2024-03-06)
- esbuild: don't return empty result in onLoad (ff2460b)
1.8.1 (2024-03-05)
1.8.0 (2024-03-03)
- esbuild: support transform hook for nested plugins (3e1d521)
1.7.1 (2024-02-06)
- webpack: throw a standard error (41978c0)
1.7.0 (2024-02-06)
- support emit object errors (8f00f57)
1.6.0 (2023-12-26)
- esbuild config option to modify build options (#357) (670eb37)
- esbuild support for addWatchFile and getWatchFiles (#345) (2f65939)
1.5.1 (2023-11-16)
1.5.0 (2023-09-17)
1.4.0 (2023-07-16)
1.3.2 (2023-07-03)
- add top-level functions to create platform-specific plugins (#301) (efbbba5)
- add unplugin-fonts (#292) (80a61d1)
- rspack: support
enforce
(856b073) - rspack: support buildStart (#319) (c9bbc97)
1.3.1 (2023-03-14)
1.3.0 (2023-03-11)
1.2.0 (2023-03-10)
1.1.0 (2023-02-15)
1.0.1 (2022-12-12)
1.0.0 (2022-11-14)
No breaking changes, bumping the version to mark it as stable.
0.10.2 (2022-10-25)
- types: improve return types (dc05040)
0.10.1 (2022-10-22)
0.10.0 (2022-10-18)
0.9.6 (2022-09-21)
0.9.5 (2022-08-25)
0.9.4 (2022-08-21)
0.9.3 (2022-08-18)
0.9.2 (2022-08-15)
- types:
transformInclude
support nullish values (6df169f)
0.9.1 (2022-08-15)
- types: support required options (53954df)
0.9.0 (2022-08-06)
0.8.1 (2022-08-04)
0.8.0 (2022-07-26)
0.7.2 (2022-07-12)
0.7.1 (2022-06-30)
- accept vite 3.0 (c07200f)
0.7.0 (2022-06-06)
0.6.3 (2022-05-07)
0.6.2 (2022-04-14)
0.6.1 (2022-03-31)
- webpack: apply slash normalization on
transformInclude
(90d6a75)
0.6.0 (2022-03-24)
0.5.2 (2022-03-15)
- esm compact of
webpack-sources
(9edae1b)
0.5.1 (2022-03-15)
- deps on
webpack-sources
instead ofwebpack
(5f14fa8)
0.5.0 (2022-03-15)
0.4.0 (2022-03-07)
0.3.3 (2022-02-28)
0.3.2 (2022-01-24)
0.3.1 (2022-01-21)
0.3.0 (2021-12-28)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.2.21 (2021-11-14)
0.2.20 (2021-11-05)
0.2.19 (2021-10-28)
0.2.18 (2021-10-25)
0.2.17 (2021-10-25)
0.2.16 (2021-09-25)
- windows path resolving (c9055aa)
0.2.15 (2021-09-25)
- revert "chore: switch from
upath
topathe
" (bc4e50b) - virtualModulePrefix compactible for windows (9104fa2)
0.2.14 (2021-09-24)
0.2.13 (2021-09-21)
0.2.12 (2021-09-21)
- use
optionalDependencies
instead ofpeerDependencies
(4cc6686)
0.2.11 (2021-09-16)
- revert sourcemp handling for webpack and improve tests (b57cf3f)
0.2.10 (2021-09-16)
- cleanup sources in transform map (17dd24a)
0.2.9 (2021-09-13)
0.2.8 (2021-09-11)
0.2.7 (2021-09-01)
0.2.6 (2021-08-31)
0.2.5 (2021-08-31)
0.2.4 (2021-08-30)
0.2.3 (2021-08-27)
- webpack: loader for
load
hook only enabled for resolveId result (4ff7681) - install vfs plugin when
load
is provided (a33bbe3)
0.2.2 (2021-08-27)
- widen context error types (00ea6d9)
0.2.1 (2021-08-27)
0.2.0 (2021-08-25)
- virtual module support for webpack (333717b)
0.0.9 (2021-08-25)
0.0.7 (2021-08-23)
- expose context for transform hook (aa92da9)
0.0.6 (2021-08-21)
- apply context for child compilers (123838e)
0.0.5 (2021-07-27)
- expose raw object (19a3768)
0.0.4 (2021-07-25)
- webpack:
load
hook initial implementation (e671b62)
0.0.3 (2021-07-18)
- resolveId (236738d)
- hook id (42090cb)