Skip to content

Releases: evrythng/evrythng.js

v3.7.0

16 Jun 15:43
Compare
Choose a tag to compare

Features

  • Collections: Add nested collection resource operator.collection('id').collection()

v3.6.1

09 Jun 12:31
Compare
Choose a tag to compare

Bug fixes

  • Iterator API: Use sortOrder=DESCENDING param by default
  • Application: Reject application.$init promise if app does not exist
  • AJAX Headers: Fix response headers not being handled correctly

v3.6.0

02 Jun 11:30
Compare
Choose a tag to compare

Features

  • Batches: CRUD access in the Operator scope
  • Batch tasks: CR access in the Batch resource

v3.5.0

12 May 17:07
Compare
Choose a tag to compare

Features

  • Iterator API: Async generator iterator() added to every Resource, supporting looping
    through the new pagination links
  • Utils: Added forEachAsync() utility to loop through async generator values
  • Utils: Added spawn() utility to run through generator function

Breaking changes

  • Count: count() method on the Resource has been removed

Bug fixes

  • AJAX Headers: Header values were being lowercased

v3.4.4

26 Apr 14:32
Compare
Choose a tag to compare

Bug fixes

  • Request interceptors: Added Promise support for request interceptors

v3.4.3

01 Apr 14:58
Compare
Choose a tag to compare

Changes

  • Callback API: Make deprecation warning mutable

v.3.4.2

01 Apr 14:57
Compare
Choose a tag to compare

Changes

  • Errors: Added code and moreInfo and removed message and type to/from EVT.js errors.
  • Callback API: Added deprecation when callbacks are executed

v3.4.1

01 Apr 14:57
Compare
Choose a tag to compare

Changes

  • Transport: Common transport module for Node.js and Browser

v3.4.0

01 Apr 14:56
Compare
Choose a tag to compare

Features

  • Projects: CRUD access in the Operator scope
  • Applications: CRUD access in the Project resource
  • Reactor Logs: RD access in the Operator scope
  • Actions: allow to override global Geolocation setting per request

v3.3.2

01 Apr 14:56
Compare
Choose a tag to compare

Bug fixes

  • Resource path: newly created entities have wrong resource path [#37]