Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Faryshta authored Oct 17, 2018
1 parent cdbf764 commit 2b67067
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Yii2 ROA Library
================

0.4.1 October 10, 2018
----------------------

- [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.

0.4.0 September 03, 2018
------------------------

Expand Down

0 comments on commit 2b67067

Please sign in to comment.