Skip to content

Releases: nylas/nylas-nodejs

v5.3.1

20 Nov 18:26
Compare
Choose a tag to compare

5.3.1 / 2020-11-20

  • Drop async dependency for smaller package fingerprint. Async is replaced with promises.
  • Remove circular dependency in nylas-connection.ts
  • Update readme with syntax highlighting

v5.3.0

20 Oct 01:18
Compare
Choose a tag to compare
  • 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

29 Jul 22:01
Compare
Choose a tag to compare

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 to event.when object

v5.1.0

09 Jun 21:24
Compare
Choose a tag to compare
  • 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

07 May 21:54
Compare
Choose a tag to compare
  • [BREAKING] remove appId and appSecret. Please use clientId and clientSecret.
  • [BREAKING] remove Thread.folder. Please use Thread.folders.
  • Migrate to Typescript

v4.10.1

06 May 20:52
Compare
Choose a tag to compare
  • Update exchangeCodeForToken to reject when no access_token is returned.
  • Fix unhandled error when response is undefined.
  • Fix get contact picture request to correctly use callback, if provided.

v4.10.0

25 Feb 01:01
Compare
Choose a tag to compare
  • 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

28 Jan 19:38
Compare
Choose a tag to compare
  • Remove error handling in /connect models
  • Update Thread participants to use EmailParticipant
  • Bump handlebars version

v.4.8.0

09 Oct 23:02
Compare
Choose a tag to compare
  • Add support for /connect/token endpoint
  • Fix events so that they support all time subobjects

v4.7.1

18 Sep 21:26
Compare
Choose a tag to compare
  • Update formatting for DeprecationWarnings
  • Update package-lock.json
  • Add support for /connect/authorize endpoint
  • Fix draft deletion bug
  • Improvements to example/webhooks