- Made sure that all quantities are numbers.
- No conversion object is needed if only one currency is used.
- Fixed the bug where the default weight was missing properties if the cart was loaded from JSON.
- Fixed the bug where the default currency was missing the getCode property if the cart was loaded from JSON.
- Fixed bug in total price.
- Name was not exported from cart
- Removed product knowledge of cart.
- Added name in product object.
- Dist directory was missing in npm
- Dist directory was missing in npm
- Changed link in package.json.
- Changed name of repo from smart-cart to typescript-cart.