Releases: rosasurfer/ministruts
Releases · rosasurfer/ministruts
0.7.1
- ORM: CRUD operations always run in implicite transactions
- Struts: object references in ActionForms are not serialized anymore
- Struts: distinctive support for ActionMessages and ActionErrors
- Util: new helper
\rosasurfer\debugHeader($message)
0.7
- BC breaking changes:
- Struts: visibility of method
ActionForm::populate()
changed fromprotected
topublic
- Struts: visibility of method
0.6.1
- DB: new methods
db\ConnectorInterface::transaction()
anddb\orm\DAO::transaction()
to execute a task as a closure in a database transaction
0.6
- BC breaking changes:
- Struts: renamed XML attribute
/struts-config/action-mappings/mapping[@http-methods]
to[@methods]
- Struts: renamed XML attribute