Iliad 0.7.0 is out!
We are proud to announce the release of Iliad version 0.7!
New features include:
- The ability to bookmark AJAX applications
- Important optimizations (Thanks to Paolo Bonzini and Stefan Schmiedl)
- A new XHTMLElement api which follows closely XHTML tags and attribute names, the old one has been moved to deprecated
- A new RSS elements hierarchy
- The javascript layer has been rewritten from scratch
- More widgets in the UI package
- View methods in applications are now called controller methods (this is what they really are about)
- New methods in Widget for control flow like #replace:* methods
- More unit tests
- A lot of cleanup and bug fixes
You can download it for GNU-Smalltalk from the new github repository:
git clone git://github.com/NicolasPetton/iliad.git cd iliad git checkout 0.7.0 ./start.sh -p PORT
Squeakers can download it from the SqueakSource repository:
http://www.squeaksource.com/Iliad
Load packages it in this order: Iliad-Core, Iliad-Swazoo, Iliad-More-RSS, Iliad-More-UI, Iliad-More-Magritte, Iliad-More-Examples, Iliad-Tests
and download static files from: http://iliad.bioskop.fr/attachments/1/Public.zip
then start Swazoo: SwazooIliad startOn: PORT
You can browse examples at: http://localhost:PORT/browse
Happy Iliad hacking!
Nicolas Petton & Sébastien Audier

Iliad is a nice framework and it keeps getting better =)
-Travis Kay