- 0.2.10
- basic support for companies. #18. (https://github.com/cameronmaske)
- fixed User.delete. #19. (https://github.com/cameronmaske)
- updated links to Intercom API docs.
- Doctest fixes.
- 0.2.9
- unsubscribed_from_emails attribute added to User object. #15. (https://github.com/sdorazio)
- last_request_at parameter supported in Intercom.create_user. #16.
- page, per_page, tag_id, and tag_name parameters support on Intercom.get_users. #17.
- 0.2.8
- Added support for tagging #13.
- Now installs into a clean python environment (https://github.com/vrachil) #12.
- Doctest fix.
- PEP8 formatting.
- 0.2.7
- Update delete user support to send bodyless request.
- Add support for user notes.
- 0.2.6
- Support for delete user.
- 0.2.5
- Consistent version numbering (docs and code).
- 0.2.4
- Handle invalid JSON responses. (https://github.com/marselester)
- Fix to doctests to pass with current Intercom dummy API.
- 0.2.3
- Fixed version number of distribution to match documentation.
- 0.2.2
- Finished docstrings and doctests.
- 0.2.1
- Added some docstrings.
- 0.1
- initial release