-
Notifications
You must be signed in to change notification settings - Fork 673
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
Breaking changes to Typescript typings in dot release #145
Comments
@b-smets I have reverted the offending commit, and published v2.5.3. on NPM. I don't use Typescript, so could you check that it solves the problem? |
Thanks for the quick intervention. v2.5.3 seems to fix this and everything is building fine again. Is there a roadmap for which version will contain the extra type parameter? I would like to document this for when we upgrade to the next bigger version. ( API changes are obviously fine if they happen in major or even minor versions but doing them in the patch version is a bit scary ;-) ) |
Yes, it wasn't intentional. There are a couple of other Typescript things outstanding, so I think we'll get them sorted out in a branch and then release them all together as version 3. I don't see the Reselect API changing very much (if at all) at this point so the type definitions should become very stable too. What do you think? cc @threehams? |
Ouch, sorry, thanks for the quick revert. I hadn't thought of a change in the generic as a breaking change, but that could definitely cause chaos. Should I create issues for any outstanding work which isn't covered by pull requests? This would include being very explicit about what's being exported from the module. |
Hey, no worries, I should have thought about it when I made the release but mistakes happen. Creating issues for the other outstanding work sounds good. |
Reported by b-smets:
The text was updated successfully, but these errors were encountered: