* __upd__: `diaspy.models.Post.like()`, `diaspy.models.Post.delete_like()`, `diaspy...
authorCYBERDEViLNL <CYBERDEViLNL@github.com>
Thu, 6 Dec 2018 18:16:11 +0000 (19:16 +0100)
committerCYBERDEViLNL <CYBERDEViLNL@github.com>
Thu, 6 Dec 2018 18:16:11 +0000 (19:16 +0100)
commit8bfe79c780885a202971110b0bfee15e9196fa22
treec24632f078f8d53c9b827028654a6645bc82066d
parentc0c23006dc746a19d25c9427bc614a8add03d06c
* __upd__:  `diaspy.models.Post.like()`, `diaspy.models.Post.delete_like()`, `diaspy.models.Post.reshare()` will now update data (count and likes/reshares) without doing another request.
* __fix__:  `diaspy.models.Post.__init__()` checking on different fetch states was a mess.
* __fix__:  `diaspy.streams.Asepcts.filter()` location fix.
* __new__:  `diaspy.tagFollowings.TagFollowings()` which represents the tags followed by the user.
* __new__:  `diaspy.models.FollowedTag()` which represents a tag followed by the user. It is used by `diaspy.tagFollowings.TagFollowings()`.
* __new__:  It is now possible to give `**requestKwargs` to `diaspy.connection.Connection()` which will be used for every `request` unless directly overwritten by given the function you call different key-worded arguments.
* __new__:  `diaspy.connection.Connection()` now does check if the `pod` you are connecting to has `Camo` enabled or not. Call `diaspy.connection.Connection.camo()` to receive `True` or `False`.
* __new__:  `diaspy.models.Comment.authordata()` which will return all author data instead of `diaspy.models.Comment.author()` which will only return data for a certain key.
* __new__:  `diaspy.streams.Public()`
* __new__:  `diaspy.models.Post.fetchlikes()`.
* __new__:  `diaspy.models.Post.fetchreshares()`
* __rem__:  `diaspy.streams.FollowedTags.get()` since it wasn’t doing anything usefull.
* __dep__:  `diaspy.streams.FollowedTags.remove()` Use `diaspy.tagFollowings.TagFollowings[“tagName”].delete()` instead.
* __dep__:  `diaspy.streams.FollowedTags.add()` Use diaspy.tagFollowings.TagFollowings.follow() instead.
Changelog.markdown
diaspy/__init__.py
diaspy/connection.py
diaspy/models.py
diaspy/streams.py
diaspy/tagFollowings.py [new file with mode: 0644]
docs/source/conf.py
setup.py