-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b74d72
commit b260f2e
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
# Changelog | ||
|
||
All notable changes to `Cart` will be documented in this file. | ||
|
||
## v1.0.0 - 2024-06-16 | ||
|
||
### [Initial Release] - 2024-06-16 | ||
|
||
#### Added | ||
|
||
- Core functionality for managing shopping carts within Laravel applications. | ||
- Flexible configuration options to customize cart instances with specific tax rates and other settings. | ||
- Support for managing multiple cart instances, each with its own configurations. | ||
- Intuitive API for seamless integration and interaction with the cart. | ||
- Tax calculation feature, allowing enabling or disabling tax calculations per cart instance. | ||
- Initial set of facade and service provider to integrate Cart into Laravel projects. | ||
- Unit tests and test cases to ensure reliability and functionality. | ||
- Documentation outlining installation, configuration, and usage of the Cart package. |