-
Notifications
You must be signed in to change notification settings - Fork 216
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
Will we ever see the v5? #241
Comments
I'm keen to work on v5 and get it released by I haven't heard from @TehShrike for a while. I don't have push access to this repo as of yet so I can't really do anything myself. With regard to deepmerge-ts, what is it that seems overcomplicated to you? If there is anything I can do to make things seem less complicated, I can make changes to improve things. Or I can just help with converting your current setup if you like. It would probably be best to open a new issue/discussion over there (rather than talking about it here). |
@lipnitsk @RebeccaStevens I reached out to @TehShrike on discord, now that Christmas is over we'll be taking a look at what we can do to help! |
Is there a feature in v5 that you're waiting on? When I allocate a weekend to deepmerge next, it will be with the goal of getting this library to a stable state where it is obvious that new features will not be added. Like all the existing deep merge libraries, deepmerge is fundamentally flawed, and I would rather describe/link to the correct implementation than try to refactor this library with all its backwards compatibility for all the folks who currently depend on it. |
@TehShrike @RebeccaStevens
Sorry to be an another "still alive" question.
What happened in January so the work on the package is stopped since then?
My level of English doesn't allow me to disambiguate the answer in #224
I rely on
customMerge
behavior and can't seemingly migrate tolodash.mergeWith
.deepmerge-ts
seems overcomplicated, and it might require unidiomatic boilerplate at best in order to reproduce "choose behavior by key" logic if I understood it correctly.I'm at the point where I have to choose between
deepmerge
in hope it will live on and get ES modules support for example;deepmerge
(perhaps from https://github.com/RebeccaStevens/fork-deepmerge/tree/lint) and do my own thing from there.Fragmentation of the ecosystem is not nice, so I thought I'd ask here first.
The text was updated successfully, but these errors were encountered: