v0.82 (2009-11-27)
==================
Features
- Added haxigniter.common.validation.FieldValidator, for validation of user input.
- Added IterableTools.intersection() and IterableTools.difference()
Changed
- For developers: run.n now detects if it's running in haxelib or not. If not, the current run.n path
is set as library path.
Bug fixes
- ignite init failed on Linux if target directory didn't exist.
- RestApiSqlRequestHandler didn't generate the id list properly for write requests.
- MockDatabaseConnection can now handle an Array of mocked database results.
- Fixed some unit tests that required the new behavior of MockDatabaseConnection.
- Fixed some unit tests for clean Haxe 2.04.
v0.81 (2009-11-23)
==================
Features
- "ignite init -neko" now rewrites the hxproj file to build for Neko.
- "ignite nekoserver" added, for convenient web testing of a project.
- RestApi queries now handles "*" as an "all" resource.
- RestApiHandler now has a development property for debugging requests.
- haxigniter.common.unit.TestRunner now has optional html output.
Changed
- RestDataCollection endIndex is now set to data rows + 1.
Bug fixes
- ignite hxml parser found the build path in comments.
- RestApi queries weren't counted properly.
- haxigniter wasn't included as a lib in skel/myapp.hxproj
- Fixed skeleton unit tests.
The changelog from 0.58 to 0.8 is not published here, but available at
http://github.com/ciscoheat/haxigniter/blob/master/Changelog
All versions from 0.8 and up is available on haxelib.
/Andreas