Releases: gramiojs/gramio
v0.4.11
refactor: replace Object.entries to for loop
Merge pull request #19 from Unitoshka/patch-1refactor: replace Object.entries to for loop
feat: add startParameter trigger
Merge branch 'main' of https://github.com/gramiojs/gramio
What's Changed
New Contributors
Full Changelog: v0.4.10...v0.4.11
v0.4.10
feat: update to 9.1 Bot API
Merge branch 'main' of https://github.com/gramiojs/gramio
chore: bump
Full Changelog: v0.4.9...v0.4.10
v0.4.9
feat: accept string[] as a bot.hears trigger
Merge pull request #15 from helloryuko/mainfeat: accept string[] as a bot.hears trigger
Update package.json
What's Changed
- feat: accept
string[]as abot.hearstrigger by @helloryuko in #15
New Contributors
- @helloryuko made their first contribution in #15
Full Changelog: v0.4.8...v0.4.9
v0.4.8
chore: some type tests for triggers
fix: bad decorate typings and make it configurable
Full Changelog: v0.4.7...v0.4.8
v0.4.7
feat: add support for command array and replace @tag from entity when username isnt available
chore: bump
Full Changelog: v0.4.5...v0.4.7
v0.4.5
chore: little rewrite webhook adapters with more cloudflare compabilty
feat: implement shouldWait in webhookHandler
chore: bump
Full Changelog: v0.4.4...v0.4.5
v0.4.4
chore: add Request to webhook handler
chore: switch away from .extend method (#10 and debug-js/debug#999 )
chore: bump
Full Changelog: v0.4.3...v0.4.4
v0.4.3
fix: oh looks like type test are wrong and satisfies fix readonly usage type
Full Changelog: v0.4.2...v0.4.3
v0.4.2
chore: allow put ReadonlyArray for derive, on and etc & write type test for it
Full Changelog: v0.4.1...v0.4.2
v0.4.1
fix: await next() at derive
Full Changelog: v0.4.0...v0.4.1