CHANGELOG.md
## 1.1.2 - 2016-02-02
- Release v1.1.2 / npm@v1.1.2
- update deps (bump to `parse-function@v2.3.x`)
## 1.1.1 - 2016-01-29
- Release v1.1.1 / npm@v1.1.1
- use pre-commit, bump parse-function
- update tests (codeclimate 4.0 now)
## 1.1.0 - 2016-01-29
- Release v1.1.0 / npm@v1.1.0
- switch back to `parse-function@2.2`
+ may have performance boost or hit, please open an issue if something
+ this adds support for arrow functions
- update / add new tests
- update boilerplate, license year, etc stuff
- greenkeeper enabled
## 1.0.7 - 2015-05-17
- Release v1.0.7 / npm@v1.0.7
- unnecessary use of boolean literals
## 1.0.6 - 2015-05-17
- Release v1.0.6 / npm@v1.0.6
- jshint `asi` tweak for 4.0 GPA
- fix contributing section typo
## 1.0.5 - 2015-05-11
- Release v1.0.5 / npm@v1.0.5
- cleanup
- update readme
- update
## 1.0.4 - 2015-02-04
- Release v1.0.4 / npm@v1.0.4
- fix deps, remove `mocha-lcov-reporter`
- update readme
## 1.0.3 - 2015-01-28
- Release v1.0.3 / npm@v1.0.3
- add new test for complex coverage code
- add more reflinks
- add new example
- add `cleanup-coverage-code`, which is on top of `coverage-code-regex`
- move cleanup logic out to `cleanup-coverage-code`
## 1.0.2 - 2015-01-28
- Release v1.0.2 / npm@v1.0.2
- update regex
- update travis: add `after_script`
- better regex for coverages
- add coverage (possible after last fix)
- travis & coveralls
- add support for coverages - with this, we now can run coverage over tests. Basicly clean the code that was added by coverage tools like `__cov_Ejgcx$XN18CSfmeWn$f7vQ.f['2']++;`
## 1.0.1 - 2015-01-27
- Release v1.0.1 / npm@v1.0.1
- bump `parse-function` to `~2.0.0`
## 1.0.0 - 2015-01-26
- Release v1.0.0 / npm@v1.0.0
- update docs
## 0.0.0 - 2015-01-26
- first commits