[Unreleased]
[v0.1.0]
Added
- Declarative routing DSL with
scope,filter, andhandlemacros - Built-in filters:
:command,:text,:callback_query,:inline_query,:regex,:message,:location - Media-type filters:
:photo,:audio,:document,:video,:sticker,:voice,:video_note,:animation,:contact,:poll ExGram.Router.Filterbehaviour for custom filter modulesalias_filtermacro for registering shorthand atoms for custom filters- State-gated scopes enabling multi-step conversation flows
- Nested scopes for composable routing trees
ExGram.Router.__exgram_routing_tree__/0introspection function- Mix task
mix ex_gram.router.treefor visualising the compiled routing tree - Mix task
mix ex_gram.router.flatfor a flat, one-line-per-handler route listing