front-sdk
Version:
A JavaScript API for Front (https://frontapp.com)
98 lines (52 loc) • 2.1 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).
# v0.8.2
## (2022-02-03)
* Handle possibly different error object [karaxuna]
# v0.8.1
## (2020-09-02)
* Update to latest version of typed-error [Lucian Buzzo]
# v0.8.0
## (2020-09-02)
* Fix tests and run them on circleci [Kakhaber]
## 0.7.2 - 2019-07-24
* Fix contact create method url [Kakhaber]
## 0.7.1 - 2019-04-08
* Don't send conversation_id in the body when updating conversations [Juan Cruz Viotti]
## 0.7.0 - 2019-04-05
* Fix page_token type from number to string [Kakhaber]
## 0.6.0 - 2019-03-25
* Pagination updated, tests fixed [Kakhaber]
## 0.5.0 - 2019-03-25
* Inbox: Create channel [Kakhaber]
## 0.4.0 - 2019-03-25
* Add circleci config [Kakhaber]
## 0.3.6 - 2019-02-05
* Fix Messages and Tags typings [Stevche Radevski]
## 0.3.5 - 2019-01-08
* Correctly append extra information to FrontError messages [Juan Cruz Viotti]
## 0.3.4 - 2019-01-04
* Include URL and body in FrontError messages [Juan Cruz Viotti]
## 0.3.3 - 2018-12-13
* Attempt to use requests's error response property [Juan Cruz Viotti]
* Retry http calls to Front various times if 5xx [Juan Cruz Viotti]
## 0.3.2 - 2018-12-13
* Package.json: Upgrade @types/request [Juan Cruz Viotti]
## v0.3.1 - 2018-09-17
* Prune double slashes from an API request [Andrew Lucas]
## v0.3.0 - 2018-04-17
* Add endpoints, update build and update tests #18 [Andrew Lucas]
## v0.2.3 - 2017-11-20
* Support raw string body parser #16 [Andrew Lucas]
## v0.2.2 - 2017-07-06
* Include response from conversation.listComments in the ResponseData union type [Andrew Lucas]
## v0.2.1 - 2017-06-27
* Fix slight, but catastrophic, typo in updating a conversation [Andrew Lucas]
## v0.2.0 - 2017-06-03
* Add event registration and delivery to the SDK. [Heds Simons]
## v0.1.0 - 2017-05-18
* Add the Topics API for Front. [Heds Simons]
## v0.0.1 - 2017-04-28
* Initial version. [Heds Simons]