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

WIP 0.0.3 (Configurable memoize / variadic dependencies / pass props to selector) #33

Closed
wants to merge 8 commits into from

Conversation

ellbee
Copy link
Collaborator

@ellbee ellbee commented Aug 22, 2015

Work in progress experiments to address issues #7 , #20 , #27. The API section of the README has some examples.

There is one breaking change. createSelectorCreator now takes a memoize function instead of a valueEquals function.

@gaearon
Copy link

gaearon commented Aug 24, 2015

If it has a breaking change, it better be 0.1.0, not 0.0.3.
Otherwise you'll break any consumers that have ^0.0.2 in package.json.

See also: http://semver.org/

@gaearon
Copy link

gaearon commented Aug 24, 2015

Oh wait, I'm wrong, you're still 0.0.x.
Anyway, I suggest you jump to 1.0 soon :-). People are using it in production.

@ellbee
Copy link
Collaborator Author

ellbee commented Aug 24, 2015

Yes, good point. I'll rename this and make it the 1.0.0 branch.

@ellbee ellbee closed this Aug 25, 2015
@ellbee ellbee deleted the 0.0.3 branch August 25, 2015 18:19
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

Successfully merging this pull request may close these issues.

None yet

2 participants