Skip to content

Releases: cryptpad/chainpad-listmap

Make listmap NodeJS compatible

Choose a tag to compare

@yflory yflory released this 17 May 14:08
1.0.2

Make chainpad-listmap NodeJS compatible

sortify on-demand

Choose a tag to compare

@ansuz ansuz released this 25 Mar 06:16

A simple throttling mechanism was already implemented where only the last of a series of synchronous local changes would actually trigger serialization. This patch improves that optimization to precompute a conditional expression that could never change at runtime, and to avoid precomputing and expensive operation until the final serialization. This seems to make a significant improvement for documents which contain large maps, particularly in circumstances where many successive changes could occur synchronously.

named defines

Choose a tag to compare

@ansuz ansuz released this 03 Sep 14:25

Breaking changes

This module now uses named defines with requirejs, so you'll need to specify the paths of its dependencies, like so:

require.config({
    paths: {
        'json.sortify': '/path/to/json.sortify',
        'netflux-client': '/path/to/that/module',
        'chainpad-netflux': '/path/to/this/module'
    }
});

handle restricted errors

Choose a tag to compare

@ansuz ansuz released this 24 Feb 08:39
0.10.2

Handle ERESTRICTED errors

Fix cacheready event emitted multiple times

Choose a tag to compare

@yflory yflory released this 12 Jan 14:28
0.10.1

Don't call cacheready multiple times

Add support for the new chainpad-netflux Cache

Choose a tag to compare

@yflory yflory released this 07 Dec 16:48
0.10.0

Update bower.json

add updateProgress API

Choose a tag to compare

@ansuz ansuz released this 29 Oct 14:48
0.9.1

Add support for an 'updateProgress' config function

use latest chainpad-netflux

Choose a tag to compare

@ansuz ansuz released this 26 Mar 15:40
0.9.0

bump chainpad-netflux version to 0.11.0

trying to release again because I don't know how to git

Choose a tag to compare

@ansuz ansuz released this 20 Feb 14:47
0.8.1

Merge branch 'master' of github.com:xwiki-labs/chainpad-listmap

update chainpad-netflux dependency to 0.10.0 to use txids for history retrieval

Choose a tag to compare

@ansuz ansuz released this 20 Feb 14:45
0.8.0

Only send reconnect event when the proxy is READY