Changelog
This section provides an overview of Changelog.
Overview
Welcome to the Changelog
section.
Changelog
[Unreleased]
Added
- New features and enhancements that are planned but not yet released.
Changed
- Updates or modifications to existing features or functionality.
Fixed
- Bug fixes and resolved issues.
Deprecated
- Features or functionalities that are marked for removal in future versions.
Removed
- Features or functionalities that have been removed from the project.
Security
- Security-related fixes and improvements.
[1.0.0] - 2024-08-19
Added
- Introduced the useAuth hook for authentication management.
- Added useProduct hook for product data handling.
- Implemented useCart hook for managing cart state.
Changed
- Refactored useOrder hook for better performance and reliability.
- Improved useFetch hook to handle different types of requests.
Fixed
- Corrected bug in usePayment hook related to payment processing errors.
- Fixed issue in useShipping hook where shipping options were not updating correctly.
Deprecated
- Deprecated old useInventory hook; new useInventory hook is now available with improved functionality.
Removed
- Removed legacy useTheme hook as it is replaced by the new theming system.
Security
- Enhanced security measures in useAuth hook to prevent unauthorized access.
[0.9.0] - 2024-08-03
Added
- Initial release of useNotification hook for managing notifications.
- Added useReview hook for handling product reviews.
Changed
- Updated useData hook to support additional data sources.
- Fixed
Fixed minor bugs in useRouter hook for better navigation handling.
[0.8.0] - 2024-07-16
Added
- Added useSettings hook for managing user settings and preferences.
Fixed
- Resolved issues with useUser hook related to user profile updates.
[0.7.0] - 2024-07-05
Added
- Introduced useAnalytics hook for tracking analytics data.
Changed
- Improved useFetch hook to handle response timeouts more gracefully.