Release 0.2019.413
Unclaimed project
Are you a maintainer of gun? Claim this project to take control of your public changelog and roadmap.
Release 0.2019.413
Release 0.9.999998
Release 0.7.0
Significant changes from previous tags, check the changelog and documentation for migrations.
list.set(item) returns the item's chain now, not the list chain.gun.get('mark').path('owner').put(gun.get('cat')).set method: gun.get('users').set(gun.get('person/mark')).Amazon S3 driver compatibility/updates for breaking changes in v0.3.0
Fixes for Express.js compatibility
.wsp() renamed from .attach()..set() deprecated because it did a bunch of random inconsistent things. Its useful behavior has now become implicit (see below) or can be done explicitly..not() it was previously common to return the chain inside of .not, beware that if you have code like gun.get(key).not(function(){ return this.put({}).key(key) }).val() cause `...Fix Jesse's synchronous Trace bug