Skip to content

Releases: Doist/twist-sdk-typescript

v1.0.3

16 Dec 12:37
1278f0b

Choose a tag to compare

1.0.3 (2025-12-16)

Bug Fixes

  • Include body parameter in batch POST requests (#68) (f765248)

Miscellaneous

  • deps: bump express from 4.21.2 to 4.22.1 in /website (#67) (61420fe)
  • deps: bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /website (#65) (bcc7eb9)
  • deps: update dependency vitest to v4 (#39) (bf44639)

v1.0.2

27 Nov 09:54
ea2fa43

Choose a tag to compare

1.0.2 (2025-11-27)

Bug Fixes

  • add .js extensions to declaration file imports to resolve type re-export issue (#64) (660cf10)
  • resolve 30-second connection hang in native fetch (#62) (eddce29)

Miscellaneous

  • deps-dev: bump glob from 11.0.3 to 11.1.0 (#57) (cf1f72d)
  • deps: bump js-yaml from 3.14.1 to 3.14.2 in /website (#56) (f8c05a2)
  • deps: bump node-forge from 1.3.1 to 1.3.2 in /website (#61) (69bef8d)

v1.0.1

18 Nov 17:50
3d43f25

Choose a tag to compare

1.0.1 (2025-11-18)

Bug Fixes

  • Test publish workflow (no functional changes) (20464ba)
  • Test publish workflow (no functional changes) (7f0385d)

v1.0.0

08 Nov 19:47
2924266

Choose a tag to compare

1.0.0 (2025-11-08)

⚠ BREAKING CHANGES

  • Release v1.0.0

Features

  • add custom fetch support and refactor to named parameters (#46) (ccf2646)
  • add dual module support (CommonJS + ESM) (#50) (d5929c6)
  • Add missing endpoints (6434b1e)
  • add Release Please automation for automated releases (#51) (7ac8533)
  • Adds support for making batch calls. (#25) (788fab6)
  • enhance batch API with automatic chunking and parallel execution (#41) (fde634c)
  • Enhance conversation and thread clients with unread entities and schemas (9cc7ddb)
  • implement URL helper functions and tests for generating Twist URLs (#23) (19ab28a)
  • Initial check-in (c80474b)
  • Release v1.0.0 (66e7338)

Bug Fixes

  • add obsidian devDependency and enable Obsidian integration tests (#49) (888d1f3)
  • deps: update dependency camelcase to v8 (#21) (b0eb368)
  • deps: update dependency zod to v4.1.12 (#24) (8577217)
  • deps: update docusaurus monorepo to v3.9.1 (#13) (f99efee)
  • deps: update docusaurus monorepo to v3.9.2 (#37) (118ef0c)
  • No non-null assertions (ecb4f41)
  • set manifest to 0.1.0 to trigger v1.0.0 release (999731d)

Code Refactoring

  • centralize base URL management and fix trailing slash bug (#40) (4305904)
  • Rename Permissions to Scopes (82d667b)
  • Switch to using named params for > 2 params (#32) (47b781a)
  • Switch to vitest instead of jest (a68e96a)
  • Use a base user schema (#30) (0495f2d)
  • Use MSW for the tests (b1b8730)

Miscellaneous

  • Add authorisation docs (c649ceb)
  • Add ci workflows (e098e47)
  • Add documentation website (0a1b97e)
  • Add renovate.json (00aae46)
  • Adds additional clients, updates date params (6bd3bbd)
  • Adds better type documentation (6f15d8e)
  • Adds jsdocs to the codebase (a158e44)
  • Adds readme (8099ea3)
  • Better handling for ESM (12e948f)
  • Bump version and add github publishing (90e7249)
  • Bump version to 0.1.0-alpha.2 (e6e8797)
  • Bump version to 0.1.0-alpha.4 (02ce558)
  • Bump version to 0.1.0-alpha.5 (d4a5dbb)
  • Correct the auth scopes (416de8c)
  • deps-dev: bump vite from 7.1.9 to 7.1.11 (#38) (a8e7145)
  • deps: update actions/checkout action to v5 (#47) (c26b77b)
  • deps: update actions/setup-node action to v6 (#36) (460f855)
  • deps: update actions/setup-node action to v6 (#48) (249c16b)
  • deps: update actions/upload-pages-artifact action to v4 (#14) (1856aa8)
  • deps: update dependency @biomejs/biome to v2.2.5 (#3) (6be561e)
  • deps: update dependency @biomejs/biome to v2.3.1 (#35) (661297a)
  • deps: update dependency @biomejs/biome to v2.3.4 (#53) (c99e490)
  • deps: update dependency @types/uuid to v9.0.8 (#5) (109fa22)
  • deps: update dependency husky to v9 (#16) (e4a3a2a)
  • deps: update dependency lint-staged to v13.3.0 (#10) (3adbbf2)
  • deps: update dependency lint-staged to v16 (#17) (cb8d46c)
  • deps: update dependency msw to v2.11.6 (#28) (a94c814)
  • deps: update dependency msw to v2.12.0 (#45) (8ff9c2b)
  • deps: update dependency npm-run-all2 to v5.0.2 (#6) (f93c001)
  • deps: update dependency npm-run-all2 to v8 (#18) ([7f6ae50](https://github.com/Do...
Read more

v0.1.0-alpha.5

28 Oct 17:21

Choose a tag to compare

v0.1.0-alpha.5 Pre-release
Pre-release

What's Changed

  • feat: enhance batch API with automatic chunking and parallel execution by @scottlovegrove in #41

Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5

v0.1.0-alpha.4

28 Oct 14:48

Choose a tag to compare

v0.1.0-alpha.4 Pre-release
Pre-release

What's Changed

  • chore(deps): update dependency typedoc to v0.28.14 by @renovate[bot] in #29
  • chore(deps): update dependency rimraf to v6 by @renovate[bot] in #19
  • chore(deps): update dependency type-fest to ^4.12.0 || ^5.1.0 by @renovate[bot] in #20
  • chore(deps): update dependency typedoc-plugin-zod to v1.4.3 by @renovate[bot] in #31
  • refactor: centralize base URL management and fix trailing slash bug by @scottlovegrove in #40
  • chore(deps): update dependency lint-staged to v16 by @renovate[bot] in #17
  • chore(deps): update dependency type-fest to v5.1.0 by @renovate[bot] in #33
  • chore(deps-dev): bump vite from 7.1.9 to 7.1.11 by @dependabot[bot] in #38
  • chore(deps): update dependency msw to v2.11.6 by @renovate[bot] in #28
  • fix(deps): update docusaurus monorepo to v3.9.2 by @renovate[bot] in #37
  • chore(deps): update actions/setup-node action to v6 by @renovate[bot] in #36
  • chore(deps): update dependency type-fest to ^4.12.0 || ^5.1.0 - autoclosed by @renovate[bot] in #34

New Contributors

Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4

v0.1.0-alpha.3

12 Oct 07:57

Choose a tag to compare

v0.1.0-alpha.3 Pre-release
Pre-release

What's Changed

  • chore(deps): update dependency @biomejs/biome to v2.2.5 by @renovate[bot] in #3
  • fix(deps): update dependency zod to v4.1.12 by @renovate[bot] in #24
  • chore(deps): update dependency husky to v9 by @renovate[bot] in #16
  • chore(deps): update dependency npm-run-all2 to v8 by @renovate[bot] in #18
  • fix(deps): update dependency camelcase to v8 by @renovate[bot] in #21
  • refactor: Use a base user schema by @scottlovegrove in #30
  • refactor: Switch to using named params for > 2 params by @scottlovegrove in #32

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

v0.1.0-alpha.2

11 Oct 10:54

Choose a tag to compare

v0.1.0-alpha.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

v0.1.0-alpha.1

11 Oct 10:40
492a9f8

Choose a tag to compare

v0.1.0-alpha.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0-alpha.0...v0.1.0-alpha.1

v0.1.0-alpha.0

11 Oct 10:33

Choose a tag to compare

v0.1.0-alpha.0 Pre-release
Pre-release

What's Changed

Initial alpha release

New Contributors

Full Changelog: https://github.com/Doist/twist-sdk-typescript/commits/v0.1.0-alpha.0