-
Notifications
You must be signed in to change notification settings - Fork 12
/
RELEASE-NOTES.txt
37 lines (20 loc) · 1.32 KB
/
RELEASE-NOTES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Changelog
## 1.1.4
- Adds a message response when receiving a 429 HTTP error [#115](https://github.com/simperium/node-simperium/pull/115)
## 1.1.3
- Fixes a sync issue by reverting the changes from PR #101 [#114](https://github.com/simperium/node-simperium/pull/114)
## 1.1.2
- Updates the error messaging to include the server response during failed authentication [#111](https://github.com/simperium/node-simperium/pull/111)
## 1.1.0 - 1.1.1
- Increase usability in other projects by separating `node` and browser modules [#100](https://github.com/Simperium/node-simperium/pull/100)
- Stop applying changes that have already been applied to an entity [#101](https://github.com/Simperium/node-simperium/pull/101)
## 1.0.4
- Update diff-match-patch to newer revision of surrogate-pair encoding fix
## 1.0.2
- Update diff-match-patch to fix problem when encoding consecutive surrogate pairs
## 1.0.1
- Disconnect from existing socket connection when connecting [#90](https://github.com/Simperium/node-simperium/pull/90)
## 1.0.0
### Fixes
- Prevent data corruption when remote updates arrive while waiting on confirmation of local changes [#78](https://github.com/Simperium/node-simperium/pull/78)
- Prevent data loss when receiving remote updates while local changes exist [#61](https://github.com/Simperium/node-simperium/pull/61)