Skip to content

Commit 9603545

Browse files
author
fletcherist
committed
1.4.4
1 parent a39d204 commit 9603545

File tree

2 files changed

+63
-23
lines changed

2 files changed

+63
-23
lines changed

CHANGELOG.md

Lines changed: 62 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,94 @@
1-
<a name="1.4.2"></a>
2-
## [1.4.2](https://github.com/fletcherist/yandex-dialogs-sdk/compare/v1.3.6...v1.4.2) (2018-07-15)
1+
<a name="1.4.4"></a>
2+
## [1.4.4](https://github.com/fletcherist/yandex-dialogs-sdk/compare/v1.3.6...v1.4.4) (2018-07-16)
3+
4+
5+
### Bug Fixes
6+
7+
* bug with number ([0abbf1c](https://github.com/fletcherist/yandex-dialogs-sdk/commit/0abbf1c))
8+
* remove console.logs ([a39d204](https://github.com/fletcherist/yandex-dialogs-sdk/commit/a39d204))
9+
* remove unnesessary files ([c9f778f](https://github.com/fletcherist/yandex-dialogs-sdk/commit/c9f778f))
10+
* uncomment executor ([37f1ebd](https://github.com/fletcherist/yandex-dialogs-sdk/commit/37f1ebd))
11+
12+
13+
### Features
14+
15+
* implement bigimage, listitems cards ([34d1d18](https://github.com/fletcherist/yandex-dialogs-sdk/commit/34d1d18))
16+
* implement footer, header ([d9f6945](https://github.com/fletcherist/yandex-dialogs-sdk/commit/d9f6945))
17+
* implement proxy fn ([bf2a0cc](https://github.com/fletcherist/yandex-dialogs-sdk/commit/bf2a0cc))
18+
* implement replyWithImage method ([e806902](https://github.com/fletcherist/yandex-dialogs-sdk/commit/e806902))
19+
* implement timeout expired response ([d853700](https://github.com/fletcherist/yandex-dialogs-sdk/commit/d853700))
20+
* implement uploadImage & getImages methods() ([040ef0c](https://github.com/fletcherist/yandex-dialogs-sdk/commit/040ef0c))
21+
* refactoring ([957c750](https://github.com/fletcherist/yandex-dialogs-sdk/commit/957c750))
22+
* refactoring dev proxy ([cece2bd](https://github.com/fletcherist/yandex-dialogs-sdk/commit/cece2bd))
23+
24+
25+
26+
<a name="1.3.6"></a>
27+
## [1.3.6](https://github.com/fletcherist/yandex-dialogs-sdk/compare/v1.3.5...v1.3.6) (2018-07-11)
28+
29+
30+
### Bug Fixes
31+
32+
* TYPE_FIGURE excluded from Commands._strings() ([f1f5779](https://github.com/fletcherist/yandex-dialogs-sdk/commit/f1f5779))
33+
* wrong case sensitive path './Command' ([f2ea4ea](https://github.com/fletcherist/yandex-dialogs-sdk/commit/f2ea4ea))
34+
35+
36+
### Features
37+
38+
* add match docs ([c0cac58](https://github.com/fletcherist/yandex-dialogs-sdk/commit/c0cac58))
39+
40+
41+
42+
<a name="1.3.4"></a>
43+
## [1.3.4](https://github.com/fletcherist/yandex-dialogs-sdk/compare/v1.3.2...v1.3.4) (2018-07-08)
344

445

546
### Bug Fixes
647

748
* bug with commands (array) ([8cac580](https://github.com/fletcherist/yandex-dialogs-sdk/commit/8cac580))
49+
* middlewares in scenes ([9b1cbf5](https://github.com/fletcherist/yandex-dialogs-sdk/commit/9b1cbf5))
50+
* package.json ([169a818](https://github.com/fletcherist/yandex-dialogs-sdk/commit/169a818))
51+
52+
53+
### Features
54+
55+
* add guess number game to examples ([3d34c26](https://github.com/fletcherist/yandex-dialogs-sdk/commit/3d34c26))
56+
* add youtube link to readme ([31c8328](https://github.com/fletcherist/yandex-dialogs-sdk/commit/31c8328))
57+
* Implement matcher type ([05f174d](https://github.com/fletcherist/yandex-dialogs-sdk/commit/05f174d))
58+
* Implement search against matchers ([e7340c9](https://github.com/fletcherist/yandex-dialogs-sdk/commit/e7340c9))
59+
60+
61+
62+
<a name="1.3.2"></a>
63+
## [1.3.2](https://github.com/fletcherist/yandex-dialogs-sdk/compare/v1.2.1...v1.3.2) (2018-07-08)
64+
65+
66+
### Bug Fixes
67+
868
* bug with generate request func ([570b23c](https://github.com/fletcherist/yandex-dialogs-sdk/commit/570b23c))
9-
* bug with number ([0abbf1c](https://github.com/fletcherist/yandex-dialogs-sdk/commit/0abbf1c))
1069
* button.d.ts error ([44ff44b](https://github.com/fletcherist/yandex-dialogs-sdk/commit/44ff44b))
1170
* ctx types ([ff44115](https://github.com/fletcherist/yandex-dialogs-sdk/commit/ff44115))
1271
* fixed replyBuilder types ([72d2814](https://github.com/fletcherist/yandex-dialogs-sdk/commit/72d2814))
1372
* invalid import replyBuilder ([c98f048](https://github.com/fletcherist/yandex-dialogs-sdk/commit/c98f048))
14-
* middlewares in scenes ([9b1cbf5](https://github.com/fletcherist/yandex-dialogs-sdk/commit/9b1cbf5))
15-
* package.json ([169a818](https://github.com/fletcherist/yandex-dialogs-sdk/commit/169a818))
1673
* reconfigure jest ([31f5b72](https://github.com/fletcherist/yandex-dialogs-sdk/commit/31f5b72))
17-
* remove unnesessary files ([c9f778f](https://github.com/fletcherist/yandex-dialogs-sdk/commit/c9f778f))
1874
* session types ([a646c47](https://github.com/fletcherist/yandex-dialogs-sdk/commit/a646c47))
1975
* tests ([86e6d3a](https://github.com/fletcherist/yandex-dialogs-sdk/commit/86e6d3a))
20-
* TYPE_FIGURE excluded from Commands._strings() ([f1f5779](https://github.com/fletcherist/yandex-dialogs-sdk/commit/f1f5779))
2176
* types in alice.ts ([2a4e266](https://github.com/fletcherist/yandex-dialogs-sdk/commit/2a4e266))
2277
* typos in tests, ctx and main ([0c55743](https://github.com/fletcherist/yandex-dialogs-sdk/commit/0c55743))
23-
* uncomment executor ([37f1ebd](https://github.com/fletcherist/yandex-dialogs-sdk/commit/37f1ebd))
24-
* wrong case sensitive path './Command' ([f2ea4ea](https://github.com/fletcherist/yandex-dialogs-sdk/commit/f2ea4ea))
2578

2679

2780
### Features
2881

29-
* add guess number game to examples ([3d34c26](https://github.com/fletcherist/yandex-dialogs-sdk/commit/3d34c26))
30-
* add match docs ([c0cac58](https://github.com/fletcherist/yandex-dialogs-sdk/commit/c0cac58))
3182
* add types, implement confirm middleware draft ([527c715](https://github.com/fletcherist/yandex-dialogs-sdk/commit/527c715))
3283
* add webhook request/response types ([cee8ec7](https://github.com/fletcherist/yandex-dialogs-sdk/commit/cee8ec7))
33-
* add youtube link to readme ([31c8328](https://github.com/fletcherist/yandex-dialogs-sdk/commit/31c8328))
3484
* added another project into readme ([09c04f8](https://github.com/fletcherist/yandex-dialogs-sdk/commit/09c04f8))
3585
* fix default callback null ([21a0117](https://github.com/fletcherist/yandex-dialogs-sdk/commit/21a0117))
3686
* implement aliceStateMiddleware ([ca4cd35](https://github.com/fletcherist/yandex-dialogs-sdk/commit/ca4cd35))
37-
* implement bigimage, listitems cards ([34d1d18](https://github.com/fletcherist/yandex-dialogs-sdk/commit/34d1d18))
38-
* implement footer, header ([d9f6945](https://github.com/fletcherist/yandex-dialogs-sdk/commit/d9f6945))
39-
* Implement matcher type ([05f174d](https://github.com/fletcherist/yandex-dialogs-sdk/commit/05f174d))
4087
* implement middlewares logic ([4b3c1b1](https://github.com/fletcherist/yandex-dialogs-sdk/commit/4b3c1b1))
4188
* implement modules' interfaces ([c285250](https://github.com/fletcherist/yandex-dialogs-sdk/commit/c285250))
42-
* implement proxy fn ([bf2a0cc](https://github.com/fletcherist/yandex-dialogs-sdk/commit/bf2a0cc))
43-
* implement replyWithImage method ([e806902](https://github.com/fletcherist/yandex-dialogs-sdk/commit/e806902))
44-
* Implement search against matchers ([e7340c9](https://github.com/fletcherist/yandex-dialogs-sdk/commit/e7340c9))
45-
* implement timeout expired response ([d853700](https://github.com/fletcherist/yandex-dialogs-sdk/commit/d853700))
4689
* implement typescript support, change file extension names to ts, fix few types ([6dd23b1](https://github.com/fletcherist/yandex-dialogs-sdk/commit/6dd23b1))
47-
* implement uploadImage & getImages methods() ([040ef0c](https://github.com/fletcherist/yandex-dialogs-sdk/commit/040ef0c))
4890
* improve alice.ts ([4afa771](https://github.com/fletcherist/yandex-dialogs-sdk/commit/4afa771))
4991
* improve applyMiddlewares mechanism ([6991279](https://github.com/fletcherist/yandex-dialogs-sdk/commit/6991279))
50-
* refactoring ([957c750](https://github.com/fletcherist/yandex-dialogs-sdk/commit/957c750))
51-
* refactoring dev proxy ([cece2bd](https://github.com/fletcherist/yandex-dialogs-sdk/commit/cece2bd))
5292
* update readme ([021ecbe](https://github.com/fletcherist/yandex-dialogs-sdk/commit/021ecbe))
5393
* update readme ([3692de1](https://github.com/fletcherist/yandex-dialogs-sdk/commit/3692de1))
5494

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yandex-dialogs-sdk",
3-
"version": "1.4.2",
3+
"version": "1.4.4",
44
"description": "Build your skill for Alice with ease.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)