Releases: kyle-johnson/rollup-plugin-optimize-lodash-imports
@optimize-lodash/transform@3.0.6
Patch Changes
723e375
Thanks @kyle-johnson! - Add build provenance.
@optimize-lodash/rollup-plugin@5.0.2
Patch Changes
-
723e375
Thanks @kyle-johnson! - Add build provenance. -
Updated dependencies [
723e375
]:- @optimize-lodash/transform@3.0.6
@optimize-lodash/esbuild-plugin@3.2.0
@optimize-lodash/transform@3.0.5
Patch Changes
- #455
dbccec0
Thanks @kyle-johnson! -chain()
is no longer tranformed because it cannot be imported except from the base import; a warning is printed when a matching import is found and the import is left as-is
@optimize-lodash/rollup-plugin@5.0.1
Patch Changes
-
#455
dbccec0
Thanks @kyle-johnson! -chain()
is no longer tranformed because it cannot be imported except from the base import; a warning is printed when a matching import is found and the import is left as-is -
Updated dependencies [
dbccec0
]:- @optimize-lodash/transform@3.0.5
@optimize-lodash/esbuild-plugin@3.1.0
Minor Changes
- #455
dbccec0
Thanks @kyle-johnson! - Print warnings to console.error()
Patch Changes
-
#455
dbccec0
Thanks @kyle-johnson! -chain()
is no longer tranformed because it cannot be imported except from the base import; a warning is printed when a matching import is found and the import is left as-is -
Updated dependencies [
dbccec0
]:- @optimize-lodash/transform@3.0.5
@optimize-lodash/transform@3.0.4
Patch Changes
-
#431
afa4382
Thanks @kyle-johnson! - Bump acorn dev dependency, required for esbuild plugin changes. -
#435
af5f97d
Thanks @kyle-johnson! - Be slightly more specific about dependency versions to avoid potential deep type-check issues.
@optimize-lodash/rollup-plugin@5.0.0
Major Changes
- #435
af5f97d
Thanks @kyle-johnson! - NodeJS 18+ required. Rollup 4.x+ required. Previous versions probably worked with Rollup 4.x, but this makes it official and frees us from assumptions of past versions.
Patch Changes
@optimize-lodash/esbuild-plugin@3.0.0
Major Changes
-
#431
afa4382
Thanks @kyle-johnson! - Add experimental Typescript support. Thanks @ldu1020 (#428)! -
#430
85adaf4
Thanks @kyle-johnson! - Minimum supported NodeJS version is 16 (was 12).
Patch Changes
@optimize-lodash/transform@3.0.3
Patch Changes
- #405
cd01862
Thanks @kyle-johnson! - Bump Typescript from 4.9.5 to 5.2.2. This should be backwards compatible, but outputs may differ slightly across Typescript versions.