Skip to content

Releases: hiqdev/yii2-hiart

0.4.0

20 Feb 13:13
Compare
Choose a tag to compare

0.3.0

27 Jun 16:01
Compare
Choose a tag to compare

0.2.0

15 Apr 13:42
Compare
Choose a tag to compare

0.1.2

08 Feb 09:28
Compare
Choose a tag to compare
  • Improved AbstractConnection::getDb to work without DI too (@hiqsol)

0.1.1

07 Feb 09:16
Compare
Choose a tag to compare

0.1.0

25 Jan 11:18
Compare
Choose a tag to compare

0.0.4

11 May 14:05
Compare
Choose a tag to compare
  • Fixed tests

0.0.3

11 May 13:25
Compare
Choose a tag to compare
  • Added asset-packagist.org repository to composer.json

0.0.2

11 May 12:39
Compare
Choose a tag to compare
  • Fixed not renamed hiresoruce to hiart
  • Fixed to new tab link 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 (sol@hiqdev.com)
  • Removed gl_key, gl_value
  • Added second argument to ActiveQuery::all that will be passed to Command::search
  • Fixed 'raw' processing
  • Fixed PHP warnings

0.0.1

26 Aug 16:31
Compare
Choose a tag to compare
  • Added Connection::errorChecker callback to test if API response was error
  • Fixed PHP warnings
  • Changed: moved to src
  • Added basics
  • Changed: renamed to hiart