Skip to content

Releases: RhubarbPHP/Module.RestApi

3.0.4

30 Apr 13:17
Compare
Choose a tag to compare

Reverted: Breaking changes which can be done more neatly with current request middleware

3.0.3

30 Apr 12:24
Compare
Choose a tag to compare

Added: Current Request middleware.

3.0.2

30 Apr 10:35
Compare
Choose a tag to compare

Fixed: To/From pagination

3.0.2 alpha

25 Jul 08:56
Compare
Choose a tag to compare

breaking change release which was reverted

version 3

22 Feb 16:02
Compare
Choose a tag to compare

Now just a Slim Framework wrapper application with some entity adapter helpers

2.0.9

30 Nov 10:31
Compare
Choose a tag to compare

Expanded Exception trapping to the base exception class.

2.0.4

31 Jul 13:06
Compare
Choose a tag to compare
  • Fixed: Rest resource filter methods do not need to return a collection

Security Update: Can only POST/PUT exposed columns

17 May 12:00
Compare
Choose a tag to compare

columns definition on a rest resource previously only specified the columns to return in GET requests. It now limits the columns which can be set via POST/PUT requests.

Decoupled response object from method handlers

19 Oct 15:55
Compare
Choose a tag to compare
  • Changed: Decoupled response object from method handlers
  • Added: XML request/response support
  • Changed: CollectionRestResource::listItems can now be overridden

Minor change

14 Oct 15:02
Compare
Choose a tag to compare

Changing getItemResourceForModel to protected to allow overriding