File: CHANGES

package info (click to toggle)
ocaml-deriving-ocsigen 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 628 kB
  • ctags: 1,159
  • sloc: ml: 6,334; makefile: 63; sh: 18
file content (53 lines) | stat: -rw-r--r-- 1,421 bytes parent folder | download
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
== 0.6

  * Added a 'Default' class (Hugo Heuzard)
  * Allow private variant in the 'Functor' class (Pierre Chambart)
  * Switch build system to oasis and improved META

== 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