blob: 8e53d9cacf0fdb7fdd28120917a2322870b1b9f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Changelog for mergeless
## Unreleased changes
## [0.3.0.0] - 2020-05-21
### Added
* mergeSyncResponseCustom
* emptySyncResponse: in case you want to do the sync response creation yourself
### Changed
* Another parameter: the ClientId, so that you can use an sqlid as your client id
This likely means that none of your code from mergeless-0.2 still compiles but it's easy to fix.
## [0.2.0.1] - 2020-02-13
* Fixed the benchmarks
## [0.2.0.0] - 2020-02-12
* Got rid of the UTCTimes. The client should take care of that.
|