Skip to content

Releases: ayan4m1/comfy-ui-client

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 17:38

0.5.0 (2025-08-20)

Bug Fixes

  • incorrect package name in example package.json (a16d89a)

Features

  • enable semantic-release for pushes to main in github actions workflow (8d6b99d)
  • start using commitlint/commitizen to enforce conventional commits, add semantic-release (44fd11c)

v0.4.3

Choose a tag to compare

@ayan4m1 ayan4m1 released this 20 Aug 03:15
  • refactor: reduce token code complexity significantly

Full Changelog: v0.4.2...v0.4.3

v0.4.2

Choose a tag to compare

@ayan4m1 ayan4m1 released this 20 Aug 03:14
  • fix: append querystring correctly in getUrl

Full Changelog: v0.4.1...v0.4.2

v0.4.1

Choose a tag to compare

@ayan4m1 ayan4m1 released this 10 Aug 17:44
  • Fix bugs preventing auth integration from working

v0.4.0

Choose a tag to compare

@ayan4m1 ayan4m1 released this 10 Aug 17:08
  • Initial release under this name
  • Add token as constructor parameter for use with ComfyUI-Login
  • Change type of uploadImage/uploadFile to be ArrayBuffer instead of Buffer, fixing TS error