Skip to content

Releases: RobinBressan/json-git

0.2.0

15 Mar 16:00
Compare
Choose a tag to compare

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

07 Feb 12:09
Compare
Choose a tag to compare

Open-source of json-git