Releases: simialbi/yii2-rest-client
Releases · simialbi/yii2-rest-client
2.0.0-beta.1
fixed filter of query params (allow '0' values)
Added exceptions
Updated readme fixed tests
2.0.0-alpha.2: added fixtures
added relational queries fixed get's method parameters
Updated library to current yii2 db library standards
The code was updated to support as much active record features as possible with the current yii2 db library.
I still want to optimize the whole relation
and join
part and add unit tests for all the different filters and query building possibilities.
1.0.4: Merge pull request #3 from mikolajzieba/master
Throw exception connection
1.0.3
1.0.2
Fixed private var's inheritance problem
changed behavior of setting attributes to be sure, under laying base active record's private attributes property get filled
Initial Release
1.0 added active record to resources