A new version is out. Actually, a pair of versions have been released. The most important change is an important bug with how default values worked that has been fixed. The other visible improvements will be felt on the performance side, as discussed in the previous entry.
v0.2.2
- New features
- A few statistics are exported.
v0.2.1
- Bugs fixed
- The defaults system was pretty much broken, it should be better now.
- New features
- Basic testing framework started.
create_resources
now supports the defaults system.defined()
function works for resource references.in
operator implemented for hashes.- Multithreading works.
- The ruby <> daemon communication is now over
ByteStrings
. - The
toRuby
function has been optimized, doubling the overall speed for rendering complex catalogs. - Various internal changes.