Release Name: 0.11.0
Notes:
Complete code rework and 100% test coverage
Changes:
Added:
- Catch block in try/catch construct can be empty.
- New alias 'raise' for 'throw' task.
- Constructs for and if improved to accept symbols as reference for properties.
- Added link to slides from RMLL 2010 in documentation menu.
- Added completion on templates (after '-t' option) and help about tasks (after '-k' option) and templates (after '-e' option).
Fixed:
- Complete rework of the code.
- 100% test coverage.
- Fixed bash_completion_file that was corrupted in previous release (replaced with bee launching script) and fixed documentation.
- Automated tests for templates.
- Task 'test' loads test files with absolute path.
- Fixed construct printing in verbose mode (so that entries are in the natural order: if-then-else for instance).
- Renamed task get into http_get.
|