Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@mcaskill mcaskill released this 02 Nov 17:09
· 1 commit to main since this release
v2.0.0
9e7f42e

Full Changelog: v1.0.0...v2.0.0

Merged latest changes from locomotivemtl/charcoal-contrib-sitemap, see release for details.

Additional Changes:

  • Decouple XML generation from action controller: New class XmlFormatter, used by SitemapAction, available from service provider as sitemap/formatter/xml.
  • Add support for customizing the sitemap of the action controller.
  • Add property sitemapIdent to SitemapAction to change the sitemap to output via a custom route definition. Defaults to xml.
  • Improve exception messages in Builder constructor.