update what's new

state-management
Muhammed Efe Cetin 2025-03-19 15:15:10 +03:00
parent ff5f09d413
commit 8f5aeedc39
No known key found for this signature in database
GPG Key ID: 0AA4D45CBAA86F73
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ We have made several changes to the Fiber app, including:
- **RegisterCustomBinder**: Allows for the registration of custom binders.
- **RegisterCustomConstraint**: Allows for the registration of custom constraints.
- **NewCtxFunc**: Introduces a new context function.
- **State**: Provides a global state for the application, which can be used to store and retrieve data across the application. Check out the [State](./api/state) method for further details.
### Removed Methods