Skip to content

Links improvements

Compare
Choose a tag to compare
@gaperton gaperton released this 18 Nov 16:36
· 244 commits to master since this release
  • Fixed links incompatibilities with React. There were weird issues with .val implementation, thus, 'live' links functionality was removed.
  • Changed links API. Now, Collections support both links to property (getLink), and link to model (hasLink)
  • Everything extending Object with .extend now supports property links.
  • In order to create link, use new Nested.Link( value, callback );