peer-base / js-delta-crdts

Delta State-based CRDTs in Javascript
192 stars 16 forks source link

Calculate incrementing unique ids for rga .insertAllAt() #35

Closed jimpick closed 5 years ago

jimpick commented 5 years ago

It was using the same 'unique id' for each array entry, so only the last entry would get recorded in the the delta.

pgte commented 5 years ago

@jimpick thanks! Fix landed v0.8.2.