2.0.2 (2018-08-31)
- bug with empty string command (d27f5b6)
- implement delete-image/get-quota api (4131f53)
- implement guessNumber game example (bc41dc4)
- implement shared middlewares (58843c5)
- update readme (f661a0b)
2.0.0 (2018-08-15)
- add scene test (0815500)
- autoformat (bcb49ac)
- button test (8fdd688)
- buttons and add test on button (3740b40)
- issues after code review (2143425)
- readme (0f4e691)
- readme (08de10b)
- remove console.log (a115a23)
- remove redundant code (380de2a)
- remove redundant debug (e259ada)
- remove redundant tag in package.json (231bcf8)
- remove redundant test (03d3f19)
- remove redundant tests & fix type error (3f6b5b6)
- shuffle (e5cb122)
- some changes on code review (bd5bf3e)
- tests codestyle, remove redundant (42568eb)
- tslint errors & some ts null check errors (5873ef4)
- update codestyle (fb32fa6)
- add change between scenes test (c3860e9)
- add debug mode to docs (1382016)
- add important params to context (7f50e65)
- add messageId to context (b38c44a)
- add tests for button (eda4471)
- added express example & new test suite (3e4cfc4)
- change head to main scene on leaving (2b3366d)
- describe scenes test (e206e43)
- fix a compere bug & update readme (450540f)
- fix imagesApi bug, add some docs (e1085b6)
- implement big image card test (c373449)
- implement levenshtein distance matching on strings (b6cb771)
- implement pure http server on listen method (a068884)
- implement tests for cards (d19770b)
- implement tests on text reply with additions (791619c)
- recover alice tests (f71db67)
- remove redundant readme (fd6e4c1)
1.5.2 (2018-08-03)
- add empty symbol (35e13d0)
- add husky (7c757c6)
- add parser option & update config (96a7b5b)
- add prettier config (83bdbaf)
- add prettier to package.json (db19f78)
- apply autofix (13ceb68)
- described two ways command resolve (969bf06)
- implement autoformatting pre-hook (d68dba2)
- Implement safe require test (for commonjs & typescript) (60e2488)
- implement scene switcher (542d778)
- implement scene test (0615599)
- remove redundant dev-dependencies & rename state middleware (7d16620)
- remove redundant ramda (cb2bb9d)
- replace express server with native http server (2cad4f2)
1.4.8 (2018-07-23)
- bug with endSession (3a422d8)
- CommandNameType type declaration. (4ac4f03)
- Commands.getByName type error. (42952f5)
- Commands.search type inferring (a554c1c)
- Context.replay arguments type. (daba639)
- fixed a few mistakes & fix tests (44a1dab)
- readme (4c86dea)
- remove dead code (cf5843c)
- remove dead code (b5cbc97)
- ts errors (7611b5d)
- add some typings (7c64230)
- exclude jest test from compiler engine (5ed69aa)
- fix some ts errors (9756ca3)
- fixed few typescript errors (5ca6b01)
- implement bigImage reply (69ea859)
- implement originalUtterance (f7151d3)
- log proxy events (ad7b08b)
- update readme (d38b2ae)
- update readme (6f4f4c2)
- update readme.md (77f5fb4)
1.4.6 (2018-07-17)
- add logger example (5411769)
- implement logger (d0e9c7d)
- implement sent/recieved logs (624a590)
- improve logger after code review (b178ff2)
- improve readme.md (96e2976)
1.4.4 (2018-07-16)
- bug with commands (array) (8cac580)
- bug with generate request func (570b23c)
- bug with number (0abbf1c)
- button.d.ts error (44ff44b)
- ctx types (ff44115)
- fixed replyBuilder types (72d2814)
- invalid import replyBuilder (c98f048)
- middlewares in scenes (9b1cbf5)
- package.json (169a818)
- reconfigure jest (31f5b72)
- remove console.logs (a39d204)
- remove unnesessary files (c9f778f)
- session types (a646c47)
- tests (86e6d3a)
- TYPE_FIGURE excluded from Commands._strings() (f1f5779)
- types in alice.ts (2a4e266)
- typos in tests, ctx and main (0c55743)
- uncomment executor (37f1ebd)
- wrong case sensitive path './Command' (f2ea4ea)
- add guess number game to examples (3d34c26)
- add match docs (c0cac58)
- add types, implement confirm middleware draft (527c715)
- add webhook request/response types (cee8ec7)
- add youtube link to readme (31c8328)
- added another project into readme (09c04f8)
- fix default callback null (21a0117)
- implement aliceStateMiddleware (ca4cd35)
- implement bigimage, listitems cards (34d1d18)
- Implement event queue (52c09b6)
- implement footer, header (d9f6945)
- Implement matcher type (05f174d)
- implement middlewares logic (4b3c1b1)
- implement modules' interfaces (c285250)
- implement proxy fn (bf2a0cc)
- implement replyWithImage method (e806902)
- Implement search against matchers (e7340c9)
- implement timeout expired response (d853700)
- implement typescript support, change file extension names to ts, fix few types (6dd23b1)
- implement uploadImage & getImages methods() (040ef0c)
- improve alice.ts (4afa771)
- improve applyMiddlewares mechanism (6991279)
- refactoring (957c750)
- refactoring dev proxy (cece2bd)
- rename eventQueue to eventEmitter, improve API (c8b349c)
- update readme (021ecbe)
- update readme (3692de1)
1.2.1 (2018-07-01)
- rename method
first
towelcome
(1207eb6)
- Update README.md (4c30f5f)
1.2.0 (2018-07-01)
- correct figures matching (5075f26), closes #23
- session match broken (d735383), closes #20
- update package.json dependency (ae76c47)