Releases: SethSharp/blog-crud
Releases · SethSharp/blog-crud
v2.0.1
- Adds missing relationships on Like model to User and Blog PR #7
v1.1.11
- Fixes relationship that Comment has with User
- Increase character count in Blog factory
v.1.1.10
- Adds
created
events on Like and Comment Model
- Add warning in ReadMe to warn of over writing models in the config
v1.1.9
- Add migration to change slug to be nullable
- Logic change to allow slug to be empty (null) and allow the title to be slugified
- Add some validation checks on blog columns for size
v1.1.8
- Use faker in CreateBlogAction
- Add min string length rule on slug
v1.1.7
Fix collection update logic
v1.1.6
Will delete previous cover image from s3 when updating cover image
v1.1.5
Remove redundant File model
v.1.1.4
More documentation & some general adjustments