Changes for version 0.13 - 2011-04-28
- SPEC
- Undo feature: to perform redo (effectively, undo of undo), one no longer passes -undo_action=>'redo', but instead just -undo_action=>'undo' with -undo_data provided from previous undo action.
Documentation
Spec for sub spec
Modules
Subroutine metadata & wrapping framework
Schema for subroutine parameters
Specify how sub accepts arguments
Specify subroutine dependencies
Specify subroutine features
Specify sub result
Specify whether subroutine only returns result or full response
Retry subroutine upon failure
Specify possible return status codes
Limit subroutine execution
Flexible and painless exporting for your subs