Skip to content

Commit 01666c4

Browse files
committed
docs updated features summary
1 parent 4b6e613 commit 01666c4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ The following list fastly summarizes all the `TinyORM` features.
8080
- clean active record pattern
8181
- advanced features like timestamps, touching parent timestamps, __soft deleting__, default models, default model attributes, and attribute casting 🤓
8282
- querying relationships existence/absence using the has, whereHas, and hasNested methods (using dot notation for selecting nested relationships _users.posts.comments_)
83-
- __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 🪡
83+
- __serializing__ models and collection of models including all nested relations to __JSON__ and converting to vectors and maps 🪡
84+
- supports controlling a custom date format during serialization
85+
- supports hiding and appending attributes
8486
- __compiled database migrations and seeders__ 🕺
8587
- create, update, drop, and rename database tables
8688
- create, drop, and rename table columns

docs/features-summary.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ The following list fastly summarizes all the `TinyORM` features.
4141
- clean active record pattern
4242
- advanced features like timestamps, touching parent timestamps, __soft deleting__, default models, default model attributes, and attribute casting 🤓
4343
- querying relationships existence/absence using the has, whereHas, and hasNested methods (using dot notation for selecting nested relationships _users.posts.comments_)
44-
- __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 🪡
44+
- __serializing__ models and collection of models including all nested relations to __JSON__ and converting to vectors and maps 🪡
45+
- supports controlling a custom date format during serialization
46+
- supports hiding and appending attributes
4547
- __compiled database migrations and seeders__ 🕺
4648
- create, update, drop, and rename database tables
4749
- create, drop, and rename table columns

0 commit comments

Comments
 (0)