Julian W.

Results 4 issues of Julian W.

Happy new year! 🥳🎉 As I have already announced now follows the rewrite of this wonderful library. ### Improvements: * TypeScript support * Bug fixes * New documentation * Improves...

In typescript you **need types** to be able to use this library. I have tried to define these for this library, but unfortunately failed. I would be very happy if...

### Your use case Locale schema file that Pipeline/Workflow/CI/CD does not fail if the endpoint cannot be reached. ### The solution you'd like Option to store the fetched schema file...

enhancement

### Current `useDayjs()()` is an ugly code style in my opinion! ```ts console.log(useDayjs()().format('YYYY-MM-DD HH:mm:ss')); // or two lines const dayjs = useDayjs(); console.log(dayjs().format('YYYY-MM-DD HH:mm:ss')); ``` ### Feature 🚀 `dayjs()` as...