Skip to content

Releases: zyndex-drive/server

Release 0.2.0-16

09 Oct 17:09
v0.2.0-16
519dafa
Compare
Choose a tag to compare
Release 0.2.0-16 Pre-release
Pre-release

0.2.0-16 (2021-10-09)

Features

  • google/drive: implement search in google/drive/files api (179b4f7)

Full Changelog: v0.2.0-15...v0.2.0-16

Release 0.2.0-15

09 Oct 17:07
v0.2.0-15
8b33833
Compare
Choose a tag to compare
Release 0.2.0-15 Pre-release
Pre-release

0.2.0-15 (2021-10-09)

Features

  • google/drive: add api methods for drive/files route (a6a7bd2)
  • google/helpers: add function to construct google fields parameter (5402fd1)

Docs

  • readme: add code quality badges (464cf0b)

Build System

  • package: add got package for managing streaming requests (b52c80c)

Full Changelog: v0.2.0-14...v0.2.0-15

Release 0.2.0-14

09 Oct 00:45
v0.2.0-14
c5a793d
Compare
Choose a tag to compare
Release 0.2.0-14 Pre-release
Pre-release

0.2.0-14 (2021-10-09)

Features

  • google/api: add api doc for google/drive/files and fix google requester (c5291bb)

Release 0.2.0-13

06 Oct 16:07
v0.2.0-13
a7572ac
Compare
Choose a tag to compare
Release 0.2.0-13 Pre-release
Pre-release

0.2.0-13 (2021-10-06)

Features

  • google/drive: add method exports for google/drive (ae104bc)
  • google/drives: add api methods for drive/drives (479faab)
  • google/drives: add api methods for drive/permissions (46f2505)
  • google/requester: add patch request method for google/requester function (59af9c5)

Others

  • google/iam: add scope exports (e92534a)

Docs

  • google/drive: add api documentation for drive/files (b30bd10)

Code Refactoring

  • google/api: add default exports (4c985ba)

Release 0.2.0-12

05 Oct 16:43
v0.2.0-12
96cbbf5
Compare
Choose a tag to compare
Release 0.2.0-12 Pre-release
Pre-release

0.2.0-12 (2021-10-05)

Features

  • google/api: update existing methods to new requester type hintings (4f23dd0)
  • google/requester: add complete type hintings for requester (2155e16)

Release 0.2.0-11

04 Oct 16:06
v0.2.0-11
635e31d
Compare
Choose a tag to compare
Release 0.2.0-11 Pre-release
Pre-release

0.2.0-11 (2021-10-04)

Features

  • google/drives: add api methods for google/drive/drives and about routes (994f4bd)
  • google/requester: add type hintings for google request and response (d3fb195)

Build System

  • package: add uuid package (ec92b2c)

Release 0.2.0-9

02 Oct 05:27
v0.2.0-9
ae684f1
Compare
Choose a tag to compare
Release 0.2.0-9 Pre-release
Pre-release

0.2.0-9 (2021-10-02)

Bug Fixes

  • google/jwt: fix jwt - add crypto module (1cf09c5)

Build System

  • crypto: add node-webcrypto module for cryptographic function (10c0fca)

Release 0.2.0-8

02 Oct 03:54
v0.2.0-8
a59f3df
Compare
Choose a tag to compare
Release 0.2.0-8 Pre-release
Pre-release

0.2.0-8 (2021-10-02)

Features

  • google/resolve-token: add service account token resolver to google oauth helpers (422de8a)

Code Refactoring

  • google/jwt: rename jwt file (fb1c778)

Release 0.2.0-10

02 Oct 16:26
v0.2.0-10
2aaca0d
Compare
Choose a tag to compare
Release 0.2.0-10 Pre-release
Pre-release

0.2.0-10 (2021-10-02)

Features

  • google/iam: add iam - service account methods (49e2e3f)
  • google/iam: append iam api methods to main API Array (0c7ea84)
  • google/requester: add delete request method for google api requester (b473c53)

Bug Fixes

  • models/service-account: add unique id prop for service account model (504567d)

Code Refactoring

  • google/api: append api methods to main api array (0e81661)
  • google/routes: rename api.ts to routes.ts for name conflict (e4aefba)
  • routes/login: use the refactor google api methods (b8613a1)

Release 0.2.0-7

01 Oct 12:42
v0.2.0-7
bdf677b
Compare
Choose a tag to compare
Release 0.2.0-7 Pre-release
Pre-release

0.2.0-7 (2021-10-01)

Features

  • google/service-account: add access token generation method for service account (6716569)
  • google/service-account: handler for saving checking and saving service account token (5d0ae5b)

Bug Fixes

  • google/signjwt: fix jwt signature method to use scopes provided (9dd9661)

Docs

  • google/handlers: document google oauth method handlers (fb6270d)