Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 776 Bytes

File metadata and controls

58 lines (34 loc) · 776 Bytes

Vardius - Crud Bundle

RELEASE NOTES

0.1.0

  • First public release of crud-bundle

0.2.0

  • Major bug fix and updates

0.3.0

  • Added crud manager
  • added export action (pdf, csv)

0.4.0

  • Actions more generic
  • Actions provider

0.5.0

  • Fixed save action for rest methods
  • Major upgrades

0.6.0

  • Major refactor

0.7.0

  • Upgrade to work with symfony 3.0

0.8.0

  • Works independent from external bundles
  • VardiusListBundle support

0.8.1

  • Support Propel

0.8.2

  • Updated business logic
  • Added generator (generate CRUD for entity/entities)
  • Fixed add action view
  • Added PATCH (Update action)
  • Fixed export action controller

0.9.0

  • End support for PHP<7.0.0