42 lines
949 B
Markdown
42 lines
949 B
Markdown
# Changelog
|
|
|
|
## Unreleased
|
|
|
|
### Added
|
|
|
|
- Added parentQuery field to Select Object
|
|
- New test for orderBy method in Select Class
|
|
|
|
### Altered
|
|
|
|
- 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.
|
|
|
|
## 1.0.2 - TBA
|
|
|
|
### Added
|
|
|
|
- Added @shadowhand (Woody Gilk) to the **composer.json** under authors.
|
|
- Comments for queries using the **setComment** method.
|
|
- Table aliasing.
|
|
|
|
### Altered
|
|
|
|
- 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.
|
|
|
|
|
|
## 1.0.1 - 2014-09-23
|
|
|
|
### Altered
|
|
- Big change in class loading to reducing memory usage.
|
|
|
|
## 1.0.0 - 2014-09-13
|
|
|
|
- First stable release
|
|
|
|
## 0.0.5-alpha - 2014-07-01
|
|
|
|
- Initial release
|