v0.4.0
- BREAKING:
withPersistentMap()now requires the given Driver to beStoreDriverrather thenStoreDriverMappedas before. This is how it should to work, but it wasn't before. - Fix:
withPersistentMap()now tracks changed elements in underlyingMapand writes to Driver only what was changed. Before this a wholeMapwas sent to overwrite on every update.