Skip to content

Releases: tekook/LaravelApi.Net

v0.0.4

31 Aug 14:19
8c47148
Compare
Choose a tag to compare

Version 0.0.4

  • Added Interfaces for all responses so you can create your own.
  • CrudEndpoint can not take all response types as types
  • Add wrapped Exception to handle laravel error responses
  • Added new ErrorResponse which contains a Dictionary of the request errors.

v0.0.3

21 Aug 18:06
Compare
Choose a tag to compare
  • Removed ValidatableModel and PropertyChaningModel
  • Using Resource is now obsolete, use IResource and IIndexedResource instead
  • Added event to fetch all responses of the api (for debugging maybe?)

v0.0.2

12 Aug 12:55
Compare
Choose a tag to compare
  • Responses now contain the Api to make chunking and FetchAll easier
  • Chunk(Api, ...) is now obsolete and will be removed in the future.
  • Resource needs to implement GetPrimaryKeyValue() instead of GetPrimaryKey() (Code Breaking!)

v0.0.1

11 Aug 13:29
2aa95a3
Compare
Choose a tag to compare

Initial Release