Files
esbuild/esbuild.changes

45 lines
1.8 KiB
Plaintext

-------------------------------------------------------------------
Wed Jan 20 16:27:52 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.8.33
* Fix esbuild potentially exiting early during incremental rebuilds
* Fix using the new sourcesContent option with the transform API
* Insert the object spread shim in constructor methods after the super() call
* Add the --platform=neutral API option
* Provide minified and non-minified versions of in-browser API library
- strip binary
-------------------------------------------------------------------
Thu Jan 14 18:58:10 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.8.32
* Calling stop() on the JavaScript API is now optional
* Fix bug in metafile path generation
* Add kind to import JavaScript and CSS paths in metafile JSON
* Add support for TypeScript 4.2 syntax (abstract construct signatures)
* Add detail to errors and warnings
* Disable code warnings inside node_modules directories even with plugins
* Remove the warning about self-assignment
* Disable constant folding for the ?: operator when not minifying
-------------------------------------------------------------------
Thu Jan 7 10:37:21 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.8.31
* Fix minification issue from previous release
* Add the option --sourcemap=both
* Tree-shake unused code with --format=iife
-------------------------------------------------------------------
Wed Jan 6 21:16:00 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.8.30
* Fix @jsx and @jsxFrag comments without trailing spaces
* Minification improvements
* Fix issues with nested source maps
-------------------------------------------------------------------
Mon Jan 4 18:01:03 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
- initial package at 0.8.29