Skip to content

PATCH support...finally

Compare
Choose a tag to compare
@deanblackborough deanblackborough released this 25 Aug 14:54
· 1477 commits to master since this release
ad8a672

Added

  • We have added PATCH support for categories; if authenticated, you can update the selected category.
  • We have added PATCH support for subcategories; if authenticated, you can update the selected subcategory.
  • We have added PATCH support for resource types; if authenticated, you can update the selected resource type.
  • We have added PATCH support for resources; if authenticated, you can update the selected resource.
  • We have added a Request utility class with helper methods for POST and PATCH request validation.

Changed

  • Updated the copyright, should be G3D Development Limited, not me personally.
  • We have removed the protected areThereInvalidFieldsInRequest method from the base controller.
  • We have removed the protected isThereAnythingToPatchInRequest method from the base controller.
  • We have removed the protected returnValidationErrors method from the base controller.
  • We have updated the README and added Mailgun.

Fixed

  • We have corrected some data; the assigned categories and subcategories were missing for six expenses.