Skip to content

Latest commit

 

History

History
130 lines (83 loc) · 2.15 KB

History.md

File metadata and controls

130 lines (83 loc) · 2.15 KB

1.5.0 / 2018-01-02

  • Store Error Details from Intercom into IntercomError
  • Fix getPages only returns single page if no more pages

1.4.0 / 2016-10-28

  • Removed requirement for apiKey
  • Updated support for Personal Access Tokens
  • Added support for a request timeout

1.3.0 / 2016-10-22

  • Updated debug dependency
  • Updated request dependency
  • Changed path for bulkAddUsers
  • Extended result with intercom's ratelimit information
  • Changed to use caret version ranges, not tilde in package.json
  • Improved getPages
  • Added support for Personal Access Tokens

1.2.1 / 2016-02-15

  • Fixed markConversationAsRead

1.2.0 / 2016-02-12

  • Added methods to support conversations.

1.1.0 / 2016-02-11

  • Add contact methods

1.0.10 / 2015-06-05

  • Update deleteUser

1.0.9 / 2015-05-27

  • Update deleteTag and updateTag

1.0.8 / 2015-04-25

  • Added intercom.getPages support

1.0.7 / 2015-03-06

  • Added JSHINT Support to Gruntfile
  • Updated lodash usage

1.0.5 / 2014-10-24

  • Update request dependency

1.0.4 / 2014-10-24

  • Update qs dependency

1.0.3 / 2014-09-20

  • Added support for Conversations

1.0.2 / 2014-09-20

  • User POST for updateUser

1.0.1 / 2014-09-12

  • Support for intercom.io errors

1.0.0 / 2014-09-11

  • Major overhaul to the API

0.0.8 / 2014-05-04

  • Update support for promises

0.0.7 / 2014-05-04

  • Added support for promises

0.0.6 / 2014-04-27

  • Added createEvent

0.0.5 / 2014-02-18

  • Fixed delete user

0.0.4 / 2013-10-31

  • Fixed JSON Body Errors

0.0.3 / 2013-10-05

  • Added basic integration tests

0.0.2 / 2013-10-05

  • Added docs
  • Made it work with just passing in options

0.0.1 / 2013-07-03

  • Initial release