forked from ocsigen/ocsigen-start
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
73 lines (48 loc) · 1.86 KB
/
CHANGES
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
===== 2.7.0 (2019-10-17) =====
* Os_date.now: Make it possible to specify the timezone server side
* Request cache: use cache only if during a request
* compatibility with resource-pooling.1.0
===== 2.4.0 (2019-09-09) =====
* improved email error handling
===== 2.3.0 (2019-08-16) =====
* User connection: more detailed explanation of failed login
===== 2.2.0 (2019-07-17) =====
* implement Os_fcm_notif with Cohttp APIs
===== 2.0.0 (2019-07-09) =====
* rework scheduling of handlers for functions in Os_session:
on_start_(un)connected_process, on_start_process
===== 1.8.0 (2019-06-28) =====
* change version of Sdk from 16 to 19
* Os_notif: fix race condition during initialisation
* Ot_pulltorefresh demo
===== 1.7.0 (2019-04-25) =====
* compatibility with js_of_ocaml.3.4.0
===== 1.6.0 (2019-03-29) =====
* use PPX syntax for PGOCaml code
* remove deprecation warnings
* better SMS activation codes
===== 1.5.0 (2019-01-17) =====
* Os_tips: cancel all scheduled tips on page change
* Android push notifications: support setting channel IDs
===== 1.4.0 (2019-01-14) =====
* small fixes in the template and the documentation
* Add function Os_tips.tip_seen
===== 1.3.0 (2018-12-26) =====
* Os_tips: additional features
* change Bs_lib.reload to replace the current page
===== 1.2.0 (2018-12-19) =====
* Correct time zone handling (taking into account DST)
* Improve and fix Android build instructions
* Os_core_db: rollback if begin_work fails
* rely on the resource-pooling package instead of Lwt_pool
* Make sure users.main_email is synchronized with emails.email
===== 1.1 (2018-03-09) =====
* Compatibility with Eliom 6.3 and OCaml 4.06
* Demo for Eliom's DOM caching
* Registration by phone number
* Various small fixes and improvements
===== 1.0 (2017-02-08) =====
* Initial stable version
* Various bugfixes over 0.99
===== 0.99 (2016-12-12) =====
* Initial public version