Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

Release 6.1.0

Compare
Choose a tag to compare
@jessesquires jessesquires released this 24 Nov 00:54
· 572 commits to develop since this release

Milestone 6.1 is closed!

What's new

The - (NSUInteger)hash method is now required for the JSQMessageData and JSQMessageMediaData protocols. The library has always implemented this for the provided model objects, but you must implement this method if you use custom classes/subclasses for your model objects. This is due to the new caching mechanism introduced in v6.0. See #631 for more details. (Note: you get hash from NSObject, but you should implement it yourself based on your message data.)

Issues closed