diff --git a/CHANGELOG.md b/CHANGELOG.md index 1864cd1..0553dd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ All notable changes to `soyhuce/next-ide-helper` will be documented in this file - command `next-ide-helper:aliases` to generate a file helping the ide to understand aliases +## [0.1.4] - 2020-07-16 + +### Added + +- Option to generate larastan-friendly doc blocks for models +- Typed `factory` method on model using `HasFactory` + ### Changed - HasOne relations are documented with `has` in factories docblocks