Skip to content

Releases: ghostzero/tmi

2.3.3: Add return types

22 Mar 09:29
9ea6f1b
Compare
Choose a tag to compare

What's Changed

  • Add return types to array methods in Tags class by @Bjornar97 in #11

New Contributors

Full Changelog: 2.3.2...2.3.3

2.3.2: Serialization fixed for 8.x

15 Dec 17:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.1...2.3.2

2.3.1: Serializable Events 🎉

16 May 09:37
Compare
Choose a tag to compare

#9 This release contains the fix for 2.3.0 which introduced the client property. TL;DR: It was not serializable.

2.3.0

20 Sep 13:09
c2c34ae
Compare
Choose a tag to compare
Attach client to event

2.2.0

30 Apr 08:47
7ffdd06
Compare
Choose a tag to compare
  • Add documentation
  • Add connect callback for on-off-commands
  • Change Closure to callback
  • Fixed some tests
$client->connect(function () use ($client) {
  $client->say('ghostzero', 'Hello');
});

2.1.0

19 Feb 16:59
9935a8b
Compare
Choose a tag to compare
Update PHP 8

2.0.0

21 Dec 18:33
Compare
Choose a tag to compare

First official release. Our API is now fix.

2.0.0-rc.4

14 Nov 13:20
Compare
Choose a tag to compare
2.0.0-rc.4 Pre-release
Pre-release
Add channel fallback object

2.0.0-rc.3

11 Nov 21:48
Compare
Choose a tag to compare
2.0.0-rc.3 Pre-release
Pre-release
Skip notification, if we dont have this channel.

2.0.0-rc.2

06 Nov 13:37
Compare
Choose a tag to compare
2.0.0-rc.2 Pre-release
Pre-release
Fix name