# Changelog

## 0.4.2

* Add the ability to override the `readFile` function
* Switch to `babel-preset-env`

## 0.4.1

* Add `module` field to package.json

## 0.4.0

* Remove async functions, since they require `babel-runtime` on Node 4

## 0.3.7

* Switch to `babel-preset-latest`

## 0.3.6

* Switch to `babel-preset-es2015`

## 0.3.5

* Upgrade internal build process

## 0.3.4

* Add `name` property to plugin object

## 0.3.3

* Change incorrect package.json property `js:main` to `jsnext:main`

## 0.3.2

* Include `sourcesContent` in source map

## 0.3.1

* Fix incorrect lowest compatible version of Rollup

## 0.3.0

* Rename exported plugin function
* Upgrade internal build process

## 0.2.0

* Use `source-map-resolve` for extracting source maps

## 0.1.1

* Fix inline source maps not being detected

## 0.1.0

* First public release 🎉
