Skip to content

Latest commit

 

History

History
141 lines (82 loc) · 6.86 KB

CHANGELOG.md

File metadata and controls

141 lines (82 loc) · 6.86 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.7.0 (2018-08-10)

Bug Fixes

  • drone: set memory_limit to 1024M when unittest (37291ae)
  • jieba: enhance memory limit (975abf5)

Features

  • accounting: add WalletManager (cd1ea33)
  • jieba: add CutSegmentation action (e8c62e3)
  • jieba: add segmentation tag (7f770e3)

0.6.0 (2018-07-12)

Bug Fixes

  • config: add missing configs (916c542)

Features

  • accounting: add Billing Category. (28e38b7)
  • accounting: add income&expense eloquent, migration (bc09ef4)
  • accounting: add Wallet model & relation & migration (77dc760)
  • action: reply message after account has been created. (259d1bc)
  • line: dispatch actions by ActionDispatcher after event has been parsed. (b2a16ec)
  • syntaxGate: build action structure & logic gate (8185a98)

0.5.0 (2018-06-21)

Features

  • line: add line account eloquent (e14ebc9)
  • line: add line sticker message (84ec50d)
  • line: add message_type into message hookevent (23bec64)
  • line: add relation between LineAccount and WebhookEvents (5b3d6f1)
  • line: handle line bot reaction with sticker & other type message event (c76460a)

0.4.0 (2018-06-12)

Bug Fixes

  • line: fix timestamp&reply_token issue (a2d4439)
  • line: remove useless line classes (710f46a)
  • timezone: set timezone to UTC+8 (19f2ecc)

Features

  • line: add join parser and join eloquent (ca5bc0e)
  • line: add message generator factory & text generator (e4023e0)
  • line: add message text & relations (7db8825)
  • line: add message webhook parser (035f7b2)
  • line: add origin_data into migration and eloquent (c95fe68)
  • line: add UndefinedEventTypeException. (544d48d)
  • line: build webhook event's interface (c71e3f8)
  • line: handle webhook exception (243c610)
  • line: nested factory pattern. auto generate line message eloquent (0310a31)
  • line: parse follow webhook event (586e9f2)
  • line: parse leave webhook event (71bfa4d)
  • line: parse unfollow webhook event (88f6c67)
  • log: add log-viewer (94806f3)

0.3.0 (2018-06-06)

Features

  • line: add line bot and reply service (b77c9e9)
  • line: add line webhook (d7a1f0f)
  • line: get first reply token from hookevents (62825a0)
  • line: wrap LineClient class (ce1db31)

0.2.1 (2018-06-04)

Bug Fixes

  • drone: user private dockerhub repo (1913fff)

0.2.0 (2018-06-02)

Features

  • 'view': change welcome page text (50a201b)
  • drone: add develop to deploy (34285c0)
  • http: add http&https setting, force to use config's host url (10da9ff)
  • line: add HookeventParser (6ac9090)
  • line: add line eloquents & relations (afb462a)

0.1.0 (2018-05-27)

Bug Fixes

  • drone: prune all image when deploy (e3316ee)
  • drone: use bash to trigger standard-version (deb9f86)

Features

  • account: add user & line user model (4e57f20)
  • drone: auto deploy to server (a4c47ff)
  • drone: clone env from private repo (2e073af)
  • drone: validate coding style after push (e4f0372)
  • migration: add legacy migrations (d9bb0a0)
  • package: add debugbar & guzzle (e8e9bdf)
  • test: build unit test structure (02d6502)