Skip to content

Commit

Permalink
Added a 'Features' list to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottHamper committed May 5, 2012
1 parent 568f20a commit 29061bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ In addition to its simple API, Cookies.js will automatically parse a JSON encode
back into its native data type when accessed, and cache the result. For users of AMD
loaders, Cookies.js will `define` itself, otherwise a global variable will be created.

## Features

- Automatically JSON encodes/decodes cookie values.
- Caches cookie values, making sequential reads faster.
- Supports AMD loaders.
- Cross browser.
- Lightweight (less than 1 KB, minified and gzipped).

## Browser Compatibility

The following browsers have passed all of the Cookies.js unit tests:
Expand Down

0 comments on commit 29061bc

Please sign in to comment.