Releases: Doist/twist-sdk-typescript
Releases · Doist/twist-sdk-typescript
v1.0.3
v1.0.2
v1.0.1
v1.0.0
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...
v0.1.0-alpha.5
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
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
- @dependabot[bot] made their first contribution in #38
Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4
v0.1.0-alpha.3
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
What's Changed
- chore: Reduce package size by @scottlovegrove in #27
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2
v0.1.0-alpha.1
What's Changed
- chore: Remove test files from published package by @scottlovegrove in #26
Full Changelog: v0.1.0-alpha.0...v0.1.0-alpha.1
v0.1.0-alpha.0
What's Changed
Initial alpha release
New Contributors
- @renovate[bot] made their first contribution in #1
- @scottlovegrove made their first contribution in #23
Full Changelog: https://github.com/Doist/twist-sdk-typescript/commits/v0.1.0-alpha.0