v0.3.0
- Added handling for internal repr failures.
- Fixed issues with displaying code that has non-ascii characters.
- Implemented better display for
callframes so that when a function has decorators the
function definition is shown (instead of just the first decorator).
See: #8.