Skip to content

Releases: kuzzleio/sdk-javascript

v7.11.0-beta.1

30 Aug 12:34
Compare
Choose a tag to compare
v7.11.0-beta.1 Pre-release
Pre-release

7.11.0-beta.1 (2023-08-30)

Bug Fixes

  • actions: add scope to the deploy action (92ab29c)
  • actions: issue with deploy documentation and packages (9a367e1)
  • package.json: update package lock to fix deps (6d0ee3a)

Features

  • semantic-release: add semantic release support and workflow files rework (748c6ae)

7.10.8

13 Apr 15:05
d9660d3
Compare
Choose a tag to compare

7.10.8 (2023-04-13)

Others

  • [ #726 ] Add index and collection fields to KHit (fmauNeko)

7.10.7

15 Mar 15:35
9da1b1b
Compare
Choose a tag to compare

7.10.7 (2023-03-06)

Enhancements


7.10.6

21 Feb 11:11
2033928
Compare
Choose a tag to compare

7.10.6 (2023-02-21)

Bug fixes

  • [ #722 ] llows to specify only request type in query (Aschen)

7.10.5

18 Jan 14:54
21dcac8
Compare
Choose a tag to compare

7.10.5 (2023-01-18)

Bug fixes

  • [ #720 ] Add a safer check to know if we are inside of a browser (Shiranuit)

7.10.4

09 Jan 16:48
25e1cd5
Compare
Choose a tag to compare

7.10.4 (2023-01-09)

Bug fixes

  • [ #716 ] Allow to call custom GET HTTP method with index and collection args (alexandrebouthinon)
  • [ #718 ] Fix error with React Native (Shiranuit)
  • [ #711 ] Fix bug where calling next on search with a from always return the same results (Shiranuit)

7.10.3

31 Oct 11:25
6aaf6e1
Compare
Choose a tag to compare

7.10.3 (2022-10-31)

Enhancements

  • [ #712 ] Allows to extends BaseRequest properties (Aschen)

7.10.2

30 Sep 15:56
d247e95
Compare
Choose a tag to compare

7.10.2 (2022-09-29)

Enhancements


7.10.1

07 Sep 11:21
9ddf056
Compare
Choose a tag to compare

7.10.1 (2022-09-02)

Bug fixes

Enhancements

  • [ #704 ] Add support for debug in browser from window object (Aschen)
  • [ #707 ] Add query typing (Aschen)
  • [ #699 ] Prevent unhandledRejection from NotificationHandler (ChillPC)

7.10.0

14 Apr 06:30
eb5fbba
Compare
Choose a tag to compare

7.10.0 (2022-04-13)

Bug fixes

New features

Enhancements

  • [ #692 ] Add missing strong types in document controller (Aschen)
  • [ #689 ] Expose RequestPayload type (xbill82)