Releases: nylas/nylas-nodejs
Releases · nylas/nylas-nodejs
v5.3.1
v5.3.0
- Fix bug where setting event.start and event.end did not set event.when if event.when didn't exist
- Refactor parameter ordering in find() and draft.send() methods [backwards compatible]
- Add JobStatus model and collection
v5.2.0
5.2.0 / 2020-07-27
- Implement support for GET /contacts/groups
- Update lodash import
- Support GET /resources
- Support POST, PUT and DELETE for calendars, and add location, timezone and isPrimary attributes.
- Add
object
attribute toevent.when
object
v5.1.0
- Fix bug which was overwriting properties on message objects.
- Support recurring events.
- Implement list & update application details endpoints.
- Support free-busy endpoint on Calendars collection.
v5.0.0
- [BREAKING] remove
appId
andappSecret
. Please useclientId
andclientSecret
. - [BREAKING] remove
Thread.folder
. Please useThread.folders
. - Migrate to Typescript
v4.10.1
- Update
exchangeCodeForToken
to reject when noaccess_token
is returned. - Fix unhandled error when response is undefined.
- Fix get contact picture request to correctly use callback, if provided.
v4.10.0
- Add iCalUID attribute to Event model
- Update SUPPORTED_API_VERSION to 2.1
- Allow file streaming uploads
- Update Thread.folder to use Folder model, and rename to Thread.folders
v4.9.0
- Remove error handling in /connect models
- Update Thread participants to use EmailParticipant
- Bump handlebars version
v.4.8.0
- Add support for
/connect/token
endpoint - Fix events so that they support all time subobjects
v4.7.1
- Update formatting for DeprecationWarnings
- Update package-lock.json
- Add support for
/connect/authorize
endpoint - Fix draft deletion bug
- Improvements to example/webhooks