Version 0.2.5 released

Version 0.2.5 has been released on 29th March 2009.

This release has these major changes:

  • All solutions upgraded to Visual Studio 2008.
  • LINQ to objects has been (almost) completely implemented.
  • Various bugs have been fixed related to the operation of Generic Classes and Methods.
  • All conversion operators are now implemented (e.g. cast an int to a float), and the implementation method has been improved.
  • Dictionary<,> and ArrayList have been re-implemented and improved.
  • Comparer and EqualityComparer have been implemented.

See the release notes for more details, or see the source code if you're really interested.

Beware that there are still some known bugs in this release:

  • There is a memory leak somewhere - I haven't looked into this is any detail yet.
  • Some subtle generic bugs still remain; one of these is why .ThenBy() and .ThenByDescending() have not been implemented.

See the Bugs.txt files in the release for a few more details. If you can find more details in the source code, please let me know!

Leave a Reply