| 1 |
Since 0.2.2 |
Since 0.2.2 |
| 2 |
|
|
| 3 |
- Warning for capture variables and projections that always return the empty |
- Language: |
| 4 |
|
* Warning for capture variables and projections that always return the empty |
| 5 |
sequence. |
sequence. |
| 6 |
- Bug fixes when printing location in source code. |
* Major rewrite of the support for XML Schema |
|
- Major rewrite of the support for XML Schema |
|
| 7 |
* removed print_schema directive |
* removed print_schema directive |
| 8 |
* removed the "kind" selector (e.g. S # t as element) |
* removed the "kind" selector (e.g. S # t as element) |
| 9 |
* include,import implemented |
* include,import implemented |
| 10 |
* |
* support wildcards any,anyAttrivbute |
| 11 |
- removed the syntax "external {...}", replaced with |
* support xsi:nil |
| 12 |
"unit.val with { ty1 ty2 ... }" |
* support xsd:decimal,xsd:float |
| 13 |
- removed the syntax H:val, replaced with H.val |
* many bug fixes |
| 14 |
- removed the syntax S#t, replaced with S.t |
* Removed the syntax "external {...}", replaced with |
| 15 |
- overloaded the dot (record field acces, CDuce, OCaml, Schema units) |
"unit.val with { ty1 ty2 ... }". |
| 16 |
- identifiers (for types, values) are now qualified names |
* Removed the syntax H:val, replaced with H.val. |
| 17 |
- A new tool cduce_mktop produce CDuce toplevels with embeded OCaml functions |
* Removed the syntax S#t, replaced with S.t. |
| 18 |
- several bug fixes |
* Overloaded the dot (record field acces, CDuce, OCaml, Schema units). |
| 19 |
- validate renamed to cduce_validate |
A dot in an identifier must now be escaped with a backslash, e.g. x\.y |
| 20 |
- more efficient hash-consing of types |
* Identifiers (for types, values) are now qualified names. |
| 21 |
- better error message with script on stdin |
* float_of: String -> Float |
| 22 |
- a dot in an identifier must be escaped with a backslash, e.g. x\.y |
|
| 23 |
- improved #print_type (does not use the abbreviation for the printed type) |
- Tools: |
| 24 |
- float_of: String -> Float |
* A new tool cduce_mktop produce customized CDuce toplevels with embedded |
| 25 |
|
OCaml externals. |
| 26 |
|
* validate renamed to cduce_validate |
| 27 |
|
|
| 28 |
|
- Implementation: |
| 29 |
|
* Various bug fixes |
| 30 |
|
* More efficient hash-consing of types |
| 31 |
|
* improved #print_type (does not use the abbreviation for the printed type) |
| 32 |
|
|
| 33 |
|
|
| 34 |
0.2.2 |
0.2.2 |
| 35 |
|
|