Releases: intercom/intercom-node
Release v3.1.4
What's Changed
- Remove deprecated
client.useBaseUrlmethod by @hypeofpipe in #307 - Add QA step to CI by @hypeofpipe in #307
Full Changelog: v3.1.2...v3.1.3
Release v3.1.2
What's Changed
- Fix no email in creating contact params by @hypeofpipe in #310
- Fix ts-lib issue by @hypeofpipe in #310
Full Changelog: v3.1.1...v3.1.2
Release v3.1.1
What's Changed
- Issue/296/invalid types for search conversations by @hypeofpipe in #305
- Update README.md by @hypeofpipe in #304
Full Changelog: v3.1.0...v3.1.1
Release v3.1.0
What's Changed
- Endpoints/notes by @hypeofpipe in #297
- Add Visitors by @hypeofpipe in #299
- Convert id properties from snake_case to camelCase by @thibaultdalban in #298
- Add Visitor by @hypeofpipe in #301
- Add Count by @hypeofpipe in #302
- 3.1.0 Release by @hypeofpipe in #303
New Contributors
- @thibaultdalban made their first contribution in #298
Full Changelog: v3.0.1...v3.1.0
Release v3.0.1
What's Changed
- Fix build (dist folder) throwing error by @hypeofpipe in #294
- Simplify types to be compatible with TS v3.X by @hypeofpipe in #295
Full Changelog: v3.0.0...v3.0.1
Release v3.0.0
What's Changed
Updated Node SDK to support Intercom APIs > v2.x
Removed methods deprecated in API v2.x
Removed support for callbacks and replaced it solely with promise-based approach
Add >90% API coverage
Updated dependencies
What's Changed
- [Beta Release] merged by @hypeofpipe in #289
Full Changelog: v3.0.0-0...v3.0.0
Release v3.0.0-beta
What's Changed
Updated Node SDK to support Intercom APIs > v2.x
Removed methods deprecated in API v2.x
Removed support for callbacks and replaced it solely with promise-based approach
Updated dependencies
Full Changelog: https://github.com/intercom/intercom-node/blob/beta/CHANGELOG.md
Allowing permanent delete via multiple params
#216 allows for permanent deletion of users with multiple parameters. This reduces the number of calls you need to make now if you want to delete via a different user parameter.
Also update the readme for lead scrolling due to error with code example
Demote Sinon to dev dependencies and migrate to Circle CI.
#202 demote sinon to dev dependencies.