com-lihaoyi / scalatags

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

Refine text tags #232

Closed seoethereal closed 2 years ago

seoethereal commented 2 years ago

Fix for issue #231. This essentially refines the tag types so that the tags can actually be used inside the doctype's case class constructor.

lolgab commented 2 years ago

Actually I had to do this in other tags to make the tests pass. But I didn't do for all of them so I created a bug. Good that you did it :) thanks!

keynmol commented 2 years ago

@lolgab would you mind releasing a new version with these changes? Or is there another change that is needed to make it usable on Scala 3?

lolgab commented 2 years ago

@keynmol Thanks for the reminder. Pushed version 0.11.1. If there are other changes needed we can push 0.11.2 :)