Skip to content

v2.12.5

Compare
Choose a tag to compare
@Woland2k Woland2k released this 26 Dec 12:11
· 2868 commits to master since this release
  • Add support for stream response in swagger API auto-generated document.
  • Allow to use properties with custom types in notifications and use them in the Liquid templates.

Example:
Notification.cs
class OrderNotification { public CustomerOrder Order { get; set; } }
Liquid template
{{ customer_order.total }}