- core: add methods to list and delete available messages (thanks to jamslater)
- core: rework base id from resource id calculation, use new constant (thanks to jamslater)
- core: update android * ios clientVersion (9->11)
- rename project (fut14->fut)
- fut15 (drop support for fifa 14)
- #76 fix buying (thanks to arthurnn)
- add new exceptions: doLoginFail, MaxSessions, Captcha
- add changelog
- NullHandler is default logging handler
- core: bump clientVersion (8->9)
- core: relist returns number of delted/sold if clean parameter was set
- add new exception FeatureDisabled
- core: add emulate
- core: add stats
- core: add clubInfo
- core: add sendToWatchlist
- exceptions: add Unauthorized & MultipleSession
- fix quicksell
- fix logger
- setup.py is now executable
- core: add clean ability to relist (remove sold cards)
- core: keepalive returns credit amount
- fix relist
- add new exception Conflict
- init docs
- core: add relist
- core: add sendToClub
- add few exceptions
- core: add DEBUG feature
- add multiplatform support (xbox/ps3/and/ios)
- core: add assetId param to searchAuction method
- core: add pileSize
- core: add leagueId to item data parser
- convert lowercase function/method names to mixedCase (send_to_tradepile -> sendToTradepile)
- drop python-2.5 (requests)
- core: python 3 support
- core: move requests session init & headers from login to init
- core: update credits on every request (only if it is avaible included in response)
- core: add watchlist
- core: add card_info function
- core: add alias for base_id & card_info
- init