Skip to content

Releases: mondaycom/monday-sdk-js

v0.3.3

18 May 13:43
bed4b7f
Compare
Choose a tag to compare

This version introduces the versioning support via apiVersion property.

What's Changed

Full Changelog: 0.3.2...0.3.3

v0.3.2

18 Apr 20:52
703b378
Compare
Choose a tag to compare

Refined the type definitions for monday.storage methods

0.3.0

28 Feb 15:41
5271cd2
Compare
Choose a tag to compare

What's Changed

  • Added typescript declarations for all methods in the SDK (including the new workdoc actions).
  • break types into own files by @gregra81 in #75
  • Feat/add doc types by @yuhgto in #77

New Contributors

Add Typings

19 Feb 07:16
f96b35c
Compare
Choose a tag to compare

What's Changed

  • copy existing typings from definitely typed by @gregra81 in #73

New Contributors

Full Changelog: 0.1.6...0.2.1

Introduce new "unsubscribe" method to monday.listen

30 Oct 14:59
51f7ce8
Compare
Choose a tag to compare

This release implements the "unsubscribe" method that is returned by calling the method "monday.listen"

Introduce new "set", "valueCreatedForUser", "openSettings" and "closeSettings" methods

30 Aug 09:07
28d00b7
Compare
Choose a tag to compare

In this version there are 2 new methods which are introduced:

  1. "Set" method - is used for setting up data inside your application.
  2. "valueCreatedForUser" execute method - notifies the monday platform that user gains a first value in an app.
  3. "openSettings" execute method - opens view settings window
  4. "closeSettings" execute method - closes view settings window

Please check relevant sections in the Readme file for more info.

Return correct error message when getting a timeout from the API

15 Aug 15:51
Compare
Choose a tag to compare
0.1.3

update dist and bump the version to 0.1.3

API error data object

29 Dec 21:20
Compare
Choose a tag to compare

This release includes:

  1. Propogate the data object as part of an Error object on monday.api() method, which can be used like this:
    monday.api(request)
    .catch((err) => {console.log("error data:", err.data)})

API errors propogation and client token fix

16 Sep 10:27
Compare
Choose a tag to compare

This release includes 2 main changes:

  1. Bug in the setToken method for the client side API client
  2. API errors propagation in the .api() method with Seamless authentication. Now, when there was an error, the promise will be rejected

v0.1.0 - First beta release

07 May 08:54
Compare
Choose a tag to compare
Pre-release

This is the first beta release of the monday.com Apps SDK