- 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