Highlights
- You can now pass
Date
andTime
objects as HTML attributes. - Specific HTML attributes on specific HTML elements (e.g.
img[srcset]
) now generate comma-separated token lists when passed a RubyArray
. Previously they generated space-separated token lists.
What's Changed
- Update doc comment in sgml.rb by @christopher-b in #895
- Prefer inline access modifiers by @joeldrapper in #901
- Add support for Date/Time attribute values by @joeldrapper in #903
- Comma-separated tokens by @joeldrapper in #904
New Contributors
- @christopher-b made their first contribution in #895
Full Changelog: 2.2.1...2.3.0