Entity IDs of deltas are now returned by both Datomic and Asami. The naga.data namespace now includes the delta->json and delta->str functions. These have the same API as store->json and store->str functions, but return deltas only, instead of the entire graph.
Entity IDs of deltas are now returned by both Datomic and Asami. The
naga.data
namespace now includes thedelta->json
anddelta->str
functions. These have the same API asstore->json
andstore->str
functions, but return deltas only, instead of the entire graph.Closes #86