0.8.1 • Published 10 years ago

synopsis-client v0.8.1

Weekly downloads
3
License
ISC
Repository
github
Last release
10 years ago

Synopsis Client

Provides a simple facade hiding all of the complexity regarding offline storage and synchronization.

Usage

var store = new SynopsisClient('storeName');

store.on('change', function(json) {
  console.log(JSON.stringify(json));
});

store.edit(function(doc) {
  (doc.times = doc.times || []).push(Date.now());
});

store.patch([{op: 'add', path: '/times/0', value: Date.now()}]);
0.8.1

10 years ago

0.8.0

10 years ago

0.7.4

10 years ago

0.7.3

10 years ago

0.7.1

10 years ago

0.7.0

10 years ago

0.6.7

10 years ago

0.6.6

10 years ago

0.6.5

10 years ago

0.6.4

10 years ago

0.6.3

10 years ago

0.6.2

10 years ago

0.6.1

10 years ago

0.6.0

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago