v4.1.6
Single fetch support
Since single fetch allows you to use response stubs in loaders/actions these were not caught properly as redirects in some situations. Now when you throw a redirect with the stub it will be properly logged as a redirect.
Redirect log color update
Thrown redirects will now be yellow in color instead of red because they are not errors but rather intentionally thrown responses.
Local/Session storage bug fixes
There was an issue if the tools tried to store information that was too large into localStorage the app would crash, same with sessionStorage, this has been fixed.
Full Changelog: v4.1.5...v4.1.6