Latest Version: 1.00011 - Download it now.
Currently Working On: Mango: making it happen......
« Handel IRC Channel | Main | Handel 0.99_02 Released »
Handel 0.99_01 Released
Tags: changes (26) : development release (16)
After what seems like an eternity, the first dev version of the upcoming Handel 1.0 is now available. It should be available on CPAN shortly, or you can get the latest version from SVN here.
Changes in the release include:
- RETURN_AS has been removed from the API
- Data filters now take SQL::Abstract syntax for wildcards
- Converted from Class::DBI to DBIx::Class schemas
- Handel::ConfigReader is now a singleton via instance()
- Handel::DBI is deprecated in favor if Handel::Storage
- Moved column defaults into Handel::Components::DefaultValues
- Added constraint_cart_name
Note: Handel 1.0 is not API compatible with Handel 0.32 and older. One of the major goals of 1.0 was to correct some bad API decisions I shouldn't have made to begin with. I've tried to keep the incompatible changes down to a minimum. The main change is that new/load/item now always returns an interator in scalar context, and a list in list context. New/load/items no longer returns a cart/item object if there is only one result. That was bad magic that I shouldn't have ever done.
