[#2205] fixed Record.WithUnknownData() typo

This commit is contained in:
Gani Georgiev
2023-04-03 22:01:27 +03:00
parent 8ca439e5f7
commit 9f76ad234c
3 changed files with 11 additions and 6 deletions
+7 -2
View File
@@ -1,6 +1,11 @@
## (WIP)
- Fixed typo in `Record.WithUnkownData()` -> `Record.WithUnknownData()`.
## v0.14.2
- Reverted part of the old `COALESCE` handling to continue supporting empty string comparison with missing joined relation fields.
- Reverted part of the old `COALESCE` handling as a fallback to support empty string comparison with missing joined relation fields.
## v0.14.1
@@ -1150,7 +1155,7 @@ Please check the individual SDK package changelog and apply the necessary change
- Added option to return serialized custom `models.Record` fields data:
```go
func (m *Record) UnknownData() map[string]any
func (m *Record) WithUnkownData(state bool)
func (m *Record) WithUnknownData(state bool)
```
- Deleted `model.User`. Now the user data is stored as an auth `models.Record`.