can-connect icon indicating copy to clipboard operation
can-connect copied to clipboard

Model layer utilities for every JavaScript framework! Assemble real-time, high performance, restful data connections.

Results 62 can-connect issues
Sort by recently updated
recently updated
newest added

## The devDependency [http-server](https://github.com/http-party/http-server) was updated from `0.11.1` to `0.12.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## Version **2.0.0** of **steal-tools** was just published. Dependency steal-tools Current Version 1.11.10 Type devDependency The version **2.0.0** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

## The devDependency [can-type](https://github.com/canjs/can-type) was updated from `1.0.1` to `1.0.2`. 🚨 [View failing branch](https://github.com/canjs/can-connect/compare/master...canjs:greenkeeper%2Fcan-type-1.0.2). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

... to allow linking to beforeSend details in `url` argument docs

The following line of code always creates a new Promise: https://github.com/canjs/can-connect/blob/63f35ab12f670489a30dd655584e41472d0bd63a/can/map/map.js#L815 When the user calls `.save()` on an instance and doesn’t pass in an error handler, the Promise is still...

bug
p2

https://canjs.com/doc/can-connect/data/combine-requests/combine-requests.html exists for a list but not for a single item.

enhancement

__Description:__ Using the fall-through-cache behavior in can-connect, `MyModel.getList()` returns a Promise that resolves to the value from the cache connection (if it exists). Then later, any new items are added....

enhancement
needs a hero

Derived properties from `can-connect` `getList` result are being recomputed for every single result list item when a second call is made. __How often can you reproduce it?__ - [x] Always...

bug
p2

It would be useful for some scenarios to keep all attributes in the body.

The `List` option should be be optional when using the can-map behavior. This is not high priority, but should happen some time soon as it simplifies the docs and has...

enhancement