-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathCHANGES
More file actions
45 lines (27 loc) · 1.11 KB
/
CHANGES
File metadata and controls
45 lines (27 loc) · 1.11 KB
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
## Ureleased
## Changed
* Fix issue 32: using polyvariants as type arguments crashed for Camlp5
* Allow both 'options' and 'plugins' in the signatures
## 0.5.3 (2024-07-30)
## Changed
* It compiles for OCaml 4.14 or 5.2
* Upper bound for ppxlib is <= 0.32.1
* Minor fixes
## 0.5.2 (2023-06-16)
## Changed
- Upgrade support of mutually recursive abbreviations (in presence of -rectypes). Previously some code would not compile (breaking)
- Mutually recursive fixpoint on N typs is now called 'fix_typ1_typ2_..._typN' instead of 'fix_typ1' (breaking)
- Add forgotten `html` plugin to `GT.ppx_all` findlib package
- Replace dependecy on base by a dependecy on Ppxlib.stdppx
- Support both `[@@deriving gt ~options:{...}]` and `[@@deriving gt ~plugins:{...}]`
- Better pretty-printing of zero-argument constructors
- Relax upper constraint on PPXlib to be <= 0.28
## 0.5.1 (2022-04-27)
## Changed
- Upgrade to ppxlib <= 0.26 and OCaml 4.14
## 0.5.0 (2022-02-11)
## 0.4.2 (2021-08-09)
### Changed
- Add PPX rewriter GT.ppx_all that incapsulated all available plugins
- Generated code has less warnings
## 0.4.1 (2021-02-19)