Skip to content

Releases: kyle-johnson/rollup-plugin-optimize-lodash-imports

@optimize-lodash/transform@3.0.6

07 Feb 12:14
844ab9a
Compare
Choose a tag to compare

Patch Changes

@optimize-lodash/rollup-plugin@5.0.2

07 Feb 12:14
844ab9a
Compare
Choose a tag to compare

Patch Changes

@optimize-lodash/esbuild-plugin@3.2.0

07 Feb 12:13
844ab9a
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@optimize-lodash/transform@3.0.5

30 Jan 06:13
2e5a445
Compare
Choose a tag to compare

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

30 Jan 06:13
2e5a445
Compare
Choose a tag to compare

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

30 Jan 06:13
2e5a445
Compare
Choose a tag to compare

Minor Changes

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

31 Jul 23:14
bae3efe
Compare
Choose a tag to compare

Patch Changes

@optimize-lodash/rollup-plugin@5.0.0

31 Jul 23:14
bae3efe
Compare
Choose a tag to compare

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

  • Updated dependencies [afa4382, af5f97d]:
    • @optimize-lodash/transform@3.0.4

@optimize-lodash/esbuild-plugin@3.0.0

31 Jul 23:14
bae3efe
Compare
Choose a tag to compare

Major Changes

Patch Changes

  • Updated dependencies [afa4382, af5f97d]:
    • @optimize-lodash/transform@3.0.4

@optimize-lodash/transform@3.0.3

11 Sep 17:08
1878194
Compare
Choose a tag to compare

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.