Skip to content

Releases: SethSharp/blog-crud

v2.0.1

18 Jun 02:44
1454b16
Compare
Choose a tag to compare
  • Adds missing relationships on Like model to User and Blog PR #7

V2.0

16 Jun 01:09
Compare
Choose a tag to compare

v1.1.11

01 Jun 22:10
Compare
Choose a tag to compare
  • Fixes relationship that Comment has with User
  • Increase character count in Blog factory

v.1.1.10

28 May 02:54
Compare
Choose a tag to compare
  • Adds created events on Like and Comment Model
  • Add warning in ReadMe to warn of over writing models in the config

v1.1.9

23 Apr 20:56
Compare
Choose a tag to compare
  • 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

15 Apr 03:22
Compare
Choose a tag to compare
  • Use faker in CreateBlogAction
  • Add min string length rule on slug

v1.1.7

13 Apr 10:50
Compare
Choose a tag to compare

Fix collection update logic

v1.1.6

12 Apr 02:56
Compare
Choose a tag to compare

Will delete previous cover image from s3 when updating cover image

v1.1.5

10 Apr 09:53
Compare
Choose a tag to compare

Remove redundant File model

v.1.1.4

09 Apr 03:08
Compare
Choose a tag to compare

More documentation & some general adjustments