Releases: hiqdev/yii2-hiart
Releases · hiqdev/yii2-hiart
0.4.0
- Fixed Debug panel to follow Yii API changes (@SilverFire)
- Trigger
EVENT_AFTER_FINDfor joined relations after poppulation for consistency reasons (@SilverFire) - Allowed array
Query::$fromin REST QueryBuilder (@hiqsol, [[email protected]]) - Other minor improvements (@SilverFire, @hiqsol)
0.3.0
- Fixed bugs (@hiqsol, @tafid, @SilverFire, @BladeRoot)
- Fixed PHP 7.2 compatibility (@SilverFire)
0.2.0
- Added transport autodetection with
auto/Request.php(@hiqsol) - Moved CURL transport here, deprecated
yii2-hiart-curl(@hiqsol) - Switched to PHPUnit 6 (@hiqsol)
- Improved docs (@hiqsol, @SilverFire)
- Added
callWithDisabledAuth(@SilverFire) - Fixed minor issues (@SilverFire, @hiqsol)
0.1.2
0.1.1
- Renamed performScenario to
queryandbatchQuery(@hiqsol) - Added
batchPerform(@hiqsol) - Renamed scenarioCommands to
scenarioActions(@hiqsol) - Renamed from ->
tableNamein ActiveRecord (@hiqsol, @SilverFire) - Refactored a lot, removed junk, improved docs (@hiqsol, @SilverFire)
- Removed cURL transport into separate package [yii2-hiart-curl]([@hiqsol], [@SilverFire])
- Refactored exceptions (@SilverFire)
0.1.0
- Changed nearly everything: REDONE to be usable for any API (@hiqsol)
- Added inversed relations (@hiqsol, @SilverFire)
- Added nested joinWith (@SilverFire)
- Changed
api_urltobase_uri(as in guzzle) (@SilverFire) - Fixed code styling alot (@SilverFire, @tafid, @hiqsol)
0.0.4
0.0.3
- Added asset-packagist.org repository to composer.json
0.0.2
- Fixed not renamed
hiresorucetohiart - Fixed
to new tablink when POST request has no variables in query string - Added relations population via
->joinWith() - Added
Connection::disableAuth(),::enableAuth()in order to manage auth conditions per connection - Updated CSS classes after yii2-debug extension update
- Deleted
Command::getList(),ActiveQuery::getList() - Chhanged
Connection::setErrorChecker()to support a callable function using array syntax - Changed url, query and body processing in Connection
- Added user agent
- Fixed CI
- Changed: started redoing with Guzzle
- Added tests and CI
- Changed Collection::models visibility to protected
- Fixed different issues
- Changed authorization in Connection class, made with configuration callback
- Added passing options to Command through find/One/All()
- Added population of joined relations
- Changed default limit to ALL
- Added recursive joining
- Added lt/gt to QueryBuilder
- Fixed translation, redone Re::l to Yii::t ([email protected])
- Removed
gl_key,gl_value - Added second argument to ActiveQuery::all that will be passed to Command::search
- Fixed 'raw' processing
- Fixed PHP warnings