canjs / can-list-sort

Live-bound list sorting
MIT License
1 stars 0 forks source link

Update can-model to the latest version 🚀 #32

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 4.0.0 of can-model was just published.

Dependency can-model
Current Version 3.0.3
Type devDependency

The version 4.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of can-model.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 3 commits.

  • 31a3649 upgraded to 4.0 can-model legacy
  • cc6d087 Merge pull request #51 from canjs/greenkeeper/testee-0.8.0
  • a8a4e29 chore(package): update testee to version 0.8.0

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 4.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 2dd83ce 4.0.2
  • 29a4285 Merge pull request #56 from canjs/41-def-catch
  • 707b8c4 allows jquery 2.x deferred

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for Custom AJAX function

This release allows to pass a custom Ajax function like the following:

var Todo = Model.extend({
   findAll: "GET /todos",
   ajax: $.ajax
}, {});

#63

Commits

The new version differs by 5 commits.

  • 036108d 4.1.0
  • 25e8e11 Merge pull request #64 from canjs/ajax-cutom-function
  • 1bdefdf Add ajax custom function
  • fb26f9b Merge pull request #61 from canjs/landscaper/links
  • 2e2ffcf Replace Gitter badge with Slack & Discourse badges

See the full diff