- Configured logfiles get rotated on startup instead of deleted
- added parameter "wait_for_openhab". If true HABApp will wait until items
from openhab have been loaded before loading the rules
- Param & Rule file loading is now event based:
Reloading of both file types can be observed and triggered from within rules
- Deprecated some functions and added deprecation warnings to the log
- Error Processing is now event based, too. Removed WrappedFunction._ERROR_CALLBACK.
Added an example how to process rule error messages in documentation
- Prepared parameter file validation
- Added some more documentation