Skip to content

Latest commit

History

History
53 lines (27 loc) 路 2 KB

CHANGELOG.md

File metadata and controls

53 lines (27 loc) 路 2 KB

esbuild-cf-functions-plugin

1.1.0

Minor Changes

1.0.0

Major Changes

  • #130 ff66646 - Dropped node versions <17, now requires 18+.

0.2.2

Patch Changes

  • fb624de - Relaxed esbuild version restriction to >=0.14.46

0.2.1

Patch Changes

0.2.0

Minor Changes

  • f8aa40b - Added warning about various configuration options

0.1.2

Patch Changes

  • a727853 - Removed unused files from published .zip

0.1.1

Patch Changes

  • 98f4bde - Changed the output format to ES modules.

    This should always result in smaller output file sizes!

    For example, the example function went from 1.3kb to 0.45kb!

0.1.0

Minor Changes