Releases: Calculamatrise/antiland
0.0.14
Improved overall code efficiency and squashed some bugs!
Full Changelog: 0.0.13...0.0.14
0.0.13
Full Changelog: 0.0.12...0.0.13
0.0.12
0.0.11
This version includes several backbone changes and improvements to help prevent spontaneous crashes and bugs.
- The
victim
property in the GiftMessage object has been renamed toreceiver
. - Added
receiverId
andsenderId
properties to the GiftMessage object. - Made the
messageId
option in the MemberManager#ban method optional. - Added
admin
,adminId
,receiver
, andreceiverId
properties to the response after banning a group member. - Renamed the
endsAt
andendsTimestamp
properties in the ban response toexpiresAt
and expiresTimestamp`.
Full Changelog: 0.0.10...0.0.11
0.0.10
Various minor bug fixes, changes, and improvements.
Full Changelog: 0.0.8...0.0.10
0.0.8
Various bug fixes, additions, and performance improvements.
- Added LoverManager to Message types.
- Added ModeratorManager to Group types.
Full Changelog: 0.0.6...0.0.8
0.0.6
Various minor bug fixes and improvements.
Full Changelog: 0.0.4...0.0.6
0.0.5-patch
Fixed a bug where the dialogueId property on GiftMessages would be a Dialogue as opposed to a string.
Full Changelog: 0.0.5-delta...0.0.5-patch
0.0.5-delta
Various minor bug fixes and improvements.
- Added error catching support for the PubNubBroker
- Finished documenting most of the library on the Wiki
Full Changelog: 0.0.4...0.0.5-delta
0.0.4
Fixed an issue causing the unsubscribe method to do nothing on the PubNubBroker.
- Moved several events from the Client to the DialogueManager and GroupManager.
- Changed the
newRandom
torandom
method on the User object - Added
unique
option to therandom
method
Full Changelog: 0.0.3...0.0.4