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

redux-devtools@2.1.5 untested ⚠️ #5

Closed
wants to merge 1 commit into from

Conversation

greenkeeperio-bot
Copy link
Contributor

Hello 👋

⚠️⚠️⚠️

redux-devtools just published its new version 2.1.5, which is covered by your current version range. No automated tests are configured for this project.

This means it’s now unclear whether your software still works. Manually check if that’s still the case
and close this pull request – if it broke, use this branch to work on adaptions and fixes.

Do you think getting a pull request for every single new version of your dependencies is too noisy? Configure continuous integration and you will only receive them when tests fail. 

Happy fixing and merging 🌴


GitHub Release

Massive performance improvement.

Performing an action was O(n) with DevTools enabled, but it's O(1) now. Special thanks to @ellbee for contributing the tests that made me confident about this change.

#81, rackt/redux#691, #113, #88, #133


The new version differs by 21 commits .

  • cbbaaef 2.1.5
  • 3237166 Merge pull request #133 from gaearon/optimize-state-computation
  • 092bb66 Add performance regression tests
  • b529260 Do not recompute states unless necessary
  • a5dd802 2.1.4
  • 95a2636 add tests for persistState.js
  • eb9ecb1 improve code coverage on devTools.js
  • d157963 clarify recompute test
  • 7ef89c2 rename sweep disabled action test
  • e1585ea Merge pull request #119 from nikgraf/patch-1
  • 54146ad Add badges
  • 730860d Merge pull request #120 from ellbee/getState_returns_last_non_undefined
  • c74c3b4 2.1.3
  • 6dba787 Update dependencies
  • 49b7bd1 add tests for createDevTools.js

There are 21 commits in total. See the full diff.


This pull request was created by greenkeeper.io.
It keeps your software, up to date, all the time.

Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡

@jfmengels jfmengels closed this Apr 29, 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.

None yet

2 participants