Skip to content

Releases: laraXgram/LaraGram

v2.5.0

17 Oct 19:38
Compare
Choose a tag to compare

Version 2.5.0

Changelog:

  • Edit configs files
  • Add Conversion Service
  • Add new Command [make:conversation {name}]
  • Add new Cache methods [has, hasNot]
  • Add directory separator for Cache File Driver with . in keys
  • Add new Request Methods [getUpdateType, getUpdateMessageSubType]
  • Add limit and allowed_updates for Laraquest
  • Add starting method to Console Facade for register Command in Providers
  • Update Service Providers
  • Fix Service container bugs

v2.4.3

07 Sep 12:32
Compare
Choose a tag to compare

Version 2.4.3

Changelog:

  • Added Cache system
    • Added 4 Cache driver
      • APCu driver
      • File driver
      • Database driver
      • Redis driver
    • Added cache() helper function
    • Added Cache facade
    • Added cache config file

v2.4.2

06 Sep 14:54
Compare
Choose a tag to compare

Version 2.4.2

Changelog:

  • Added 2 new bot configs for polling mode
    • POLLING_TIMEOUT
    • POLLING_SLEEP_TIME
  • Removed --apiserver flag from serve command
  • Added "Polling and Development server Started" messages in terminal
  • Improve Laraquest optimization
  • synced Laraquest to Bot API 7.10
  • Updated Core and Laraquest versions

v2.4.1

06 Sep 00:15
Compare
Choose a tag to compare

Version 2.4.1

  • Added new UPDATE_TYPE polling
  • Added new Terminal command serve --polling
  • Updated core version to ^0.7
  • Added macro method to facades

v2.4.0

03 Sep 17:53
Compare
Choose a tag to compare

Version 2.4.0

ChangeLog:

  • Added Config repository class:
    • Config facade
    • config() helper function
  • Added support for swoole extension along with openswoole extension
  • Change commands install:openswoole and remove:openswoole to install:swoole and remove:swoole

v2.3.2

20 Aug 18:53
Compare
Choose a tag to compare

Version 2.3.2

Core Change Log:

  • Added CoreCommand class to manage and isolate core commands.
  • Added package manager for additional packages.
  • Added new commands:
    • install:eloquent
    • remove:eloquent
    • install:openswoole
    • remove:openswoole

Laraquest Change Log:

  • Fixing the problem for systems with old curl version in NO_RESPONSE_CURL mode

v2.3.1

14 Aug 22:44
Compare
Choose a tag to compare

Version 2.3.1

  • Correcting folder names
  • Fixed the null data bug in group listeners
  • Sync to Bot API 7.9
  • Update Laraquest to 0.6

v2.3.0

13 Aug 22:15
Compare
Choose a tag to compare

Version 2.3.0

Changelog:

  • Add new Listener:
    • onAddMember
    • onJoinMember
    • onMention
    • onHashtag
    • onCashtag
  • Add group listener methods to Bot Facade:
    • scope
    • outOfScope
    • can
    • canNot
    • group
    • controller
  • Add Controllers
  • Add new command make:controller
  • Update Core to verion 0.4.0
  • Update Laraquest to version 0.5.0

v2.2.0

07 Aug 16:21
Compare
Choose a tag to compare

Version 2.2.0

  • Add openswoole UPDATE_TYPE to Config/bot.php
  • Update Laraquest to 0.4
  • Update Core to 0.3

v2.1.0

20 Jul 16:57
Compare
Choose a tag to compare

Version 2.1.0

Added new Config variables:

  • BOT_API_SERVER_LOG_DIR
  • BOT_API_SERVER_IP
  • BOT_API_SERVER_PORT
  • BOT_API_SERVER_STAT_IP
  • BOT_API_SERVER_STAT_PORT
  • JSON_DB_DATA_DIR

Update Core version to ^0.2