Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@fletcherist fletcherist released this 15 Aug 21:00
· 54 commits to master since this release

Lots of new stuff!

  • Core is completely rewritten from scratch (thanks @Yavanosta for this awesome work)
  • Now webhook server is implemented in pure nodejs http
  • Better string match algorithm (Levenshtein distance)
  • Better middlewares & matchers

Bug Fixes

Features

  • 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)