can-set
v1.6.0
Published
Set logic for CanJS
Downloads
8,883
Maintainers
Keywords
Readme
can-set
can-set is a utility for comparing sets that are represented by the parameters commonly passed to service requests.
For example, the set {type: "critical"}
might represent all
critical todos. It is a superset of the set {type: "critical", due: "today"}
which might represent all critical todos due today.
can-set is useful for building caching and other data-layer optimizations. It can be used in client or server environments. can-connect uses can-set to create data modeling utilities and middleware for the client.
Documentation
Read the can-set API docs on CanJS.com.
Changelog
See the latest releases on GitHub.
Contributing
The contribution guide has information on getting help, reporting bugs, developing locally, and more.