Skip to content

Commit

Permalink
update to v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
caio-ribeiro-pereira committed Aug 28, 2020
1 parent af60ad7 commit 30e53f6
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
@@ -1,12 +1,22 @@
## 0.0.4
+ Feature: added function and tests for toParamCase()
+ Feature: added function and tests for toHeaderCase()

## 0.0.3
+ Improvements: update documentation
+ BugFix: added object validation to avoid invalid data
+ 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 functions and tests for toLowerCase, toUpperCase, toCamelCase, toPascalCase, toConstantCase, toSnakeCase
+ 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()

0 comments on commit 30e53f6

Please sign in to comment.