ObjectBox v1.1.4 released
Martin Klang <[email protected]> Thu, 2 Feb 2006 08:13:14 +0000
| Newsgroups | gmane.text.xml.o-xml |
|---|---|
| Message-ID | <[email protected]> |
Hello all,
I'm pleased to announce that version 1.1.4 of ObjectBox is now
available.
Downloads are as usual at http://www.o-xml.org/download/
This version fixes some bugs, improves performance through output
handling optimisations and covers the following changes:
* added compilation check for duplicate type declarations
* added function ends-with(String, String) : Boolean
* added function String.charCodeAt(Number) : Number
* fixed output of default namespace declarations (bug #42)
* fixed Program type parameter scoping (bug #38)
* added (output) encoding attribute to ObjectBox Ant task
* added function format-number(num, pattern)
* added function Number.format(pattern)
* added function List.clear()
The release also includes the new version of o:Lib:
New for this version is the Chime type, which allows very simple
scheduling of activites. By overloading Chime, a task can be
automatically repeated at a regular interval.
List of changes:
* added type time:Chime
* renamed net:Message read methods
* renamed io:HtmlParser parse methods
* added function File.stream()
enjoy!
/m