From 96035450911155feb3e15bda6a907fa6a4ffd560 Mon Sep 17 00:00:00 2001 From: fletcherist Date: Mon, 16 Jul 2018 12:31:07 +0300 Subject: [PATCH] 1.4.4 --- CHANGELOG.md | 84 ++++++++++++++++++++++++++++++++++++++-------------- package.json | 2 +- 2 files changed, 63 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a0ca40..b3c8db3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,54 +1,94 @@ - -## [1.4.2](https://github.com/fletcherist/yandex-dialogs-sdk/compare/v1.3.6...v1.4.2) (2018-07-15) + +## [1.4.4](https://github.com/fletcherist/yandex-dialogs-sdk/compare/v1.3.6...v1.4.4) (2018-07-16) + + +### Bug Fixes + +* bug with number ([0abbf1c](https://github.com/fletcherist/yandex-dialogs-sdk/commit/0abbf1c)) +* remove console.logs ([a39d204](https://github.com/fletcherist/yandex-dialogs-sdk/commit/a39d204)) +* remove unnesessary files ([c9f778f](https://github.com/fletcherist/yandex-dialogs-sdk/commit/c9f778f)) +* uncomment executor ([37f1ebd](https://github.com/fletcherist/yandex-dialogs-sdk/commit/37f1ebd)) + + +### Features + +* implement bigimage, listitems cards ([34d1d18](https://github.com/fletcherist/yandex-dialogs-sdk/commit/34d1d18)) +* implement footer, header ([d9f6945](https://github.com/fletcherist/yandex-dialogs-sdk/commit/d9f6945)) +* implement proxy fn ([bf2a0cc](https://github.com/fletcherist/yandex-dialogs-sdk/commit/bf2a0cc)) +* implement replyWithImage method ([e806902](https://github.com/fletcherist/yandex-dialogs-sdk/commit/e806902)) +* implement timeout expired response ([d853700](https://github.com/fletcherist/yandex-dialogs-sdk/commit/d853700)) +* implement uploadImage & getImages methods() ([040ef0c](https://github.com/fletcherist/yandex-dialogs-sdk/commit/040ef0c)) +* refactoring ([957c750](https://github.com/fletcherist/yandex-dialogs-sdk/commit/957c750)) +* refactoring dev proxy ([cece2bd](https://github.com/fletcherist/yandex-dialogs-sdk/commit/cece2bd)) + + + + +## [1.3.6](https://github.com/fletcherist/yandex-dialogs-sdk/compare/v1.3.5...v1.3.6) (2018-07-11) + + +### Bug Fixes + +* TYPE_FIGURE excluded from Commands._strings() ([f1f5779](https://github.com/fletcherist/yandex-dialogs-sdk/commit/f1f5779)) +* wrong case sensitive path './Command' ([f2ea4ea](https://github.com/fletcherist/yandex-dialogs-sdk/commit/f2ea4ea)) + + +### Features + +* add match docs ([c0cac58](https://github.com/fletcherist/yandex-dialogs-sdk/commit/c0cac58)) + + + + +## [1.3.4](https://github.com/fletcherist/yandex-dialogs-sdk/compare/v1.3.2...v1.3.4) (2018-07-08) ### Bug Fixes * bug with commands (array) ([8cac580](https://github.com/fletcherist/yandex-dialogs-sdk/commit/8cac580)) +* middlewares in scenes ([9b1cbf5](https://github.com/fletcherist/yandex-dialogs-sdk/commit/9b1cbf5)) +* package.json ([169a818](https://github.com/fletcherist/yandex-dialogs-sdk/commit/169a818)) + + +### Features + +* add guess number game to examples ([3d34c26](https://github.com/fletcherist/yandex-dialogs-sdk/commit/3d34c26)) +* add youtube link to readme ([31c8328](https://github.com/fletcherist/yandex-dialogs-sdk/commit/31c8328)) +* Implement matcher type ([05f174d](https://github.com/fletcherist/yandex-dialogs-sdk/commit/05f174d)) +* Implement search against matchers ([e7340c9](https://github.com/fletcherist/yandex-dialogs-sdk/commit/e7340c9)) + + + + +## [1.3.2](https://github.com/fletcherist/yandex-dialogs-sdk/compare/v1.2.1...v1.3.2) (2018-07-08) + + +### Bug Fixes + * bug with generate request func ([570b23c](https://github.com/fletcherist/yandex-dialogs-sdk/commit/570b23c)) -* bug with number ([0abbf1c](https://github.com/fletcherist/yandex-dialogs-sdk/commit/0abbf1c)) * button.d.ts error ([44ff44b](https://github.com/fletcherist/yandex-dialogs-sdk/commit/44ff44b)) * ctx types ([ff44115](https://github.com/fletcherist/yandex-dialogs-sdk/commit/ff44115)) * fixed replyBuilder types ([72d2814](https://github.com/fletcherist/yandex-dialogs-sdk/commit/72d2814)) * invalid import replyBuilder ([c98f048](https://github.com/fletcherist/yandex-dialogs-sdk/commit/c98f048)) -* middlewares in scenes ([9b1cbf5](https://github.com/fletcherist/yandex-dialogs-sdk/commit/9b1cbf5)) -* package.json ([169a818](https://github.com/fletcherist/yandex-dialogs-sdk/commit/169a818)) * reconfigure jest ([31f5b72](https://github.com/fletcherist/yandex-dialogs-sdk/commit/31f5b72)) -* remove unnesessary files ([c9f778f](https://github.com/fletcherist/yandex-dialogs-sdk/commit/c9f778f)) * session types ([a646c47](https://github.com/fletcherist/yandex-dialogs-sdk/commit/a646c47)) * tests ([86e6d3a](https://github.com/fletcherist/yandex-dialogs-sdk/commit/86e6d3a)) -* TYPE_FIGURE excluded from Commands._strings() ([f1f5779](https://github.com/fletcherist/yandex-dialogs-sdk/commit/f1f5779)) * types in alice.ts ([2a4e266](https://github.com/fletcherist/yandex-dialogs-sdk/commit/2a4e266)) * typos in tests, ctx and main ([0c55743](https://github.com/fletcherist/yandex-dialogs-sdk/commit/0c55743)) -* uncomment executor ([37f1ebd](https://github.com/fletcherist/yandex-dialogs-sdk/commit/37f1ebd)) -* wrong case sensitive path './Command' ([f2ea4ea](https://github.com/fletcherist/yandex-dialogs-sdk/commit/f2ea4ea)) ### Features -* add guess number game to examples ([3d34c26](https://github.com/fletcherist/yandex-dialogs-sdk/commit/3d34c26)) -* add match docs ([c0cac58](https://github.com/fletcherist/yandex-dialogs-sdk/commit/c0cac58)) * add types, implement confirm middleware draft ([527c715](https://github.com/fletcherist/yandex-dialogs-sdk/commit/527c715)) * add webhook request/response types ([cee8ec7](https://github.com/fletcherist/yandex-dialogs-sdk/commit/cee8ec7)) -* add youtube link to readme ([31c8328](https://github.com/fletcherist/yandex-dialogs-sdk/commit/31c8328)) * added another project into readme ([09c04f8](https://github.com/fletcherist/yandex-dialogs-sdk/commit/09c04f8)) * fix default callback null ([21a0117](https://github.com/fletcherist/yandex-dialogs-sdk/commit/21a0117)) * implement aliceStateMiddleware ([ca4cd35](https://github.com/fletcherist/yandex-dialogs-sdk/commit/ca4cd35)) -* implement bigimage, listitems cards ([34d1d18](https://github.com/fletcherist/yandex-dialogs-sdk/commit/34d1d18)) -* implement footer, header ([d9f6945](https://github.com/fletcherist/yandex-dialogs-sdk/commit/d9f6945)) -* Implement matcher type ([05f174d](https://github.com/fletcherist/yandex-dialogs-sdk/commit/05f174d)) * implement middlewares logic ([4b3c1b1](https://github.com/fletcherist/yandex-dialogs-sdk/commit/4b3c1b1)) * implement modules' interfaces ([c285250](https://github.com/fletcherist/yandex-dialogs-sdk/commit/c285250)) -* implement proxy fn ([bf2a0cc](https://github.com/fletcherist/yandex-dialogs-sdk/commit/bf2a0cc)) -* implement replyWithImage method ([e806902](https://github.com/fletcherist/yandex-dialogs-sdk/commit/e806902)) -* Implement search against matchers ([e7340c9](https://github.com/fletcherist/yandex-dialogs-sdk/commit/e7340c9)) -* implement timeout expired response ([d853700](https://github.com/fletcherist/yandex-dialogs-sdk/commit/d853700)) * implement typescript support, change file extension names to ts, fix few types ([6dd23b1](https://github.com/fletcherist/yandex-dialogs-sdk/commit/6dd23b1)) -* implement uploadImage & getImages methods() ([040ef0c](https://github.com/fletcherist/yandex-dialogs-sdk/commit/040ef0c)) * improve alice.ts ([4afa771](https://github.com/fletcherist/yandex-dialogs-sdk/commit/4afa771)) * improve applyMiddlewares mechanism ([6991279](https://github.com/fletcherist/yandex-dialogs-sdk/commit/6991279)) -* refactoring ([957c750](https://github.com/fletcherist/yandex-dialogs-sdk/commit/957c750)) -* refactoring dev proxy ([cece2bd](https://github.com/fletcherist/yandex-dialogs-sdk/commit/cece2bd)) * update readme ([021ecbe](https://github.com/fletcherist/yandex-dialogs-sdk/commit/021ecbe)) * update readme ([3692de1](https://github.com/fletcherist/yandex-dialogs-sdk/commit/3692de1)) diff --git a/package.json b/package.json index c88e59d..667e6e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yandex-dialogs-sdk", - "version": "1.4.2", + "version": "1.4.4", "description": "Build your skill for Alice with ease.", "main": "dist/index.js", "scripts": {