Releases: tekook/LaravelApi.Net
Releases · tekook/LaravelApi.Net
v0.0.4
v0.0.3
- 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
- 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
Initial Release