Skip to content

Commit

Permalink
Initial Release
Browse files Browse the repository at this point in the history
  • Loading branch information
realrashid committed Jun 15, 2024
1 parent 6b74d72 commit b260f2e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
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.

0 comments on commit b260f2e

Please sign in to comment.