4.0.0
New versión with a different API. The most notable changes:
- New class
SimpleCrud\SimpleCrud
to manage the database. Removed the adapters. - New classes
SimpleCrud\Queries\*
to generate queries based in the db type (mysql or sqlite) - Some utilities to handle many-to-many relationship
- Simplified the row and rowcollection classes to reduce overloading
- Removed custom rows and rowCollections. All custom functions are declared in the entity.
- And a lot of changes. See README to know the new API.