- Added parentQuery field to Select Object
- New test for orderBy method in Select Class
- Changed orderBy method logic in Select Class. Now every select query has access to his parent object. You can manipulate sequence of your orderBy clause.
- Added @shadowhand (Woody Gilk) to the composer.json under authors.
- Comments for queries using the setComment method.
- Table aliasing.
- Changed PSR-0 loading to PSR-4.
- Changed the class loading in GenericBuilder. Now a classmap is used to load the query builder classes only when required.
- Changed test method names to camelCase format.
- Normalized the way select, insert and update behave internally.
- Big change in class loading to reducing memory usage.
- First stable release
- Initial release