Skip to content

Latest commit

 

History

History
675 lines (653 loc) · 42.2 KB

history.md

File metadata and controls

675 lines (653 loc) · 42.2 KB

hiqdev/yii2-hiart

0.4.0 - 2019-02-20

0.3.0 - 2018-06-27

0.2.0 - 2017-04-15

  • Added transport autodetection with auto/Request.php
    • 986d1a2 2017-03-30 changed AbstractRequest::isSupported - abstract static is not supported in PHP5 @hiqsol
    • 9a90cf6 2017-03-30 csfixed @hiqsol
    • a6bda1e 2017-03-30 added request(transport) autodetection with auto/Request.php @hiqsol
  • Moved CURL transport here, deprecated yii2-hiart-curl
    • 7bfbc4d 2017-03-30 moved curl transport here from yii2-hiart-curl which will be deleted @hiqsol
  • Switched to PHPUnit 6
    • ce46b7c 2017-04-15 removed PHPUNIT 5 <-> 6 compatibility dirty hack @hiqsol
    • d7a000e 2017-03-30 added phpunit 5 <-> 6 compatibility dirty hack @hiqsol
    • 3a8d8ca 2017-03-30 switched to phpunit 6.0 classes @hiqsol
  • Improved docs
  • Added callWithDisabledAuth
  • Fixed minor issues
    • 36fb734 2017-03-28 Timing::getTrace() enhanced to render paths with DebugPanel::getTraceLine() method @SilverFire
    • 9388e48 2017-03-17 fixed building debug panel new tab link @hiqsol
    • e27a319 2017-03-05 changed QueryBBuilder to pass where as query params @hiqsol

0.1.2 - 2017-02-08

  • Improved AbstractConnection::getDb to work without DI too

0.1.1 - 2017-02-07

0.1.0 - 2017-01-25

0.0.4 - 2016-05-11

0.0.3 - 2016-05-11

  • Added asset-packagist.org repository to composer.json

0.0.2 - 2016-05-11

  • Fixed not renamed hiresoruce to hiart
  • Fixed to new tab link when POST request has no variables in query string
    • a131b13 2016-04-11 DebugPanel - fixed to new tab link when POST request has no variables in query string @SilverFire
  • 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
    • 780aa3e 2016-03-17 Fixed DebugPanel CSS classes because of yii2-debug extenstion update @SilverFire
  • Deleted Command::getList(), ActiveQuery::getList()
  • Chhanged Connection::setErrorChecker() to support a callable function using array syntax
    • ebbdcac 2016-02-01 Connection::setErrorChecker now allows to set a callable function using array syntax @SilverFire
    • 94a1e11 2016-01-18 refactored $handler and $_errorChecker @hiqsol
  • 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
    • dd8cbf2 2015-12-01 BC Breaking: Collection::models visibility changed from public to protected @SilverFire
  • Fixed different issues
    • fa26180 2016-01-29 Collection: PHPDocs impreved - changed Model to ActiveRecord @SilverFire
    • 485f9c7 2016-01-20 ErrorResponseException - added $response propery, __construct modified @SilverFire
    • 6d05685 2015-12-25 Collection::collectData - removed forced typecasting $attributes to array @SilverFire
    • e410ea1 2015-12-17 Add usage to load method Collection class @tafid
    • a561e2b 2015-12-11 Collection::getIds() - changed static pk id to dynamic, got from model @SilverFire
    • df76b0f 2015-11-20 Updated PHPDocs to improve type hinting @SilverFire
    • c72dff9 2015-11-17 Collection - fixed PHPdoc, enhanced load() to use primaryKey from the model @SilverFire
    • e1b4ddb 2015-11-16 QueryBuilder - restored accidentally removed orderBy building @SilverFire
    • 3ec60a2 2015-11-11 DebugPanel - added link to open query in new tab @SilverFire
    • f855d47 2015-10-29 * ActiveQuery::one() - fixed to use Query options @tafid
    • c197d5b 2015-10-29 * ActiveRecord::getScenarioCommand() - changed command generation logic, updated PHP @SilverFire
    • 3d51603 2015-10-26 php-cs-fixed @hiqsol
    • 7218232 2015-10-26 improved README @hiqsol
    • 7e95cbe 2015-10-26 * Command::perform - changed request type from PUT to POST @SilverFire
    • 9d72ad6 2015-10-26 - Removed ActiveRecord::arrayAttributes method @SilverFire
  • Changed authorization in Connection class, made with configuration callback
  • Added passing options to Command through find/One/All()
    • 93159e2 2015-10-29 + find/One/All options for passing scenario to Command @hiqsol
  • Added population of joined relations
    • 58d290c 2015-10-28 * ActiveQuery::one() - fixed to populate joined relations @SilverFire
  • Changed default limit to ALL
    • b097fdf 2015-10-26 x QueryBuilder::buildLimit() - added conversion of -1 limit to ALL @SilverFire
    • 2eb1a29 2015-10-22 + Implemented relations population using with, joinWith * Changed default limit to ALL :!: @SilverFire
  • Added recursive joining
    • 7bf29fe 2015-10-23 + ActiveQuery added recusion population of joined relation @SilverFire
  • Added lt/gt to QueryBuilder
  • Fixed translation, redone Re::l to Yii::t (sol@hiqdev.com)
    • d286a03 2015-09-21 fixed translation, redone Re::l to Yii::t @hiqsol
  • Removed gl_key, gl_value
  • Added second argument to ActiveQuery::all that will be passed to Command::search
    • 8f703e7 2015-09-01 ActiveQuery::all - added second argument that will be passed to Command::search @SilverFire
  • Fixed 'raw' processing
  • Fixed PHP warnings

0.0.1 - 2015-08-26

[Development started] - 2015-04-17