2.0.0
- New SimpleCrud\Fields\* classes to transform the data from/to mysql data types (for example datetime, date, set, etc)
A lot of changes in the Entity class, the most important:
- For clarity, fetch() has been divided in two functions: fetchOne and fetchAll
- Removed getFields and added getFieldsNames
- Refactored the insert/update functions for security and speed