You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
29
- Updated documentation for readability, added code gen examples. (thanks @singhsays)
30
30
- Columns are now matched in a case-insensitive manner in type replacements. (thanks @abdusco)
31
31
- Columns can now be matched with as many conditions as needed in type replacements. This removes the previous requirement that boolean fields had to be specified in addition to a string field. (thanks @abdusco)
32
+
- Factories now expose a `NewXWithContext` that accepts a context in addition to `NewX` that does not. This provides a cleaner API for the callers, while still allowing the use of context internally. (thanks @abdusco)
32
33
33
34
### Removed
34
35
@@ -45,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
45
46
- Check for nullability when loading relationships.
46
47
- Handle table names quoted with backticks in mysql query parser. (thanks @luiscleto)
47
48
- Allow matching columns in type replacements by the `autoincr` property as stated in the docs. (thanks @abdusco)
49
+
- Handle dashes and spaces in generated enum values properly (thanks @abdusco)
0 commit comments