This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
v0.12.0
Adds callout variants which can be used to provide different text for the same callout. This is mostly aimed at multi-lingual callouts.
The GET /callout/:slug
endpoint is backwards compatible as the default behaviour is to merge the default variant if none is requested, but POST /callout
and PATC /callout/:slug
have changed.
What's Changed
- feat: replicate callout in API by @wpf500 in #370
- feat!: multi-lingual callouts by @wpf500 in #368
- fix: add missing default variant when loading callout by @wpf500 in #378
Full Changelog: v0.11.1...v0.12.0