Daniel Pérez Fernández
449f03f786
feat: Remove bluebird + depd ( #987 )
...
* feat: Remove bluebird
* docs: Update
* remove depd ans use node native deprecate msg warnings
* fix: correct util import name
* remove: contributor dev dependencie and add list of contributors in the readme
2022-07-18 08:41:31 +02:00
Evgeny Bondarenko
c1fc486225
src: Load transpiled code for Node 5
...
References:
* Bug-Report #297 : https://github.com/yagop/node-telegram-bot-api/issues/297
* Bug-Report-by: @jehy
* PR #298 : https://github.com/yagop/node-telegram-bot-api/pull/298
* PR-by: @jehy
2017-03-09 17:17:03 +03:00
GochoMugo
d4a469df6b
pkg: Fix bug #275
...
Bug:
Node.js v4 does not support the ES6 syntax fully, thus we
get the error:
Block scoped declarations (let, const, function,class) not yet
supported outside strict mode
Fix:
* Load transpiled code
* Deprecate support for Node.js v4.x
References:
* Bug report: https://github.com/yagop/node-telegram-bot-api/issues/275
* PR: https://github.com/yagop/node-telegram-bot-api/pull/280
* Reported-by: @crazyabdul
* PR-by: @crazyabdul
2017-02-08 12:16:51 +03:00
GochoMugo
2a782fddbc
Deprecate support for Node.js v0.12
...
Notes:
We are deprecating support for Node.js v0.12, to
be removed in next major version!
2017-01-09 15:46:27 +03:00
yago
9beb32366d
First commit
2015-06-29 00:37:40 +02:00