josegonzalez / cakephp-version

CakePHP3: plugin that facilitates versioned database entities
MIT License
51 stars 22 forks source link

Can we set the number of versions to store? #16

Closed damianoporta closed 8 years ago

damianoporta commented 8 years ago

Hello @josegonzalez can we set somehow the number of versions we would like to store? I think it is useful because if there is not a limit it will increase exponentially. Maybe setting this limit during the loadBehavior()

josegonzalez commented 8 years ago

It's not currently a feature, but if you'd like to contribute it with docs/tests, I would definitely consider merging.