Skip to content

Commit

Permalink
馃摑 Documents changes
Browse files Browse the repository at this point in the history
  • Loading branch information
esentis committed May 3, 2022
1 parent 93e2cdc commit f7098d6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# [0.5.1] - Bug fix
# [0.5.2] - Breaking Changes, New Extensions & Bug Fixes

- Project depends on `crypto` due to new `md5` method wich returns the MD5 hash of the `String`.
- Bug fixes for various methods, `after`, `before`, `toTitleCase`, `openCloseWrappers`, `removeFirstAndLastAny`.
- Various improvements.

## [0.5.1] - Bug fix

- Fixes `titleCase` not trimming whitespaces.

## [0.5.0] - Breaking Changes & New extensions
## [0.5.0] - Breaking Changes & New Extensions

- All methods will now trim the `String` before operations.
- `toSnakeCase` : Converts a `String` to snake case format.
Expand Down

0 comments on commit f7098d6

Please sign in to comment.