# Changelog

# 0.2.4

* Fix broken release

## 0.2.3

* Remove dead code

## 0.2.0

- code stability
- fixed and added more tests
- removed dead code
- updated NPM packages

## 0.1.11

- fixed issue where UMD format was set without module name.
- added tests

## 0.1.9

- BC! Merged Rolup and Bundle options into one. The preprocessor now works like Rollup
- fixed linting issues
- cleanup

## 0.1.7

- cleaned up the source code

## 0.1.6

- fixed issures where the code doesn't work at all

## 0.1.4

- refactoring done by @TrySound.
- fixed tests

## 0.1.3

- refactoring done by @TrySound.

## 0.1.1

- works for NodeJS 0.12, 4, 5, 6
- refactoring
- fixed a couple of bugs


## 0.1.0

- serious bugs fixed
- removed ES2015 code form source
- added test for ES2015 class so we know transpilling works perfectly
- updated Rollup to v.0.34.0

## 0.0.8

- minor refactoring

## 0.0.7

- refactored tests. Got rid of Babel

## 0.0.6

- fixed nodeJS 0.12 issue
- updated NPM packages

## 0.0.5

- fixed issue [#6](https://github.com/Kflash/karma-rollup-plugin/issues/6). Credit: [brianmhunt](https://github.com/brianmhunt)
- removed 'cache' code from source. Was always null.

## 0.0.4

- move rollup and debounce to regular dependencies

## 0.0.3

- added support for nodeJS 0.12
- added cache

## 0.0.2

- few fixes in the source
- added linting
- simpler bundling
- still prefer to write the plugin in ES2015

## 0.0.1

Initial version
