forked from ocsigen/deriving
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
49 lines (34 loc) · 1.23 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
== 0.5-ocsigen
* Experimental minimalistic support of GADT
* Allows to register predefined instances
== 0.4-ocsigen
* Compatibility with typeconv >= 108.07.00
== 0.3-ocsigen
* Use "lazy first-order module" instead of "recursive module" to be
compatible with {{{js_of_ocaml}}}.
* Be less restrictive with mutually recursive type definition
* Split runtime into deriving.cma and deriving_num.cma
* Class:
** Typeable: use OCaml's lazy for {{{type_rep}}}
** Show: added separators to {{{map}}} and {{{set}}}
** Show, Dump and Eq: Allow polymorphic type fields.
== 0.2-ocsigen
* Add compatibility with ocamlfind
* Add a type-conv compatibility mode
* Simplify the definition of new class
* Syntax: Add {{{Class<typ>}}} in module_expr.
* Small bug fixes in class:
** Show: Added parentheses around tuples.
** Pickle: remove warning in generated code.
== 0.1.1
* Renamed serialisation classes:
** Pickle -> Dump
** Shelve -> Pickle
* Made Dump and Pickle interface compatible with each other and more
compatible with Marshal.
* Bugfix in the tag hash function on 64-bit platforms.
* Fixed a bug with a functor application quotation that used revised
syntax.
== 0.1
* Initial release
...