Releases: discord-php/DiscordPHP
Releases · discord-php/DiscordPHP
v10.3.8
What's Changed
- Update functions.php for PHP ^8.0 by @valzargaming in #1289
- Replace is_resource usage with !== false by @valzargaming in #1198
- Collection functions for find_key, any, and all by @valzargaming in 5897e87
- Handle string message type for respondWithMessage by @Refaltor77 in #1199
Full Changelog: v10.3.7...v10.3.8
v10.3.7
v10.3.6
What's Changed
- Replace ArrayAccess in CommandBuilder's addOption by @valzargaming in 2e8f09b
Full Changelog: v10.3.5...v10.3.6
v10.3.5
What's Changed
- Commandattributes options bugfix by @valzargaming in #1284
Full Changelog: v10.3.3...v10.3.5
v10.3.4
What's Changed
- Remove typing on getOptions by @valzargaming in 9a2f51e
Full Changelog: v10.3.3...v10.3.4
v10.3.3
What's Changed
- CommandAttributes options should be CollectionInterface by @valzargaming in #1280
Full Changelog: v10.3.2...v10.3.3
v10.3.2
What's Changed
- fix: PollResults to correctly map to an array of PollAnswerCount by @sweptsquash in #1279
search
andsplice
by @valzargaming in 18c0bb9
New Contributors
- @sweptsquash made their first contribution in #1279
Full Changelog: v10.3.1...v10.3.2
v10.3.1
What's Changed
- Add new Collection traits to Repositories by @valzargaming in 0358435
Full Changelog: v10.3.0...v10.3.1
v10.3.0
What's Changed
- Deafen and Undeafen members by @valzargaming in #1272
- Collection enhancements by @valzargaming in #1277
Full Changelog: v10.2.2...v10.3.0
v10.2.2
What's Changed
- ✨ Add
sort
method to Collections by @valzargaming and @Log1x in #1276 - ✨ Add slide, sort, map methods to Collections and Repositories by @valzargaming
- ✨ Add parameters to serialize for Collections and Repositories for use with json_encode() by @valzargaming
- 🔧 Fix parameters for serialize by @valzargaming in 229597f
- 🔧 Pass parameters down to json_encode by @valzargaming in 96db7b6
Full Changelog: v10.1.6...v10.2.2