- Fix ES module breaking due to not default-importing CommonJS modules
- Add some warning messages
- Fix issue with exports that prevented it from working in Node 13.0-13.6
- Fix issue with conditional exports that prevented it from working in Node 13+
- Drop support for Node 8
- Update dependencies
- Publish ES module for Node 12+ using conditional exports
- Drop support for Node < 8 and make use of ES2017 features
- Switch from Babel to TypeScript
- Remove
jsnext:main
field from package.json
- Add the ability to override the
readFile
function - Switch to
babel-preset-env
- Add
module
field to package.json
- Remove async functions, since they require
babel-runtime
on Node 4
- Switch to
babel-preset-latest
- Switch to
babel-preset-es2015
- Upgrade internal build process
- Add
name
property to plugin object
- Change incorrect package.json property
js:main
tojsnext:main
- Include
sourcesContent
in source map
- Fix incorrect lowest compatible version of Rollup
- Rename exported plugin function
- Upgrade internal build process
- Use
source-map-resolve
for extracting source maps
- Fix inline source maps not being detected
- First public release 🎉