Skip to content

v0.1.6

Latest
Compare
Choose a tag to compare
@Seelengrab Seelengrab released this 09 May 10:19
bf4ed5c

New features:

  • The MIME string macro commonly used in Base.show signatures is now supported. E.g. @required MyInterface Base.show(::IO, ::MIME"text/plain", ::MyInterface) works as expected now, and designates that types implementing MyInterface must implement a show method for MIME"text/plain".

Bug fixes:

  • None

Full Changelog: v0.1.5...v0.1.6