- Fix issue where fake models could overwrite existing ones
- Update YAML dependency
- Stronger lock on dependencies
- Prevented an issue where default fakable attributes would cause SQL errors in the case of unguarded attributes
- Add ability to define fakable attributes in a file
- Add ability to pass a command to Fakable to display progress
- Allow the closure of
setCallback
to return a falsey value to skip that instance from being seeded
- Add ability to pass a closure to apply things per-model using
setCallback
- Initial release