canjs / can-observable-mixin

Define properties on JavaScript classes
https://canjs.com
MIT License
2 stars 1 forks source link

Update can-type to the latest version 🚀 #117

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency can-type was updated from 0.1.13 to 0.2.0.

This version 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.


Publisher: matthewp License: MIT

Release Notes for 0.2.0

This is a breaking change, where now functions such as type.check, type.maybe, type.convert, and type.maybeConvert return an object instead of a function. This is to prevent attempting to call new on the TypeObject.

Commits

The new version differs by 7 commits.

  • d97b99d 0.2.0
  • 74a805a Merge pull request #22 from canjs/obj
  • ba9a546 Disallow calling new on the types created
  • 72ec4f4 Merge pull request #21 from canjs/late
  • 2f9a730 Adds type.late and friends
  • f622f0c Initial implementation of type.late
  • a2c6c86 Define a late type

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: