## 0.9.0

* add: better support for comments (ast is using espree instead of acorn)

## 0.8.4

* fix: support named define with callback

## 0.8.3

* add: minor performance improvement for non amd files

## 0.8.0

* edit: performance improvements, code cleanup

## 0.7.10

* edit: force lf in .gitattributes

## 0.7.9

* add: support inline require in a member expression

## 0.7.8

* edit: switch to @buxlabs/amd-to-es6 name

## 0.7.7

* edit: introduce Module class

## 0.7.6

* edit: refactor specs to ava

## 0.7.5

* add: docs

## 0.7.4

* fix: versioning

## 0.7.3

* add: basic comments support

## 0.7.2

* fix: crlf issue

## 0.7.0

* add: support simplified commonjs wrapping with suggar

## 0.6.4

* update: performance improvements

## 0.6.3

* add: support for different types of quotes in output

## 0.6.2

* add: support for short command line options

## 0.6.1

* add: support for side effects with names and custom assigned name

## 0.6.0

* add: basic support for simplified commonjs wrapping

## 0.5.5

* add: check if the module has define

## 0.5.4

* add: const/let support for require sugar

## 0.5.3

* add: --recursive flag

## 0.5.2

* add: --beautify flag

## 0.5.1

* add: named define support

## 0.5.0

* add: import with side-effects

## 0.4.0

* add: simple key/value define support
