Skip to content

Releases: lisb/direct-js

Release 3.1.0 (2024-10-22)

22 Oct 06:52
a2b4585
Compare
Choose a tag to compare

direct-js@3.1.0 has been released with internal code updates. There are no changes in the public specifications.

Release 3.0.0 (2024-10-11)

11 Oct 03:18
Compare
Choose a tag to compare

Breaking changes

  • Requires node >= 18 and npm >= 10 after this version

Features

direct-js@3.0.0 has been released with the following features:

  • send method and robot.direct.notes APIs now support "styled note" functionality.
    • "styled note" is a new note that allows you to change the font size and color of the text and to add a URL link to the text.
  • robot.direct.notes.validateXml method has been added to validate XML data for styled notes

More details will be available soon on daab.direct4b.com.

Release 2.4.0 (2024-10-08)

08 Oct 10:35
a556294
Compare
Choose a tag to compare

DEPRECATED: Please use 3.0.0 or above instead of this version

direct-js@2.4.0 has been released with the following features:

  • send method and robot.direct.notes APIs now support "styled note" functionality.
    • "styled note" is a new note that allows you to change the font size and color of the text and to add a URL link to the text.
  • robot.direct.notes.validateXml method has been added to validate XML data for styled notes

More details will be available soon on daab.direct4b.com.

Release 2.3.0 (2024-03-13)

13 Mar 05:33
ab76965
Compare
Choose a tag to compare

direct-js@2.3.0 has been released with the following feature.

notes.update method now has the option that determines whether or not talk members are notified of note updates. Please see https://daab.direct4b.com/docs/spec/note.html for more information.

Release 2.2.0 (2024-02-02)

02 Feb 09:30
3fd1d86
Compare
Choose a tag to compare

We've released direct-js@2.2.0 that fixed a bug in the announce method.

Release 2.1.0 (2023-07-30)

30 Jul 02:31
2e06655
Compare
Choose a tag to compare

We've released a new version with the following features.

  • Send a message with mentions
  • Get mention data from a received message
  • Send and receive an original stamp

Release 1.119.0 (2022-12-11)

10 Dec 22:37
8d72c2f
Compare
Choose a tag to compare

Others

We've updated direct-js along with internal code upgrade. There aren't any changes in daab public specification.

Release 1.117.0 (2022-08-01)

01 Aug 03:08
99b5d9c
Compare
Choose a tag to compare

Others

Updated direct-js along with internal code version up. There aren't any changes in daab public specification.

Release 1.114.8 (2022-03-16)

16 Mar 01:45
f53eb3e
Compare
Choose a tag to compare

Breaking changes

  • Requires node >= 12 and npm >= 7 (#39)

Features

  • Add optional domainId parameter to user object getter methods (#39)

Others

Follows the internal code changes.

Release 1.111.6

29 Jan 06:07
44643d9
Compare
Choose a tag to compare

2021-01-29

Bug Fixes

  • Enhanced retry processing when daab creates/updates a note with attachments
  • Enhanced talk_id validation when daab sends a message with attachments