Skip to content

Releases: tecnocen-com/yii2-roa

TypeCast Supported in PHP 7.1

13 Jul 05:45
40cdaa2
Compare
Choose a tag to compare

[BRK] Methods now use the typecast supported in php 7.1
[BRK] Added tecnocen\roa\hal\Contract::getSelfLink()

[Enh] barebones fix of #35 hard coded self link

15 Dec 00:06
52748d2
Compare
Choose a tag to compare
Merge pull request #37 from tecnocen-com/selflinkfix2

barebones fix of #35 hard coded self link

Change dependency yii2-oauth2-server

26 Oct 04:59
Compare
Choose a tag to compare
  • [Enh] Can use Single Use token with 4.1.0 yii2-oauth2-server

Profile Resource and Contract

17 Oct 16:28
2b67067
Compare
Choose a tag to compare
  • [Bug] ProfileResource supports options action for the OPTIONS verb.
  • [Enh] Simplified ProfileResource by extending yii\rest\Controller
    directly eliminating the need of several methods.
  • [Bug] Resource and ProfileResource has unpredictable errors when
    searching for unexisten actions or matching verbs and actions.
  • [Bug] Resource and ProfileResource now use
    yii\filters\VerbFilter to handle when a verb is not supported.
  • [ENh] tecnocen\roa\hal\Contract and
    tecnocen\roa\hal\ContractTrait define and provide a simple
    implementation of a Hal contrat for ROA services.

Resmatered ActionFilters

07 Sep 09:10
Compare
Choose a tag to compare

OAuth2Resource was deleted in favor of a simpler implementation Resource

ApiVersion, ApiContainer and Resource all can handle ActionFilters now to make it easier to declare an specific behavior for a version, resource or the entire api. This will help for example CORS headers and OAuth2 configuration. Read [CHANGELOG.md] for more information.

[bugfix]

21 Jul 10:32
3c41189
Compare
Choose a tag to compare
  • EmbeddableTrait::fields() and EmbeddableTrait::extraFields() turned into abstracts to prevent the trait to override implementations by ActiveRecord and models

[Enh] Curies and Embedded

20 Jul 23:00
b11a9ac
Compare
Choose a tag to compare

[bugfix] fix test for record resource response

05 Jan 22:41
45b687f
Compare
Choose a tag to compare
0.2.3

fix json validated in sequence.

[Bugfix] self and responseJson

03 Dec 06:55
Compare
Choose a tag to compare
0.2.2

Fix seeResponseMatchesJsonType Array - and self seeResponseContainsJson

[Bugfix] Pass oauth2 module to filters

30 Nov 23:42
Compare
Choose a tag to compare