Closed greenkeeper[bot] closed 6 years ago
Update to this version instead 🚀
The new version differs by 8 commits.
7e287e8
0.15.0
1d7cb4b
Merge branch 'prevent-stringified-undefined' of https://github.com/matthamil/redux-logic into matthamil-prevent-stringified-undefined
49cfab7
update docs type and cancelType can also be a Symbol
865b8c8
Merge branch 'master' of https://github.com/a-marquez/redux-logic into a-marquez-master
2feb72c
add tests to support Symbol in createLogic.js
6ceefdd
reverted formatting
9559df4
prevent users from passing stringified undefined value as logicOptions type
8143606
add support for Symbol primitives as types
See the full diff
Version 0.14.0 of redux-logic was just published.
redux-logic
The version 0.14.0 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of redux-logic.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
v0.14.0Updated dev dependencies and usage.
Remove Node@4 from travis tests since it was causing issue with latest codacy coverage and Node@4 is past end of life.
Commits
The new version differs by 12 commits.
ffd2857
0.14.0
c405e50
remove node@4 from travis
53d3ee0
update and cleanup dev dependencies
a05f6b8
remove example check from travis to improve build speed
22dd9d2
cleanup whitespace
396233f
add test with many logic
29ffc28
add additional tests to confirm operation with falsy allow/reject
09863b9
update examples to use 0.13
c37c644
0.13.0
be56328
Merge pull request #89 from sanbornhilland/feature/global-timeouts
d9aa367
Merge branch 'master' into feature/global-timeouts
1f51174
Export function to set 'createLogic' options globally
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: