Skip to content

Commit

Permalink
"Add version v1.6.1 to changelog"
Browse files Browse the repository at this point in the history
  • Loading branch information
Aksio Build committed Dec 15, 2023
1 parent bb1d00b commit 71584d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [v1.6.1] - 2023-12-15 [PR: #28](https://github.com/aksio-insurtech/Fundamentals/pull/28)

## Summary

Create a ToCamelCase implementation that is more friendly towards acronyms. This is a trade-off between determining it is an acronym and ease of use / performance. There is no register or dictionary of acronyms, instead if the first two characters of the name are upper-case we will not change the name and will just return as is.

A JsonNamingPolicy implementation is created that uses the ToCamelCase extension method.

# [v1.6.0] - 2023-12-11 [PR: #27](https://github.com/aksio-insurtech/Fundamentals/pull/27)

### Added
Expand Down

0 comments on commit 71584d0

Please sign in to comment.