# v2.2.0 (December 31, 2019)
* Update: Javascript Reference


# v2.1.0 (December 04, 2019)
* Update: get settings from context rather that two levels up eslintrc.


# v2.0.3 (August 10, 2019)
* Update: docs and misprint in README.md


# v2.0.2 (July 15, 2019)
* Update: docs and misprint in README.md


# v2.0.1 (July 12, 2019)
* Fix: snakecasejs/filter changed defalt values and docs
* Update: variables es5 and es6 with camelCase


# v2.0.0 (July 04, 2019)
* Support: ESLint v6.0
* Moved snakecasejs/whitelist to settings section of `.eslintrc.json`
* Feature: snakecasejs/filter set what you want include to lint: function, class, etc...


# v1.2.1 (October 14, 2018)
* Update: docs and misprint in README.md


# v1.2.0 (October 08, 2018)
* Feature: eslint --fix parameter, auto replace camelCase to snake_case


# v1.1.0 (October 01, 2018)
* Feature: whitelist array on `.eslintrc.json`
* License: now is MIT


# v1.0.1 (June 02, 2018)
* New: logo from [freepik](https://it.freepik.com/) (premium account)
* Exclude: executablePath()


# v1.0.0 (May 27, 2018)
* First Release.
* Compatible with uppercase constant SNAKE_CASE
* Ignore camelCase core function of javascript