497 B
497 B
2.0.1
- support object errors without stack
- better formatting for errors where the stack does not include the message
2.0.0
- support string errors
- update options structure
// Before { colorDiffAdded, colorDiffRemoved, colorErrorMessage, inlineDiffs } // After { colorFns: { diffAdded, diffRemoved, errorMessage, errorStack }, inlineDiffs }
1.0.1
- Initial release