Releases: cometkim/espub
Releases · cometkim/espub
Minor Changes
- d32b8a3: Upgrade esbulid to ^0.21.4
- 2b3f3ee: Update browserslist,
default
query will be affected
Patch Changes
v2.0.0
Major Changes
- 7bf90bf: Drop Node'js < v18 and TypeScript < v5 as required by tsconfck v3. (#224)
- dbe79a0: Set default target Node.js version to v18.0.0
- 03ce072: Deprecate the
--platform
flag to specify default target platform
Minor Changes
- 24d37be: Better support for Deno target transform
- fb11c28: Update esbuild to v0.19
- 24d37be: Reduce bloats on output for deno
Patch Changes
- d2ed35b: Fix target option specified properly
- f38bb52: Update browserslist
v1.6.0
Minor Changes
Patch Changes
- 3d07b82: Fix standalone mode (embedding externals)
v1.5.1
Patch Changes
- 680ff26: Add support for
modulde
-packages with .cts
entrypoints and commonjs
packages with .mts
entrypoints
v1.5.0
Minor Changes
- a546f4d: Support defined value
process.env.NANOBUNDLE_PACKAGE_NAME
and process.env.NANOBUNDLE_PACKAGE_VERSION
v1.4.0
Minor Changes
- b71eeef: Add --no-legal-comments to disable emitting legal text
- 0ab2a4a: Support CSS bundle explicitly
- 745a02c: Don't emit empty legal comments
v1.3.6
Patch Changes
- 4559578: regression: emit sourcemap by default
v1.3.5
Patch Changes
- bcafa5f: Fix to output files with .mjs/.cjs extension properly
v1.3.4
Patch Changes
- 1c6dc99: regression: allow directory style importMaps
v1.3.3
Patch Changes
- 0b85f38: Fix subpath pattern imports resolution