mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-23 02:17:16 +00:00
doc: Prepare for release v0.27.0
This commit is contained in:
parent
3edb6d9b6e
commit
b2afdeb6a8
10
CHANGELOG.md
10
CHANGELOG.md
@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
## [Unreleased][Unreleased]
|
## [Unreleased][Unreleased]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
* * *
|
||||||
|
|
||||||
|
## [0.27.0][0.27.0] - 2016-02-10
|
||||||
|
|
||||||
Added:
|
Added:
|
||||||
|
|
||||||
1. Add constructor options:
|
1. Add constructor options:
|
||||||
@ -100,4 +107,5 @@ Fixed:
|
|||||||
|
|
||||||
[0.25.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.25.0
|
[0.25.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.25.0
|
||||||
[0.26.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.26.0
|
[0.26.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.26.0
|
||||||
[Unreleased]:https://github.com/yagop/node-telegram-bot-api/compare/v0.26.0...master
|
[0.27.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.27.0
|
||||||
|
[Unreleased]:https://github.com/yagop/node-telegram-bot-api/compare/v0.27.0...master
|
||||||
|
199
package.json
199
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "node-telegram-bot-api",
|
"name": "node-telegram-bot-api",
|
||||||
"version": "0.26.0",
|
"version": "0.27.0",
|
||||||
"description": "Telegram Bot API",
|
"description": "Telegram Bot API",
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
@ -73,14 +73,32 @@
|
|||||||
"homepage": "https://github.com/yagop/node-telegram-bot-api",
|
"homepage": "https://github.com/yagop/node-telegram-bot-api",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Mohammed Sohail",
|
"name": "Anton Mironov",
|
||||||
"email": "sohailsameja@gmail.com",
|
"email": "ant.mironov@gmail.com",
|
||||||
"url": "https://github.com/kamikazechaser",
|
"url": "https://github.com/mironov",
|
||||||
"contributions": 1,
|
"contributions": 1,
|
||||||
"additions": 18,
|
"additions": 51,
|
||||||
"deletions": 4,
|
"deletions": 15,
|
||||||
"hireable": true
|
"hireable": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Daniil Yastremskiy",
|
||||||
|
"email": "Catharsis@post.cz",
|
||||||
|
"url": "https://github.com/TheBeastOfCaerbannog",
|
||||||
|
"contributions": 1,
|
||||||
|
"additions": 36,
|
||||||
|
"deletions": 0,
|
||||||
|
"hireable": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": null,
|
||||||
|
"email": null,
|
||||||
|
"url": "https://github.com/Ni2c2k",
|
||||||
|
"contributions": 1,
|
||||||
|
"additions": 4,
|
||||||
|
"deletions": 4,
|
||||||
|
"hireable": null
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Alexander Tarmolov",
|
"name": "Alexander Tarmolov",
|
||||||
"email": "tarmolov@gmail.com",
|
"email": "tarmolov@gmail.com",
|
||||||
@ -99,6 +117,15 @@
|
|||||||
"deletions": 0,
|
"deletions": 0,
|
||||||
"hireable": null
|
"hireable": null
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Ola Flisbäck",
|
||||||
|
"email": null,
|
||||||
|
"url": "https://github.com/oflisback",
|
||||||
|
"contributions": 1,
|
||||||
|
"additions": 3,
|
||||||
|
"deletions": 3,
|
||||||
|
"hireable": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": null,
|
"name": null,
|
||||||
"email": null,
|
"email": null,
|
||||||
@ -126,15 +153,6 @@
|
|||||||
"deletions": 5,
|
"deletions": 5,
|
||||||
"hireable": null
|
"hireable": null
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Ola Flisbäck",
|
|
||||||
"email": null,
|
|
||||||
"url": "https://github.com/oflisback",
|
|
||||||
"contributions": 1,
|
|
||||||
"additions": 3,
|
|
||||||
"deletions": 3,
|
|
||||||
"hireable": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Horus Lugo",
|
"name": "Horus Lugo",
|
||||||
"email": "horusgoul@gmail.com",
|
"email": "horusgoul@gmail.com",
|
||||||
@ -162,6 +180,15 @@
|
|||||||
"deletions": 1,
|
"deletions": 1,
|
||||||
"hireable": null
|
"hireable": null
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Aleksandr L.",
|
||||||
|
"email": "w.siteee@gmail.com",
|
||||||
|
"url": "https://github.com/w-site",
|
||||||
|
"contributions": 1,
|
||||||
|
"additions": 24,
|
||||||
|
"deletions": 0,
|
||||||
|
"hireable": null
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Matthew Brandly",
|
"name": "Matthew Brandly",
|
||||||
"email": "matt@brandly.me",
|
"email": "matt@brandly.me",
|
||||||
@ -189,15 +216,6 @@
|
|||||||
"deletions": 2,
|
"deletions": 2,
|
||||||
"hireable": true
|
"hireable": true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Aleksandr L.",
|
|
||||||
"email": "w.siteee@gmail.com",
|
|
||||||
"url": "https://github.com/w-site",
|
|
||||||
"contributions": 1,
|
|
||||||
"additions": 24,
|
|
||||||
"deletions": 0,
|
|
||||||
"hireable": null
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Guido García",
|
"name": "Guido García",
|
||||||
"email": "palmerabollo@gmail.com",
|
"email": "palmerabollo@gmail.com",
|
||||||
@ -216,6 +234,24 @@
|
|||||||
"deletions": 1,
|
"deletions": 1,
|
||||||
"hireable": null
|
"hireable": null
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Mohammed Sohail",
|
||||||
|
"email": "sohail@forfuture.tech",
|
||||||
|
"url": "https://github.com/kamikazechaser",
|
||||||
|
"contributions": 2,
|
||||||
|
"additions": 20,
|
||||||
|
"deletions": 5,
|
||||||
|
"hireable": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Jishnu Mohan",
|
||||||
|
"email": "jishnu7@gmail.com",
|
||||||
|
"url": "https://github.com/jishnu7",
|
||||||
|
"contributions": 2,
|
||||||
|
"additions": 84,
|
||||||
|
"deletions": 0,
|
||||||
|
"hireable": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Jérémy Gotteland",
|
"name": "Jérémy Gotteland",
|
||||||
"email": null,
|
"email": null,
|
||||||
@ -234,15 +270,6 @@
|
|||||||
"deletions": 2,
|
"deletions": 2,
|
||||||
"hireable": true
|
"hireable": true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Iiro Jäppinen",
|
|
||||||
"email": null,
|
|
||||||
"url": "https://github.com/iiroj",
|
|
||||||
"contributions": 2,
|
|
||||||
"additions": 40,
|
|
||||||
"deletions": 0,
|
|
||||||
"hireable": null
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Dardan Neziri",
|
"name": "Dardan Neziri",
|
||||||
"email": "dard.ne@gmail.com",
|
"email": "dard.ne@gmail.com",
|
||||||
@ -253,22 +280,22 @@
|
|||||||
"hireable": true
|
"hireable": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Jishnu Mohan",
|
"name": "Cristian Baldi",
|
||||||
"email": "jishnu7@gmail.com",
|
"email": "bld.cris.96@gmail.com",
|
||||||
"url": "https://github.com/jishnu7",
|
"url": "https://github.com/crisbal",
|
||||||
"contributions": 2,
|
"contributions": 2,
|
||||||
"additions": 84,
|
"additions": 26,
|
||||||
"deletions": 0,
|
"deletions": 1,
|
||||||
"hireable": true
|
"hireable": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "TJ Horner",
|
"name": "Vitaly Aminev",
|
||||||
"email": "me@tjhorner.com",
|
"email": null,
|
||||||
"url": "https://github.com/tjhorner",
|
"url": "https://github.com/AVVS",
|
||||||
"contributions": 2,
|
"contributions": 2,
|
||||||
"additions": 223,
|
"additions": 1065,
|
||||||
"deletions": 1,
|
"deletions": 1001,
|
||||||
"hireable": null
|
"hireable": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": null,
|
"name": null,
|
||||||
@ -280,13 +307,31 @@
|
|||||||
"hireable": null
|
"hireable": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Vitaly Aminev",
|
"name": "Iiro Jäppinen",
|
||||||
"email": null,
|
"email": null,
|
||||||
"url": "https://github.com/AVVS",
|
"url": "https://github.com/iiroj",
|
||||||
"contributions": 2,
|
"contributions": 2,
|
||||||
"additions": 1065,
|
"additions": 40,
|
||||||
"deletions": 1001,
|
"deletions": 0,
|
||||||
"hireable": true
|
"hireable": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "TJ Horner",
|
||||||
|
"email": "me@tjhorner.com",
|
||||||
|
"url": "https://github.com/tjhorner",
|
||||||
|
"contributions": 2,
|
||||||
|
"additions": 223,
|
||||||
|
"deletions": 1,
|
||||||
|
"hireable": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Rafael Kr",
|
||||||
|
"email": null,
|
||||||
|
"url": "https://github.com/RafaelKr",
|
||||||
|
"contributions": 3,
|
||||||
|
"additions": 3,
|
||||||
|
"deletions": 2,
|
||||||
|
"hireable": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Vítor Augusto da Silva Vasconcellos",
|
"name": "Vítor Augusto da Silva Vasconcellos",
|
||||||
@ -306,15 +351,6 @@
|
|||||||
"deletions": 25,
|
"deletions": 25,
|
||||||
"hireable": null
|
"hireable": null
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Rafael Kr",
|
|
||||||
"email": null,
|
|
||||||
"url": "https://github.com/RafaelKr",
|
|
||||||
"contributions": 3,
|
|
||||||
"additions": 3,
|
|
||||||
"deletions": 2,
|
|
||||||
"hireable": null
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Ivan Skorokhodov",
|
"name": "Ivan Skorokhodov",
|
||||||
"email": "iskorokhodov@gmail.com",
|
"email": "iskorokhodov@gmail.com",
|
||||||
@ -343,13 +379,13 @@
|
|||||||
"hireable": true
|
"hireable": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Chris54721",
|
"name": "Yago",
|
||||||
"email": null,
|
"email": "yago@yago.me",
|
||||||
"url": "https://github.com/chris54721",
|
"url": "https://github.com/yagop",
|
||||||
"contributions": 5,
|
"contributions": 194,
|
||||||
"additions": 22,
|
"additions": 3014,
|
||||||
"deletions": 6,
|
"deletions": 1173,
|
||||||
"hireable": null
|
"hireable": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Ilias Ismanalijev",
|
"name": "Ilias Ismanalijev",
|
||||||
@ -360,31 +396,22 @@
|
|||||||
"deletions": 10,
|
"deletions": 10,
|
||||||
"hireable": true
|
"hireable": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Chris54721",
|
||||||
|
"email": null,
|
||||||
|
"url": "https://github.com/chris54721",
|
||||||
|
"contributions": 5,
|
||||||
|
"additions": 22,
|
||||||
|
"deletions": 6,
|
||||||
|
"hireable": null
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Gocho Mugo",
|
"name": "Gocho Mugo",
|
||||||
"email": "mugo@forfuture.co.ke",
|
"email": "mugo@forfuture.co.ke",
|
||||||
"url": "https://github.com/GochoMugo",
|
"url": "https://github.com/GochoMugo",
|
||||||
"contributions": 56,
|
"contributions": 80,
|
||||||
"additions": 3779,
|
"additions": 4590,
|
||||||
"deletions": 2167,
|
"deletions": 2377,
|
||||||
"hireable": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Cristian Baldi",
|
|
||||||
"email": "bld.cris.96@gmail.com",
|
|
||||||
"url": "https://github.com/crisbal",
|
|
||||||
"contributions": 2,
|
|
||||||
"additions": 26,
|
|
||||||
"deletions": 1,
|
|
||||||
"hireable": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Yago",
|
|
||||||
"email": "yago@yago.me",
|
|
||||||
"url": "https://github.com/yagop",
|
|
||||||
"contributions": 194,
|
|
||||||
"additions": 3014,
|
|
||||||
"deletions": 1173,
|
|
||||||
"hireable": true
|
"hireable": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user