Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 12:34
· 7 commits to main since this release
b89650b

Client

  • Added api and types export not only from the main file
  • Added comments with link to RFC page for APIs
  • [!] Removed client.downloadBlob method. Use client.blob.download instead
  • Fixed a bug where the download method returned text instead of arraybuffer
  • Some string unions have been put into separate types
  • Some comments have been converted to jsdoc
  • Improved typings

Workspace

  • Changed the build method to a regular tsc
  • Removed Dist and Docs folders from git
  • Removed sonarjs plugin
  • Eslint config rewrited with flat style
  • Now docs generated in github actions
  • Updated depends

What's Changed

Full Changelog: v1.1.0...v1.2.0