Releases: tychovbh/laravel-bluebillywig
Releases · tychovbh/laravel-bluebillywig
v1.3
- Dont force string ID on update and destroy method, could be number or string
v1.2
- Add Test Case for Livestreams
- Refactor delete switch ID with endpoint (more logically)
- Refactor update method to choose where the ID is placed inside the endpoint
- Update readme
v1.1
- Allow more composer versions for Illuminate
v1.0
- Remove composer dependencies
v0.9
- Fix bug incorrect type being returned
v0.8
- Change ID type to integer for delete and update
v0.7
- Allow other API endpoints like json
- Improve test cases
v0.6
- Don't merge example config
v0.5
- Fix configuration for Lumen