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

Extract assertions implementation and pure javascript part to separate project. #17

Merged
merged 3 commits into from
Jul 26, 2016

Conversation

dmitry-zaets
Copy link
Member

The idea is to split this package into multiple sub-packages, to increase maintainability.
That will allow us to introduce new features per sub-package.

This is a first spep: extraction of implementation and pure javascript into new repo https://github.com/redux-things/redux-actions-assertions-js

Breaking changes:

  • Usage of plain javascript assertions
    Was import assertions from 'redux-actions-assertions/assertions';
    Now import assertions from 'redux-actions-assertions';

@dmitry-zaets dmitry-zaets merged commit be8f710 into master Jul 26, 2016
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.

1 participant