-
Notifications
You must be signed in to change notification settings - Fork 644
Conversation
Thanks! This is a good start. Can you add the TRANSISTION actions as well? |
Ah, didn't bother with it as I thought it was internal. Use |
Spellchecker fail: TRANSITION actions. |
Manually. I don't think we need to add another dependency. |
@timdorr Done. |
Awesome! Thank you! |
Make UPDATE_LOCATION follow FSA
@timdorr I didn't realize 2.0 was out of beta. This is a breaking change, isn't it? |
Shouldn't really be. The API is the same. Action shapes are internal and
subject to change within the same minor version.
|
aight 😄 |
Well, not sure they are really internal, since people can listen to the I don't really know how often people listen to that action, probably not much. We should definitely document it in the changelog though. |
Want me to add a PR for the changelog? Edit: it is in the changelog, never mind |
Yeah, we do that. Glad I checked on the changelog before upgrading from beta version as this would've broke our stuff 😅 I agree that semver sucks in these cases. But I also don't really care at all even if this library's version would change from 2.0 to 3.0 within 4 days. It only tips me off to read the changelog if the major version changes — if there's only one change, it shouldn't be a hassle to upgrade immediately 😄 I'm just glad I didn't get burned before reading this issue ¯_(ツ)_/¯ |
Fix #206
Could use
redux-actions
to create the action creator, but that seems overkill