New features:
- The
MIME
string macro commonly used inBase.show
signatures is now supported. E.g.@required MyInterface Base.show(::IO, ::MIME"text/plain", ::MyInterface)
works as expected now, and designates that types implementingMyInterface
must implement ashow
method forMIME"text/plain"
.
Bug fixes:
- None
Full Changelog: v0.1.5...v0.1.6