Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Feb 14, 2024
1 parent 8e3edb6 commit 40ac4c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/migrations/version-3-to-4.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Migration from v3 to v4
This document contain all the breaking changes and migrations guidelines for adapting your code to the new version.

## Property Naming changed for certain Edge Cases
## Fixed edge cases for camel case names

Object properties were formatted wrong when they contained a number followed by an underscore and a letter.
This has been fixed in this version, which might means properties might be renamed. If you encounter errors, check for properties that were renamed.
Naming such as object properties using camel case formatting had an edge case where if they contained a number followed by an underscore and a letter it would be incorrectly formatted. This has been fixed in this version, which might mean properties, model names, etc that use camel case might be renamed.

This example contains such a string:

Expand Down

0 comments on commit 40ac4c7

Please sign in to comment.