The biggest change in this release was the switch from Phobos to Tango. In the process, the List and Map classes were changed to implement Tango container interfaces. Unfortunately, some of that code isn't yet well tested and well documented, so please report any bugs you may find. You can find the release in the SourceForge.net file release system: https://sourceforge.net/project/showfiles.php?group_id=98172&package_id=138040&release_id=585860
Sofu.Net now supports binary Sofu and SofuML including autodetection. Projects using Sofu.Net won't even have to update their code to get the ability to read binary and SofuML files.
The Dokumentation got extended greatly with almost every public method getting an example and remarks.
First draft of SofuML is out, which is a representation of sofu files in XML. This is used to convert sofu files to XML, HTML or whatever using XSLT or any other XML compatible framework.
sofu.pm (Data::Sofu perl module) in version 0.2.9 is the first to support reading and writing of SofuML files. Get it here or from CPAN.
Data::Sofu now has a lot of tests to ensure it doesn't break on common data.... read more
Sofu is getting a new Interface for .Net (programmed purely in C#) with all the modern Sofu features.
Data::Sofu has been greatly extended to support binary Sofu files and SofuD datastructures.
The first alpha version of the Sofud 1.0 branch has been released.
1.0 is the first branch of Sofud which targets production quality.
1.0.alpha.1 still lacks a couple of features to be found in the final version.
A bug in Value's floating point conversion has been fixed.
Sofud version 0.2.1 hast just been released. The most important change is the introduction of the Save module for saving modified or newly created maps to a file.
I've also finally checked Sofud into subversion.