Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

45 lines (37 loc) · 1.96 KB

0.0.9

  • 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

0.0.8

  • Improvements: throw error when is an invalid transformation kleber-gueriero
  • Improvements: test improvements and added separate factories for clean tests

0.0.7

0.0.6

  • Improvements: fix deep keys transformation xingyeqishi

0.0.5

  • 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

0.0.4

  • Feature: added function and tests for toParamCase()
  • Feature: added function and tests for toHeaderCase()

0.0.3

  • 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

0.0.2

  • Improvements: update readme and package description
  • Feature: added private function transforms()

0.0.1

  • 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()