Skip to content

v1.1.3

Choose a tag to compare

@markwalet markwalet released this 27 May 12:38
· 11 commits to main since this release

Added

  • ModalResponse::code() and ModalResponse::json() accept a highlight argument to toggle syntax highlighting at construction (e.g. ModalResponse::code($snippet, highlight: false))

Deprecated

  • ModalResponse::withoutSyntaxHighlighting() — pass highlight: false to code()/json() instead. Removed in v2.