- Improvements: added hasSpecialChars factory function to validate and ignore special chars from others languages. yklydxtt
- Improvements: added isChinese function for hasSpecialChars validation
- Improvements: update change-case version
- Improvements: throw error when is an invalid transformation kleber-gueriero
- Improvements: test improvements and added separate factories for clean tests
- Improvements: fix deep keys with arrays values kleber-gueriero
- Improvements: fix deep keys transformation xingyeqishi
- Feature: export transform factory function
- Feature: export constant of allowed function
- Feature: added isValidFunction() to avoid invalid params in transform() factory
- Improvements: renamed isObject() to isValidObject()
- Improvements: changed external transform() native params to internal NATIVE_FUNCTIONS
- Improvements: added nodejs v11 support
- Feature: added function and tests for toParamCase()
- Feature: added function and tests for toHeaderCase()
- Improvements: update documentation
- Feature: added isObject() to avoid invalid params
- Improvements: added nodejs v13 support
- Improvements: added codacy support for code quality
- Improvements: added coveralls for test coverage
- Improvements: update readme and package description
- Feature: added private function transforms()
- Feature: added function and tests for toLowerCase()
- Feature: added function and tests for toUpperCase()
- Feature: added function and tests for toCamelCase()
- Feature: added function and tests for toPascalCase()
- Feature: added function and tests for toConstantCase()
- Feature: added function and tests for toSnakeCase()