Releases: RobinBressan/json-git
Releases · RobinBressan/json-git
0.2.0
Add subscription API
The git format has changed, you can migrate old snapshots by running this:
function migrateOldSnapshot(snapshot) {
return {
refs: {
branch: {
value: snapshot.refs.branch,
},
heads: snapshot.refs.heads,
},
commits: snapshot.stores.commit,
trees: snapshot.stores.tree,
};
}
0.1.0
Open-source of json-git