Links improvements
- 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 );