1.7.0
This is a minor release, adding improved error messaging for 404 errors.
Improved 404 Errors
When a 404 occurs because the module is not able to be found by Steal, we have improved the error messaging.
Before it looked like:
And now it is:
As you can see from the screenshot we have changed it so that:
- We explain what module could not be found.
- Link to some documentation that gives pointers on how to fix the problem. The documentation is here.
- Show the code where it was imported inline.
- The stack-trace also links to this same code.
While this improvement is now in steal, some plugins are still be updated to take advantage of it.