Skip to content

Releases: codingrequired/helpscout-api

0.1.2

Choose a tag to compare

@anbiniyar anbiniyar released this 04 Aug 15:04

Update view count functionality and add integration test

  • Make body parameter optional in PUT request functions
  • Fix updateViewCount to not send unnecessary body data
  • Add integration test for updateViewCount functionality
  • Bump version to 0.1.2

0.1.1

Choose a tag to compare

@anbiniyar anbiniyar released this 02 Aug 21:49

Export Categories and Assets interfaces

0.1.0

Choose a tag to compare

@anbiniyar anbiniyar released this 02 Aug 14:00

Add list articles by categories endpoint

0.0.9

Choose a tag to compare

@anbiniyar anbiniyar released this 01 Aug 00:26

Add ‘preview’ to ArticleSearch type

Bump esbuild and vitest

Bumps esbuild to 0.25.8 and updates ancestor dependency vitest. These dependencies need to be updated together.

Updates esbuild from 0.21.5 to 0.25.8

Updates vitest from 1.6.1 to 3.2.4


updated-dependencies:

  • dependency-name: esbuild
    dependency-version: 0.25.8
    dependency-type: indirect
  • dependency-name: vitest
    dependency-version: 3.2.4
    dependency-type: direct:development

0.0.8

Choose a tag to compare

@anbiniyar anbiniyar released this 31 Jul 21:24

Add categories list and get endpoint

0.0.7

Choose a tag to compare

@anbiniyar anbiniyar released this 31 Jul 20:02

Fix the query status

0.0.6

Choose a tag to compare

@anbiniyar anbiniyar released this 31 Jul 19:59

Add additional query options for List Articles Request

0.0.5

Choose a tag to compare

@anbiniyar anbiniyar released this 31 Jul 19:43

Remove isomorphic-unfetch dependency to fix module resolution issues

  • Replace isomorphic-unfetch with native fetch API
  • Move TypeScript to devDependencies, as it's only needed for building
  • Native fetch is now supported in Node.js 18+ and all modern browsers

0.0.4

Choose a tag to compare

@anbiniyar anbiniyar released this 31 Jul 19:35

Fix TypeScript module resolution by adding proper exports configuration

  • Add types field to exports configuration
  • Include correct paths for CommonJS and ES module imports
  • Ensure TypeScript can properly resolve type declarations

0.0.3

Choose a tag to compare

@anbiniyar anbiniyar released this 31 Jul 19:16

Actually builds the production files