Skip to content

Releases: osdevisnot/klap

Release 3.1.1

19 Nov 02:29
Compare
Choose a tag to compare

Enhancements covered in this release:

  • (fix) fix minification issue with rollup-plugin-commonjs
  • (feat) enable esm options for start command
  • (fix) fix h is undefined for babel when using h as pragma (#13)

cli options

12 Nov 02:27
Compare
Choose a tag to compare

A focused release to support configs from CLI options.

Release 2.2.0

08 Nov 02:14
Compare
Choose a tag to compare

Enhancements Covered in this Release:

  • use 3 pass terser minification for more compressed output.
  • use toplevel and regex = ^_ mangling for more compressed output.
  • upgrade dependencies to latest versions.
  • change configuration to be more consistent.
  • rework messages to use contextual colors.
  • export most of the internals to allow extending klap.

Release 2.1.0

07 Nov 07:03
Compare
Choose a tag to compare

Enhancements covered in this release:

  • Make klap requirable with javascript API
  • More aggressive mangling for terser using toplevel and regex mangling

More Optimizations for Babel Output

06 Nov 16:57
Compare
Choose a tag to compare

Enhancements in this release:

  • Better optimized object rest spread output
  • default browserlist to >1%, not dead, not ie 11, not op_mini all. See the browser coverage

This release might break your existing packages as we align the build output to more modern browser features.