From 01666c415d6c0aa8e6e47336e53a4366f4face78 Mon Sep 17 00:00:00 2001 From: silverqx Date: Sat, 15 Jul 2023 15:44:33 +0200 Subject: [PATCH] docs updated features summary --- README.md | 4 +++- docs/features-summary.mdx | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 512558ace..b8eb6ca50 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,9 @@ The following list fastly summarizes all the `TinyORM` features. - clean active record pattern - advanced features like timestamps, touching parent timestamps, __soft deleting__, default models, default model attributes, and attribute casting 🤓 - querying relationships existence/absence using the has, whereHas, and hasNested methods (using dot notation for selecting nested relationships _users.posts.comments_) - - __serializing__ models and collection of models including all nested relations to __JSON__ and converting to vectors and maps, also allows controlling a custom date format during serialization 🪡 + - __serializing__ models and collection of models including all nested relations to __JSON__ and converting to vectors and maps 🪡 + - supports controlling a custom date format during serialization + - supports hiding and appending attributes - __compiled database migrations and seeders__ 🕺 - create, update, drop, and rename database tables - create, drop, and rename table columns diff --git a/docs/features-summary.mdx b/docs/features-summary.mdx index 9d69079c5..88dcb8a7b 100644 --- a/docs/features-summary.mdx +++ b/docs/features-summary.mdx @@ -41,7 +41,9 @@ The following list fastly summarizes all the `TinyORM` features. - clean active record pattern - advanced features like timestamps, touching parent timestamps, __soft deleting__, default models, default model attributes, and attribute casting 🤓 - querying relationships existence/absence using the has, whereHas, and hasNested methods (using dot notation for selecting nested relationships _users.posts.comments_) - - __serializing__ models and collection of models including all nested relations to __JSON__ and converting to vectors and maps, also allows controlling a custom date format during serialization 🪡 + - __serializing__ models and collection of models including all nested relations to __JSON__ and converting to vectors and maps 🪡 + - supports controlling a custom date format during serialization + - supports hiding and appending attributes - __compiled database migrations and seeders__ 🕺 - create, update, drop, and rename database tables - create, drop, and rename table columns