com-lihaoyi / scalatags

ScalaTags is a small XML/HTML construction library for Scala.
https://com-lihaoyi.github.io/scalatags/
MIT License
758 stars 117 forks source link

Data converters in implicits #122

Closed stewSquared closed 8 years ago

stewSquared commented 8 years ago

Add Data Converters to the implicits import. I don't see why anyone would want to import implicits._ but not also import DataConverters._. This addresses a small part of #119

lihaoyi commented 8 years ago

Thanks!