FraserHamilton / dayjs-recur

Day.js plugin for matching and generating recurring dates.
https://www.npmjs.com/package/dayjs-recur
MIT License
10 stars 2 forks source link

is it still maintained? #7

Closed samihamine closed 2 years ago

samihamine commented 3 years ago

Hello Guys,

I'm looking for an alternative to moment JS, I'm switching to DayJS and used to work with moment-recur which is a great library.

I found your repo doing some research and love what you did! I would like to know do you plan to maintain this plug-in? Thank you.

FraserHamilton commented 3 years ago

Apologises for the late reply I had notifications turned off. This project was put off while I was finishing university but the plan is to return to it and maintain it. I also plan to continue developing other utilities for dayjs. Is there any other plug-ins you would like to see?

KoenBrouwer commented 2 years ago

Is there any other plug-ins you would like to see?

@FraserHamilton Not a plugin, but I'm currently using this quirk to have Typescript not get mad about missing type definitions. It would be great if you could add definitions for Typescript (.d.ts).

declare module "dayjs" {
    interface Dayjs {
        recur: Function
    }
}