diff --git a/CHANGELOG.md b/CHANGELOG.md index 60ccf43..b1142ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to `model-required-fields` will be documented in this file. +## 3.1.8 - 2025-10-05 + +* Update Readme + +**Full Changelog**: https://github.com/WatheqAlshowaiter/model-fields/compare/3.1.7...3.1.8 + +## 3.1.7 - 2025-10-05 + +### What's Changed + +* refactor(tests): centralize cache management and improve maintainability by @WatheqAlshowaiter in https://github.com/WatheqAlshowaiter/model-fields/pull/33 +* Composer replace by @WatheqAlshowaiter in https://github.com/WatheqAlshowaiter/model-fields/pull/34 +* Update Readme + +**Full Changelog**: https://github.com/WatheqAlshowaiter/model-fields/compare/3.1.5...3.1.7 + ## 3.1.6 - 2025-09-30 ### What's Changed diff --git a/README.md b/README.md index cd22b67..4cd44c8 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,7 @@ [link-palestine]: https://github.com/TheBSD/StandWithPalestine/blob/main/docs/README.md -Get the **required** fields fast for any model. You can also get **nullable** and **default** fields just as easily. -Think that's simple? You probably haven’t faced the legacy projects I have. :). +Quickly retrieve **required**, **nullable**, and **default** fields for any Laravel model. Think that's simple? You probably haven’t faced the legacy projects I have. :). > [!Note] > This is the documentation for version 3, if you want the version 1 or version 2 documentations go @@ -377,6 +376,11 @@ If you have something different, submit an issue first to discuss or report a bu If you find any security vulnerabilities don't hesitate to contact me at `watheqalshowaiter[at]gmail[dot]com` to fix them. +## Related Packages + +- **[Backup Tables](https://github.com/WatheqAlshowaiter/backup-tables)** - Backup single or multiple database tables with ease. +- **[Filament Sticky Table Header](https://github.com/WatheqAlshowaiter/filament-sticky-table-header)** - Make Filament table headers stick when scrolling for better UX. + ## Credits - [Watheq Alshowaiter](https://github.com/WatheqAlshowaiter) diff --git a/arts/package-cover.png b/arts/package-cover.png index d530d2b..edee1ce 100644 Binary files a/arts/package-cover.png and b/arts/package-cover.png differ