Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recent updates are not released #17

Open
sylee957 opened this issue Jan 2, 2024 · 2 comments
Open

Recent updates are not released #17

sylee957 opened this issue Jan 2, 2024 · 2 comments

Comments

@sylee957
Copy link

sylee957 commented Jan 2, 2024

Although there were updates in the repository

#16

I still see that the released packages uses old type definitions

    /**
     * Hooks an event to the client.
     */
    on(event: EmitterEvents | string, callback: (args?: any) => void): Emitter;
    /**
     * Unhooks an event from the client.
     */
    off(event: EmitterEvents | string, callback: (args?: any) => void): Emitter;

Can you release the new version of the package?

@Florimond
Copy link
Member

Florimond commented Jan 2, 2024

I would do a release right now, but I'm about to intoduce a new API in Emitter ("history" emitter-io/emitter#414 ) which will imply a new update and release pretty soon. I just have to synchronize with @kelindar on that matter before this feature can be released, but it shouldn't be long.
But maybe I don't realize how blocking this is for you and you absolutely need the release right now, in that case let me know.

@sylee957
Copy link
Author

sylee957 commented Jan 2, 2024

I favor frequent releases anyway, or otherwise, I'd like to see more transparency about any releases or roadmap.
Because it seems unclear because there were no updates for 4 years.
I think that the new type definitions are useful to get the minor release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants