Skip to content

v1.0.0

Compare
Choose a tag to compare
@chasenlehara chasenlehara released this 06 Jul 03:08
· 27 commits to master since this release

can-value makes it possible to create new observables:

  • from any object or primitive value
  • with the return value of a function (that updates when the observables inside it change)
  • bound to a specific key in another observable

Find examples in the docs for can-value and each of its methods: bind, from, returnedBy, to, and with.