Closed devx-opensource closed 2 years ago
Thanks again for your contribution!
Would you mind amending the commit message to feat(paginator): ...
, so that the changelog generator can include this change.
Force push is ok to me.
Thanks again for your contribution!
Would you mind amending the commit message to
feat(paginator): ...
, so that the changelog generator can include this change.Force push is ok to me.
Done! I also reworked my test from the previous PR. It wasn't deterministic and would fail sometime.
Have a nice weekend.
Thanks again, I will do the release tomorrow.
The changes are included in the release v0.8.1.
Avoid using string literals while allowing a developer to use the type at runtime as an enum
ASC
and enum type likeOrder.ASC
)Hi!
I made a small change converting the Order type into an Enum. It allows a better use of the type in my opinion. With that feature, I'm able to do the following in my DTO:
instead of