2023-10-15
- fix: bump magic-string version #1596
2023-10-05
- fix: ensure rollup 4 compatibility #1595
2022-12-17
- fix: update magic-string #1373
2022-10-21
- chore: update rollup dependencies (3038271)
2022-10-15
- fix: detect references inside object destructuring #1241
2022-10-09
- fix: prepare for Rollup 3 #1292
2021-12-28
- fix: add types for
sourceMap
option (#1066)
2021-10-19
- fix: escape metacharacters in module name string (#897)
- fix: isReference check bug (#804)
- chore: update dependencies (c1a0b07)
2020-05-11
- chore: rollup v2 peerDep. (dupe for pub) (f0d8440)
2020-02-01
- chore: update dependencies (73d8ae7)
- Fix bug with sourcemap usage
- Generate sourcemap when sourcemap enabled
- Remove node v6 from support
- Use modern js
- Update all dependencies (#15)
- Work with all file extensions, not just
.js
(unless otherwise specified viaoptions.include
andoptions.exclude
) (#6) - Allow
*
imports (#9) - Ignore replacements that are superseded (e.g. if
Buffer.isBuffer
is replaced, ignoreBuffer
replacement) (#10)
- Return a
name
- Use
string.search
instead ofregex.test
to avoid state-related mishaps (#5) - Prevent self-importing module bug
- Windows support (#2)
- Node 0.12 support
- Generate sourcemaps by default
- Use
modules
option
- Handle shorthand properties
- First release