summaryrefslogtreecommitdiff
path: root/CHANGES
blob: 24ef0fb461148beb2b4d30825553eb7e5ce4a975 (plain)
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
82
83
84
85
86
87
88
89
90
91
3.0:
    * Dropped `Stream` api which was removed in `4.14.0` ahead of the `5.0`
      release.

2.6:
    * Adapted to ppxlib `0.26`, thanks to @pitag-ha

2.5:
    * Fix exponential compilation time, thanks to @mnxn for reporting in #97
      and @fangyi-zhou for fixing in #106
    * Update unicode support for `14.0.0`.

2.4
    * Update `dune` support to `2.8`, add auto-generated `opam` files.
    * Optimize generated code, thanks to @bobzhang 
    * Update unicode version to 13.0.0

2.3
    * Switch to ppxlib

2.2
     * Support for OCaml 4.08

2.1
     * GPR#78: Auto-generate unicode data

2.0
     * GPR#70: Switch to dune, opam v2
     * GPR#60: Breaking change: switch from int codepoints to Uchar.t
       codepoints
     * GPR#59: Track lexing position

-------------------------------------------------------------------------------

1.99.4
     * GPR#47: Switch to ocaml-migrate-parsetree (contributed by Adrien Guatto)
     * GPR#42: Added 'Rep' (repeat operator) (contributed by jpathy)

1.99.3
     * Update to work with 4.03 (4.02 still supported)

1.99.2
     * First official release of sedlex

1.99.1
     * Support for new Ast_mapper registration API, follow OCaml trunk after
       the inclusion of the extension_point branch

1.99
     * First version of sedlex.  The history below refers to ulex, the ancestor
       or sedlex implemented with Camlp4.

-------------------------------------------------------------------------------

1.1
     * Generate (more) globally unique identifiers to avoid conflicts when open'ing another module
       processed by ulex (issue reported by Gerd Stolpmann)

1.0
     * Update to the new Camlp4 and to ocamlbuild (release for OCaml 3.10
       only), by Nicolas Pouillard.

0.8
     * Really make it work with OCaml 3.09.
     * Support for Utf-16.

0.7 released May 24 2005
     * Bug fixes
     * Update to OCaml 3.09 (currently CVS). Still works with OCaml 3.08.
     * MIT-like license (used to LGPL)

0.5 release Jul. 8 2004
     * Document how to use a custom implementation for lex buffers
     * Update to OCaml 3.08

0.4 released Jan. 10 2004
     * Bug fix (accept 1114111 as valid Unicode code point)
     * Add the rollback function

0.3 released Oct. 8 2003
     * Bug fix
     * Add a new predefined class for ISO identifiers

0.2 released Sep. 22 2003
     * Changed the names of predefined regexp
     * Fix max_code = 0x10ffff
     * Lexers that changes encoding on the fly
     * Documentation of the interface Ulexing

0.1 released Sep. 20 2003
     * Initial release