Skip to content

Latest commit

History

History
139 lines (73 loc) 路 2.42 KB

CHANGELOG.md

File metadata and controls

139 lines (73 loc) 路 2.42 KB

@rollup/plugin-inject ChangeLog

v5.0.5

2023-10-15

Bugfixes

  • fix: bump magic-string version #1596

v5.0.4

2023-10-05

Bugfixes

  • fix: ensure rollup 4 compatibility #1595

v5.0.3

2022-12-17

Bugfixes

  • fix: update magic-string #1373

v5.0.2

2022-10-21

Updates

  • chore: update rollup dependencies (3038271)

v5.0.1

2022-10-15

Bugfixes

  • fix: detect references inside object destructuring #1241

v5.0.0

2022-10-09

Breaking Changes

  • fix: prepare for Rollup 3 #1292

v4.0.4

2021-12-28

Bugfixes

  • fix: add types for sourceMap option (#1066)

v4.0.3

2021-10-19

Bugfixes

  • fix: escape metacharacters in module name string (#897)
  • fix: isReference check bug (#804)

Updates

  • chore: update dependencies (c1a0b07)

v4.0.2

2020-05-11

Updates

  • chore: rollup v2 peerDep. (dupe for pub) (f0d8440)

v4.0.1

2020-02-01

Updates

  • chore: update dependencies (73d8ae7)

3.0.2

  • Fix bug with sourcemap usage

3.0.1

  • Generate sourcemap when sourcemap enabled

3.0.0

  • Remove node v6 from support
  • Use modern js

2.1.0

  • Update all dependencies (#15)

2.0.0

  • Work with all file extensions, not just .js (unless otherwise specified via options.include and options.exclude) (#6)
  • Allow * imports (#9)
  • Ignore replacements that are superseded (e.g. if Buffer.isBuffer is replaced, ignore Buffer replacement) (#10)

1.4.1

  • Return a name

1.4.0

  • Use string.search instead of regex.test to avoid state-related mishaps (#5)
  • Prevent self-importing module bug

1.3.0

  • Windows support (#2)
  • Node 0.12 support

1.2.0

  • Generate sourcemaps by default

1.1.1

  • Use modules option

1.1.0

  • Handle shorthand properties

1.0.0

  • First release