2.1.0
Highlights
- Building CSVs is now faster and we deprecated
view_template
forrow_template
inPhlex::CSV
views. - You can now use CDATA sections in
Phlex::SVG
components with the newcdata
method. Phlex is no longer a “leaky abstraction”. - There’s a new
json_escape
helper available onPhlex::HTML
andPhlex::SVG
components for escaping JSON inside JavaScript strings..
PRs
- Add delimiter override option for CSVs by @evenreven in #865
- Add VERSION to autoloads by @paul in #869
- Support calculated buffers by @joeldrapper in #871
- Add JSON escape helper to Phlex::SGML by @joeldrapper in #872
- Add support for CDATA sections in SVGs by @joeldrapper in #873
- Ensure HTML output by @joeldrapper in #864
- Faster CSVs by @joeldrapper in #866
New Contributors
- @evenreven made their first contribution in #865
- @paul made their first contribution in #869
Full Changelog: 2.0.2...2.1.0