Releases: ym-project/gulp-esbuild
Releases · ym-project/gulp-esbuild
v0.2.9
Dependencies
- update esbuild to 0.8.9
v0.2.8
Changes
- add "banner" and "footer" fields to declaration file according to the commit evanw/esbuild@4f7b346#diff-af9e5e8969ffd0322ef4acda0e127e2817951b9a0475cd9d9b6f86326f85d865
Dependencies
- update esbuild to 0.8.8
v0.2.7
Dependencies
- update esbuild to 0.8.7
v0.2.6
Changes
- update declaration file
- add keepNames field according to the commit evanw/esbuild@a370d53#diff-af9e5e8969ffd0322ef4acda0e127e2817951b9a0475cd9d9b6f86326f85d865
Dependencies
- update esbuild to 0.8.6
v0.2.5
Dependencies
- update esbuild to 0.8.5
- update eslint to 7.13.0
v0.2.4
Dependencies
- update esbuild to 0.8.4
- update jest to 26.6.3
v0.2.3
Changes
- hide odd error properties
Dependencies
- update jest to 26.6.2
- update esbuild to 0.8.3
v0.2.2
Changes
- update declaration file
- set "plugins" as optional field according to the commit evanw/esbuild@676df72#diff-af9e5e8969ffd0322ef4acda0e127e2817951b9a0475cd9d9b6f86326f85d865
Dependencies
- update esbuild to 0.8.2
v0.2.1
v0.2.0
Changes
- change declaration file
- remove "strict" according to the commit evanw/esbuild@4c00b53#diff-af9e5e8969ffd0322ef4acda0e127e2817951b9a0475cd9d9b6f86326f85d865
- remove "entryPoints" because files will be taken from
gulp.src
only - add name to export
- improve tests
- move tests to hook "pre-push" in husky file
- change plugin
- set log level "silent" by default because esbuild write errors to std
- add option "outdir" if there is no "outdir" or "outfile" user option
Dependencies
- update esbuild to 0.8.0
- update eslint to 7.12.1