| 1 |
since 0.1.0
|
| 2 |
* Various bug fixes
|
| 3 |
* Sequencing operator e1;e2 (equivalent to: let [] = e1 in e2)
|
| 4 |
* Encoded references
|
| 5 |
|
| 6 |
|
| 7 |
0.1.0
|
| 8 |
* Support for XML Namespaces
|
| 9 |
* Better support for expat; clean Makefile
|
| 10 |
* Get rid of ;; and let fun in examples
|
| 11 |
* Optional ; for record in attribute position (values and types/patterns)
|
| 12 |
* Split --dump into --load and --save
|
| 13 |
* Better handling of strings (specific node in AST)
|
| 14 |
* Map, transform: tail-recursive implementation
|
| 15 |
* Preliminary support for XML Schema
|
| 16 |
* Various bug fixes
|
| 17 |
|
| 18 |
|
| 19 |
0.0.91
|
| 20 |
* Second alpha release
|
| 21 |
* Bug fixes and syntax changes (e.g. making "fun" optional in "let fun")
|
| 22 |
* Experimenting with expat support (see expat/README)
|
| 23 |
|
| 24 |
|
| 25 |
0.0.9
|
| 26 |
* First public release (alpha release)
|