Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 1.44 KB

v1.0.0 (2016-02-28)

  • the api_call function now returns a decoded JSON object, rather than a JSON encoded string
  • some api_call calls now call actions on the parent server object:
    • im.open
    • mpim.open, groups.create, groups.createChild
    • channels.create, channels.join

v0.18.0 (2016-02-21)

  • Moves to use semver for versioning
  • Adds support for private groups and MPDMs
  • Switches to use requests instead of urllib
  • Gets Travis CI integration working
  • Fixes some formatting issues so the code will work for python 2.6
  • Cleans up some unused imports, some PEP-8 fixes and a couple bad default args fixes

v0.17 (2016-02-15)