Skip to content

Releases: nylas/nylas-nodejs

v5.5.1

24 Jun 14:06
42a032d
Compare
Choose a tag to compare

Enhancements

  • Fix tracking object not being added to a pre-existing draft object (#241)
  • Removed request dependency and related import statements (#240)
  • Fix undefined response when downloading file (#242)

v5.5.0

09 Jun 21:09
a69f8de
Compare
Choose a tag to compare

New Features

  • Replaced deprecated request library with node-fetch (#234)
  • Add custom error class NylasApiError to add more error details returned from the API (#236)
  • Add support for read only fields (#237)
  • Enabled Nylas API v2.2 support (#237)

Enhancements

  • Fix bug where saving a draft object with an undefined filesIds would throw an error (#230)
  • Fix typings for classes that extend RestfulModelCollection or RestfulModelInstance (#238)

v5.4.0

21 May 21:26
Compare
Choose a tag to compare

New Features

  • Add metadata field in the Event model to support new Event metadata feature (#227)
  • Add support for filtering metadata using metadata_key, metadata_value, and metadata_pair (#228)

Enhancements

  • Updated dependencies lodash, y18n, and pug to the latest stable version (#222)

v5.3.3

26 Mar 19:37
Compare
Choose a tag to compare
  • Pass error message #219
  • Migrate delta streaming to node-fetch #216
  • Migrate exchangeCodeForToken to node-fetch #214

v5.3.2

12 Jan 06:38
Compare
Choose a tag to compare

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