-
Notifications
You must be signed in to change notification settings - Fork 17
/
CHANGELOG
81 lines (43 loc) · 1.25 KB
/
CHANGELOG
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
74
75
76
77
78
79
80
81
## 0.7
### Changed
- Add new PPX annotation for Qt 5.15. Now we can create QML singletons and other items with less boilerplate due to [changes in Qt](https://www.qt.io/blog/qml-type-registration-in-qt-5.15). See `/dune_test` for an old version and `/dune_test_515` for a new one
- requires 0.20 <= ppxlib < 0.23
## 0.6.2
### Changed
- Migration to dune and other libraries. No new features.
## 0.5.1
### Changed
- Update for OCaml 4.05
## 0.5
### Changed
- Some fixes from Orbifx
## 0.4
### Changed
-OCaml (>= 4.03.0 compatibility).
Other minor fixes (by request of and with help from Orbital Fox).
## 0.3
### Changed
- Massive rewrite from external specification file to PPX.
## 0.2
### Changed
- Compatibility with Qt 5.2. Some minor issues fixed. Removed some dependecies
(no ocamlgraph, core -> core_kernel).
## 0.1.8
### Changed
- Clearing, reorganizing repository. Removing QtGUI outdated features.
Preparing for Qt 5.2 release.
## 0.1.7
### Changed
- Now we can statup with Rectangle {} and ApplicationWindow {} both.
## 0.1.6
### Changed
- Now we can startup from OCaml
## 0.1.5
### Changed
- Added signal argnames specification
0.1.4:
### Changed
- Added signal support to mocml
0.1.3
### Changed
- First version released via OPAM