New
v0.3.3
- Native node links for shorthand graph structures
You can now easily link nodes by passing it's gun reference,
gun.get('mark').path('owner').put(gun.get('cat')) - Core integration for lists/tables/collections
Gun now supports a shorthand for lists using the
.setmethod:gun.get('users').set(gun.get('person/mark')).