Skip to content

Releases: gramiojs/gramio

v0.4.11

07 Sep 17:03
78699be

Choose a tag to compare

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

  • refactor: replace Object.entries to for loop by @fdmafhgs in #19

New Contributors

Full Changelog: v0.4.10...v0.4.11

v0.4.10

12 Jul 00:19
0726443

Choose a tag to compare

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

23 Jun 16:33
fd234c6

Choose a tag to compare

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

New Contributors

Full Changelog: v0.4.8...v0.4.9

v0.4.8

05 Jun 12:30
612fc5d

Choose a tag to compare

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

24 May 13:41
fb0dcc3

Choose a tag to compare

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

24 May 13:20
e909b6e

Choose a tag to compare

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

24 May 10:14
2ac6f3d

Choose a tag to compare

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

01 May 09:51
d06f42d

Choose a tag to compare

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

01 May 09:46
442eca7

Choose a tag to compare

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

28 Apr 16:45
17a534d

Choose a tag to compare

fix: await next() at derive

Full Changelog: v0.4.0...v0.4.1