Skip to content

Releases: rosasurfer/ministruts

0.7.1

16 May 13:39
Compare
Choose a tag to compare
  • 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

19 Apr 19:47
Compare
Choose a tag to compare
0.7
  • BC breaking changes:
    • Struts: visibility of method ActionForm::populate() changed from protected to public

0.6.1

19 Apr 19:53
Compare
Choose a tag to compare
  • DB: new methods db\ConnectorInterface::transaction() and db\orm\DAO::transaction() to execute a task as a closure in a database transaction

0.6

19 Apr 19:45
Compare
Choose a tag to compare
0.6
  • BC breaking changes:
    • Struts: renamed XML attribute /struts-config/action-mappings/mapping[@http-methods] to [@methods]