| 1 |
Since 0.1.1
|
| 2 |
|
| 3 |
- Language:
|
| 4 |
* Support for URLs in load_xml, load_html, and schemas:
|
| 5 |
e.g. you can write `` load_html "http://www.cduce.org/" ''
|
| 6 |
(need either the ocurl package or the netclient package)
|
| 7 |
* More advanced (and documented) support for XML Schemas.
|
| 8 |
* Preliminary integration of CQL query language that is:
|
| 9 |
select e from p1 in e1, ... ,pn in en where e'
|
| 10 |
* Allow structured constants in default value patterns (p := c)
|
| 11 |
* Default value patterns in regexps don't consume an element.
|
| 12 |
* Logical operators &&, ||, and not
|
| 13 |
|
| 14 |
- Implementation:
|
| 15 |
* Code upgraded to Ocaml 3.07.
|
| 16 |
* Major cleaning in progress.
|
| 17 |
* Added internal support for abstract data types.
|
| 18 |
* Using ulex instead of wlex.
|
| 19 |
* Sources can now be in utf8.
|
| 20 |
* Separate compilation
|
| 21 |
* Lazy implementation of @
|
| 22 |
|
| 23 |
- Other:
|
| 24 |
* Added configure script.
|
| 25 |
|
| 26 |
- OCaml/CDuce interface:
|
| 27 |
* preliminary implementation.
|
| 28 |
|
| 29 |
- Bug fixes:
|
| 30 |
* Bug fixes in the parser. Tuples are now ok in regexps.
|
| 31 |
|
| 32 |
|
| 33 |
0.1.1
|
| 34 |
* Various bug fixes (expat might now work)
|
| 35 |
* Sequencing operator e1;e2 (equivalent to: let [] = e1 in e2)
|
| 36 |
* Encoded references
|
| 37 |
|
| 38 |
|
| 39 |
0.1.0
|
| 40 |
* Support for XML Namespaces
|
| 41 |
* Better support for expat; clean Makefile
|
| 42 |
* Get rid of ;; and let fun in examples
|
| 43 |
* Optional ; for record in attribute position (values and types/patterns)
|
| 44 |
* Split --dump into --load and --save
|
| 45 |
* Better handling of strings (specific node in AST)
|
| 46 |
* Map, transform: tail-recursive implementation
|
| 47 |
* Preliminary support for XML Schema
|
| 48 |
* Various bug fixes
|
| 49 |
|
| 50 |
|
| 51 |
0.0.91
|
| 52 |
* Second alpha release
|
| 53 |
* Bug fixes and syntax changes (e.g. making "fun" optional in "let fun")
|
| 54 |
* Experimenting with expat support (see expat/README)
|
| 55 |
|
| 56 |
|
| 57 |
0.0.9
|
| 58 |
* First public release (alpha release)
|