0.8.3 • Published 4 years ago

carty v0.8.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Carty

Build Status Coverage Status

A lightweight and simple to use shopping cart library.

Documentation

Browser Support and Polyfills

Carty makes use of ES5 and ES6 features but doesn't ship itself with any polyfills. Make sure to include polyfills if your targeted environments don't support the required features.

ES5

You may use ES5 polyfills for the following features (if you have to support browsers like IE8 for example):

You can use es5-shim which provides the required polyfills.

ES6

You may use ES6 polyfills for the following features:

ES6 Promises are supported in Node since version 0.11.13.

For browser support, check caniuse.

You can use es6-promise to polyfill both Node and browsers.

Other

If you use the localStorage store adapter, you may polyfill JSON with json2.

Running the Tests

Node

$ npm install
$ make test

License

Copyright (c) 2015-2020 Jan Sorgalla. Released under the MIT license.

0.8.3

4 years ago

0.8.2

7 years ago

0.8.1

7 years ago

0.8.0

8 years ago

0.7.0

8 years ago

0.6.0

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.4

9 years ago

0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago