Releases: esbenp/pdf-bot
Releases · esbenp/pdf-bot
0.6.1
0.6.0
0.5.5
0.5.4
Thanks to @danielwestendorf !
0.5.3
0.5.2
0.5.1
Postgres driver
Refactored pdf bot to introduce a db
configuration that determines what database driver to use. Currently lowdb
and pgsql
are supported. If not given, db
will fall back to the default lowdb
driver.
Breaking changes
lowDbOptions
has now moved to the constructor of thelowdb
driver.
0.4.5
0.4.4: Merge pull request #13 from Kirouane/fix-shift-all
fix shift:all, the webhook is called one time only.