All Versions
60
Latest Version
Avg Release Cycle
9 days
Latest Release
49 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.1.3 Changes
May 10, 2022๐ Fixed
- Handling autowire of inline_message_id field
-
v3.1.2 Changes
April 26, 2022๐ Fixed
- ๐ Fixed missing nullable fields
- ๐ Fixed wrong phpdoc on BaseType trait
-
v3.1.1 Changes
April 25, 2022๐ Fixed
- Wrong json mapper namespace
-
v3.1.0 Changes
April 25, 2022โ Added
- โ Added a way to disable error handlers
๐ Changed
- ๐ Changed json mapper implementation
-
v3.0.0 Changes
April 17, 2022โ Added
- ๐ Support for bot api 6.0
-
v2.1.1 Changes
March 31, 2022๐ Fixed
- ๐ Fix assertions with multipart requests
-
v2.1 Changes
March 20, 2022โ Added
- โ Added
copy
method toMessage
type - โ Added
forward
method toMessage
type - โ Added a new Laravel command:
nutgram:list
๐ Changed
- Added date format to
last_error_date
field innutgram:hook:info
command
- โ Added
-
v2.0 Changes
March 14, 2022โ Added
- All types extend the
BaseType
class - ๐
Nutgram
andBaseType
extends Macroable class - โ Added testing system
- โ Added helpers method to
Message
type:delete()
andeditText()
- All types extend the
-
v1.4.1 Changes
February 21, 2022๐ Fixed
- ๐ Fixed wrong handler with "animation" message
-
v1.4.0 Changes
February 18, 2022โ Added
- Webhook safe mode.
๐ Changed
- Replace service container implementation.
๐ Fixed
- Dependency conflict on Laravel 9.