Skip to content

Commit 64903a2

Browse files
Add change about properly optional in changelog for 0.25
1 parent 19d473f commit 64903a2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Changes
1313

1414
- Removes use of `UserContext` in user GET API in dashboard recipe.
15+
- Makes optional fields properly optional (i:e the value can be omitted entirely)
1516

1617
### Breaking changes
1718

18-
- Changes the type of `value` in `TypeFormField` to `interface{}` instead of `string`to add support for any type of value in form fields.
19-
20-
## [0.24.3] - 2024-09-24
21-
22-
- Adds support for form field related improvements by making fields accept any type of values
23-
- Adds support for optional fields to properly optional
19+
- Changes the type of `value` in `TypeFormField` to `interface{}` instead of `string` to add support for any type of value in form fields.
2420

2521
## [0.24.2] - 2024-09-03
2622

0 commit comments

Comments
 (0)