Releases: open-sdk/framework
Releases · open-sdk/framework
0.4.1
New features
- add change log file with all changes from all releases (1dc7975)
Bug fixes
- use the current class within the exception message for model validation (1da2b75)
Code refactors
- remove unnecessary hashtag from commit hash (93952bc)
- use the phpstan extension and remove extra annotation (2d37923)
Other chores
- bump up the license year (2edaaea)
0.4.0
New features
- add
assertSubclassOf
to test case (f0393ac)
Bug fixes
- update gitattributes file to ignore the new phpcs, phpstan and phpunit files (95f0b1e)
- add exact versions to dependencies including patches (518af04)
- extend throwable interface from sdk exception (7aa6ba2)
Code refactors
- remove extraneous framework namespace (29d94c6)
- move relay middleware stack to dedicated folder (78a54bb)
- remove extraneous -interface and -implement suffixes (4198ecf)
- remove exception inheritance and unify their construction parameters (c3ac4b4)
- simplify decoders and scope it to responses only (e6f60d9)
- replace old resource objects with new casting architecture (9e6dda9)
- replace old resource factory with the new manager and manager factory (5d59b93)
- update usage of the resource manager and manager factory (a7bac70)
Documentation changes
- add missing docblocks to resource classes and make them uniform (104e709)
- add description to the sdk exception interface (728c9e6)
Other chores
- move the static code analyser check to the first test command (42f2848)